Form: Create new wallet, reorg inputs.

This commit is contained in:
Gustavo Cortez 2014-06-02 17:40:18 -03:00
commit 47d1838cd5
3 changed files with 55 additions and 50 deletions

View file

@ -169,7 +169,7 @@ h3 {
border-right: 2px dashed #E3E3E3;
}
@media (max-width: 1025px) {
@media (max-width: 640px) {
.line-dashed-v {
border: none;
}
@ -347,11 +347,7 @@ hr { margin: 2.25rem 0;}
}
.box-setup {
padding: 20px 30px;
border: 1px solid #eee;
background: #fff;
overflow: hidden;
margin-bottom: 10px;
margin-bottom: 25px;
}
.box-setup-copayers {
@ -483,19 +479,6 @@ 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 {
@ -668,4 +651,4 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
width: 71px;
}
}
}

View file

@ -321,3 +321,7 @@ input.ng-invalid-wallet-secret {
color: #3FBC9C;
}
.box-setup fieldset {
background: #fff;
}