summaryrefslogtreecommitdiff
path: root/themes/admin_default/css/screen.css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-02 20:09:28 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-02 20:09:28 +0000
commit1ce19a994dfcc8c0d79e6a2f9492dcbee8599d86 (patch)
tree3e27a05016434c4c3041f9ac79a2d39e0dab841d /themes/admin_default/css/screen.css
parentb0ba77f9439e30a543f5330f9a5c4846ec5c0ccd (diff)
Set the admin layout to 100% of the window. Add IE fix stylesheet for admin theme, reduce height of admin header.
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r--themes/admin_default/css/screen.css80
1 files changed, 60 insertions, 20 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index bd7cd93e..0ceef1dd 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -1,41 +1,82 @@
-#gContent {
- font-size: 1.1em;
-}
+/**
+ * Gallery 3 Default Admin Theme Screen Styles
+ *
+ * Extends themes/default/css/screen.css
+ *
+ *
+ * @todo Default user icon (user w/ camera)
+ * @todo Group Credits and gLoginMenu seperator styles
+ * @todo Apply :hover bg image to #gViewMenu (will clear fix correct this?)
+ * @todo Refactor form layout styles to reserve room for validation messages in default state. This
+ * will eliminate layout shifts when validation messages are displayed.
+ */
+/** *******************************************************************
+ * Reusable content blocks
+ **********************************************************************/
+
.gBlock {
border: 1px solid #e7e7e7;
margin-bottom: 1em;
padding: 1em .4em;
}
-#gContent .gBlock h2 {
- margin: -.8em -.3em 0 -.3em;
- cursor: move;
+.gBlockContent {
+ padding-top: 1em;
}
-#gSidebar .gBlock h2 {
- margin: -.9em -.4em 0 -.3em;
- cursor: move;
+/** *******************************************************************
+ * Page layout containers
+ **********************************************************************/
+
+#gHeader {
+ border-bottom: 1px solid #ccc;
+ min-width: 1000px;
+ padding: 0 20px;
}
-.gBlockContent {
- padding-top: 1em;
+#gContent {
+ font-size: 1.1em;
}
-#gPhotoStream .gBlockContent {
- overflow: scroll;
+/** *******************************************************************
+ * Content blocks in specific layout containers
+ *********************************************************************/
+
+#gHeader #gLogo {
+ float: left;
+ margin: 11px 10px 0 0;
}
-#gSiteAdminMenu {
- border-bottom: 1px solid #ccc;
+#gHeader #gSiteAdminMenu {
+ clear: none;
+ float: left;
font-size: 1.2em;
- padding: 0 20px;
+ margin-top: 12px;
}
-#gSiteAdminMenu ul {
+#gHeader #gSiteAdminMenu ul {
margin-bottom: 0;
}
+#gContent .gBlock {
+ margin-right: 1em;
+}
+
+#gContent .gBlock h2 {
+ cursor: move;
+ margin: -.8em -.3em 0 -.3em;
+}
+
+#gSidebar .gBlock h2 {
+ margin: -.9em -.4em 0 -.3em;
+ cursor: move;
+}
+
+#gPhotoStream .gBlockContent {
+ overflow: scroll;
+}
+
.gBlockContent .gError,
.gBlockContent .gInfo,
.gBlockContent .gSuccess,
@@ -44,14 +85,13 @@
}
/** *******************************************************************
- * N) Browser hacks
+ * Browser hacks
*********************************************************************/
-#gSiteAdminMenu:after {
+#gHeader:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
-