1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

Update design

This commit is contained in:
Jakub Vrana
2014-02-20 09:07:33 -08:00
parent 1602db304a
commit 849f9259b8

View File

@@ -2,7 +2,7 @@
* Alternative style for Adminer by Frank Bültge * Alternative style for Adminer by Frank Bültge
* *
* @link http://bueltge.de/ * @link http://bueltge.de/
* @version 01/26/2014 * @version 02/18/2014
*/ */
body { body {
@@ -22,9 +22,6 @@ input, textarea, pre, code, samp, kbd, var {
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size: 12px; font-size: 12px;
} }
input[type='submit']#logout {
display:none;
}
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
@@ -353,9 +350,6 @@ padding: 0 !important;
padding-left: 0; padding-left: 0;
text-align: left; text-align: left;
} }
#menu h1 {
display: none;
}
h1 .h1:hover { h1 .h1:hover {
text-decoration: underline; text-decoration: underline;
} }
@@ -367,9 +361,6 @@ line-height: 35px;
text-shadow: rgba(255,255,255,1) 0 1px 0px; text-shadow: rgba(255,255,255,1) 0 1px 0px;
background: none; background: none;
} }
h1 {
font-size: 12px;
}
h1 .h1 { h1 .h1 {
font-size: 12px; font-size: 12px;
} }