diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 22:06:12 +0000 | 
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 22:06:12 +0000 | 
| commit | 7db1758e93775c3f59c4a874da36225585dcbab5 (patch) | |
| tree | 59582d29a2e13a75ef3a0342a3043f2dde1f51c1 /themes/admin_default/css | |
| parent | 19d144496dc5f3594ca2220b9e364f721573e7b2 (diff) | |
More admin menu cleanup to reduce it's height. Removed redundant admin theme images, these are included in the default theme. Added a favicon.
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; | 
