diff options
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4ff093eb..a4f6bb00 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -30,8 +30,9 @@   **********************************************************************/  #gHeader { +	background-color: #e8e8e8;  	border-bottom: 1px solid #ccc; -	min-width: 1000px; +	min-width: 1024px;  	padding: 0 20px;  } @@ -46,20 +47,27 @@  #gHeader #gLogo {    float: left; -  margin: 11px 10px 0 0; +  margin: 0 10px 0 0;  }  #gHeader #gSiteAdminMenu { -  clear: none;    float: left;    font-size: 1.2em; -  margin-top: 12px;  }  #gHeader #gSiteAdminMenu ul {    margin-bottom: 0;  } +#gHeader #gLoginMenu { +	float: right; +  margin: 1em 0 0 1em;	 +} + +#gHeader #gLoginMenu li { +  margin: 0 0 0 1em; +} +  #gContent .gBlock h2 {    cursor: move;    margin: -.8em -.3em 0 -.3em; | 
