This commit is contained in:
Mario Colque 2014-05-19 17:52:59 -03:00
commit 85124d5357
3 changed files with 46 additions and 33 deletions

View file

@ -223,6 +223,11 @@ small.has-error {
font-weight: bold;
}
.small {
font-size: 60%;
line-height: inherit;
}
@media (max-width: 641px) {
.hide_menu {
display: none;
@ -265,7 +270,9 @@ hr { margin: 2.25rem 0;}
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
.m5t {margin-top: 5px;}
.m10t {margin-top: 10px;}
.m5b {margin-bottom: 5px;}
.m10b {margin-bottom: 10px;}
.m15b {margin-bottom: 20px !important;}
.m10r {margin-right: 10px;}
@ -607,3 +614,10 @@ p.dr-notification-text {
font-size: 12px;
}
.ellipsis {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

View file

@ -178,10 +178,6 @@ small.has-error {
.transactions button, .transactions .button {
padding: 0.5rem 2rem;
}
.small {
font-size: 60%;
line-height: inherit;
}
button.radius, .button.radius {
-webkit-border-radius: 5px;
@ -321,3 +317,7 @@ input.ng-invalid-wallet-secret {
color: #B4D455;
}
.success {
color: #3FBC9C;
}