Fixes import backup form

This commit is contained in:
Gustavo Cortez 2014-05-15 18:02:21 -03:00
commit 11f18a9d30
4 changed files with 84 additions and 56 deletions

View file

@ -149,18 +149,6 @@ html, body {height: 100%;}
padding: 0;
}
/*.btransactions .txheader {
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 10px;
}
.btransactions .txbottom {
margin-top: 10px;
padding-top: 10px;
font-size: 12px;
}*/
.pending table {
width: 100%;
border: none;
@ -496,6 +484,19 @@ a.loading {
vertical-align:middle
}
fieldset {
border: 1px solid #eee;
padding: 1.11111rem;
margin: 1rem 0;
}
fieldset legend {
font-weight: bold;
padding: 0 0.16667rem;
margin: 0;
margin-left: -0.16667rem;
}
/* notifications */
.dr-notification-container {
@ -532,7 +533,6 @@ a.loading {
.dr-notification {
width: 380px;
background-color: #2C3E50;
clear: both;
min-height: 80px;
max-height: 90px;
@ -540,8 +540,6 @@ a.loading {
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
color: #bfe2de;
border: 1px solid rgba(4, 94, 123, 0.85);
overflow: hidden;
}
@ -552,10 +550,7 @@ a.loading {
border-radius: 20px;
display: inline-block;
padding: 3px;
background-color: #2C3E50;
font-size: 14px;
color: #adfaff;
border: 1px solid rgba(4, 94, 123, 0.85);
position: absolute;
right: -11px;
top: 5px;
@ -595,26 +590,6 @@ a.loading {
min-width: 48px;
}
.dr-notification-image.dr-notification-type-info {
color: #FFF;
}
.dr-notification-image.dr-notification-type-warning {
color: #FFA226;
}
.dr-notification-image.dr-notification-type-error {
color: #FF4B4F;
}
.dr-notification-image.dr-notification-type-success {
color: #B4D455;
}
.dr-notification-image.success {
color: #B4D455;
}
.dr-notification-content {
padding-left: 100px;
padding-right: 15px;
@ -632,6 +607,3 @@ p.dr-notification-text {
font-size: 12px;
}
input.ng-invalid-wallet-secret {
background: #FFB6C1;
}