summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/screen.css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-02 07:09:25 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-02 07:09:25 +0000
commit5321c8d59d1f19e3db8fffcf50a495d0e81e127c (patch)
treef94c892f98cf48d44d33ccd70291a544f7dfa098 /themes/admin_default/css/screen.css
parent06749e2bbf7ea19549f98bedb8a7895790e88a4e (diff)
Switched admin menu from navbar back to plain menu, plain dropdowns are more usable. Minor text formatting updates.
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r--themes/admin_default/css/screen.css42
1 files changed, 36 insertions, 6 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index d95610c5..bd7cd93e 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -1,17 +1,27 @@
#gContent {
font-size: 1.1em;
}
+
.gBlock {
border: 1px solid #e7e7e7;
margin-bottom: 1em;
- padding: .4em;
+ padding: 1em .4em;
}
-.gBlock h2 {
- background-color: #e7e7e7;
- margin: -.4em;
- padding: .2em .6em;
+
+#gContent .gBlock h2 {
+ margin: -.8em -.3em 0 -.3em;
cursor: move;
}
+
+#gSidebar .gBlock h2 {
+ margin: -.9em -.4em 0 -.3em;
+ cursor: move;
+}
+
+.gBlockContent {
+ padding-top: 1em;
+}
+
#gPhotoStream .gBlockContent {
overflow: scroll;
}
@@ -19,9 +29,29 @@
#gSiteAdminMenu {
border-bottom: 1px solid #ccc;
font-size: 1.2em;
- padding: 0 20px 0;
+ padding: 0 20px;
}
#gSiteAdminMenu ul {
margin-bottom: 0;
}
+
+.gBlockContent .gError,
+.gBlockContent .gInfo,
+.gBlockContent .gSuccess,
+.gBlockContent .gWarning {
+ background-color: transparent;
+}
+
+/** *******************************************************************
+ * N) Browser hacks
+ *********************************************************************/
+
+#gSiteAdminMenu:after {
+ clear: both;
+ content: ".";
+ display: block;
+ height: 0;
+ visibility: hidden;
+}
+