Import a backup

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 14:55:26 -03:00
commit 93ad392928
2 changed files with 31 additions and 19 deletions

View file

@ -178,10 +178,24 @@ a:hover {
background-color: #F8F8FB;
}
.signin, .setup {
.signin, .setup, .import, .settings {
margin-top: 15%;
}
.import fieldset {
border: 1px solid #3C5269;
}
.import fieldset legend {
background: transparent;
color: #fff;
font-weight: normal;
}
.import input[type="file"], .import label, .import label small {
color: #fff;
}
.logo-setup {
position: absolute;
top: 45%;