summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r--themes/admin_default/css/screen.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index fcdd3ee1..a4783f6c 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -22,10 +22,14 @@
* Page layout containers
**********************************************************************/
+#gView {
+}
+
#gHeader {
background-color: #e8e8e8;
border-bottom: 1px solid #ccc;
- min-width: 1024px;
+ margin-top: 0;
+ min-width: 944px;
padding: 0 20px;
}
@@ -40,7 +44,17 @@
#gHeader #gLogo {
float: left;
- margin: 0 10px 0 0;
+ margin: -22px 10px 0 0;
+}
+
+#gHeader #gLoginMenu {
+ float: none;
+ margin: 0;
+ padding: 5px 0 10px 0;
+}
+
+#gHeader #gLoginMenu {
+ text-align: right;
}
#gHeader #gSiteAdminMenu {
@@ -52,10 +66,6 @@
margin-bottom: 0;
}
-#gHeader #gLoginMenu {
- margin-right: 0;
-}
-
#gContent .gBlock h2 {
background-color: #e8e8e8;
margin: -.8em -.3em 0 -.3em;