Merge pull request #1554 from cmgustavo/bug/05-import
Bug/import-backup
This commit is contained in:
commit
99ab79e1bf
11 changed files with 78 additions and 58 deletions
|
|
@ -167,6 +167,7 @@ a:hover {
|
|||
.join input,
|
||||
.setup input,
|
||||
.import input,
|
||||
.import textarea,
|
||||
.settings input {
|
||||
background: #2C3E50 !important;
|
||||
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
|
||||
|
|
@ -269,7 +270,6 @@ a:hover {
|
|||
.box-setup {
|
||||
padding: 20px 30px;
|
||||
background: #34495E;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.box-setup label small.has-error {
|
||||
|
|
@ -420,7 +420,8 @@ table.last-transactions-content {
|
|||
.m5b {margin-bottom: 5px;}
|
||||
.m5r {margin-right: 5px;}
|
||||
.m10b {margin-bottom: 10px;}
|
||||
.m15b {margin-bottom: 20px;}
|
||||
.m15b {margin-bottom: 15px;}
|
||||
.m20b {margin-bottom: 20px;}
|
||||
.m10r {margin-right: 10px;}
|
||||
.m15l {margin-left: 15px;}
|
||||
.m15t {margin-top: 15px;}
|
||||
|
|
@ -487,7 +488,7 @@ table.last-transactions-content {
|
|||
}
|
||||
|
||||
.line-dashed {
|
||||
border-top: 1px dashed #ccc;
|
||||
border-top: 1px dashed #3C5269;
|
||||
margin: 1rem 0;
|
||||
padding: 1rem 0;
|
||||
overflow: hidden;
|
||||
|
|
@ -926,10 +927,6 @@ button.gray:focus,
|
|||
color: #2C3E50;
|
||||
}
|
||||
|
||||
button, .button, p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.side-nav {padding: 0;}
|
||||
|
||||
.side-nav li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue