Import a backup
This commit is contained in:
parent
c549a22268
commit
93ad392928
2 changed files with 31 additions and 19 deletions
16
css/main.css
16
css/main.css
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue