Skip to content

Commit

Permalink
Update design
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Jan 10, 2014
1 parent e5b5e98 commit 0983653
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion designs/haeckel/adminer.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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%
}
Expand Down

0 comments on commit 0983653

Please sign in to comment.