downtime css -> downtime file
This commit is contained in:
parent
c6c4f06de8
commit
7bdc00ac4e
3 changed files with 10 additions and 21 deletions
10
contrib/downtime/style.css
Normal file
10
contrib/downtime/style.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
#downtime #message, #downtime #login {
|
||||
text-align: center;
|
||||
}
|
||||
#downtime H3 {
|
||||
margin-top: 32px;
|
||||
}
|
||||
#downtime #login_table {
|
||||
margin: auto;
|
||||
}
|
||||
|
|
@ -183,14 +183,3 @@ NAV .thumb {
|
|||
display: inline-block;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
#downtime #message, #downtime #login {
|
||||
text-align: center;
|
||||
}
|
||||
#downtime H3 {
|
||||
margin-top: 32px;
|
||||
}
|
||||
#downtime #login_table {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -351,16 +351,6 @@ NAV .thumb {
|
|||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
#downtime #message, #downtime #login {
|
||||
text-align: center;
|
||||
}
|
||||
#downtime H3 {
|
||||
margin-top: 32px;
|
||||
}
|
||||
#downtime #login_table {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.tooltip{
|
||||
position:absolute;
|
||||
top:0;
|
||||
|
|
Reference in a new issue