1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 22:23:19 +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:
Jonathan Vollebregt
2017-09-02 20:14:51 +02:00
committed by Jakub Vrána
parent e1f43da8df
commit 17e45e9a9c

View File

@@ -306,8 +306,12 @@ a, a:visited {
box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important;
margin: 0;
padding-bottom: 0;
padding-top: 30px;
top: 0;
}
#menu > h1:first-child {
margin-top: -30px;
}
/*** Forms ***/
fieldset {
border-radius: 1px !important
@@ -334,10 +338,6 @@ p {
margin: 0.8em 0 0 0
}
#menu form {
padding-top: 30px;
}
.view {
background-color: #FFFFAA !important;
}