Update design

This commit is contained in:
Jakub Vrana 2014-01-10 10:43:36 -08:00
parent e5b5e98a7d
commit 09836534ef

View file

@ -62,6 +62,7 @@ html>/**/body h1 {
padding: 6px 6px 5px 35px;
position:fixed;
width: 100%;
height: 22px;
}
/* Logout */
html>/**/body input[name="logout"], #logout {
@ -239,7 +240,10 @@ html>/**/body #content a[href*="&view="] {
/* background: #fbfbfb;
border-radius: 2px !important;
box-shadow: 0px 0px 3px rgba(0,0,0,0.30) !important; */
background: transparent;
font-size: 1em;
margin-left: 0em;
padding-top: 2px;
position:fixed;
z-index: 10;
}
@ -304,12 +308,16 @@ fieldset {
}
/*** Others ***/
#lang {
font-size: 0.8em;
background: transparent;
font-size: .9em;
left: auto;
right: 90px;
position:fixed;
z-index: 10;
padding-top: 2px;
}
.sqlarea {
width: 99%
}