mirror of
https://github.com/vrana/adminer.git
synced 2025-08-23 14:43:08 +02:00
Make sure all sidebar elements are pushed down, not just the form.
This was breaking the #logins block at the log in screen.
This commit is contained in:
committed by
Jakub Vrána
parent
e1f43da8df
commit
17e45e9a9c
@@ -306,8 +306,12 @@ a, a:visited {
|
|||||||
box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important;
|
box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
padding-top: 30px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
#menu > h1:first-child {
|
||||||
|
margin-top: -30px;
|
||||||
|
}
|
||||||
/*** Forms ***/
|
/*** Forms ***/
|
||||||
fieldset {
|
fieldset {
|
||||||
border-radius: 1px !important
|
border-radius: 1px !important
|
||||||
@@ -334,10 +338,6 @@ p {
|
|||||||
margin: 0.8em 0 0 0
|
margin: 0.8em 0 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu form {
|
|
||||||
padding-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view {
|
.view {
|
||||||
background-color: #FFFFAA !important;
|
background-color: #FFFFAA !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user