summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_default/css/screen.css6
-rw-r--r--themes/default/css/screen.css10
2 files changed, 14 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 4366762c..b343021c 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -21,18 +21,20 @@
/** *******************************************************************
* Page layout containers
**********************************************************************/
+.gView {
+ min-width: 974px !important;
+}
#gHeader {
background-color: #e8e8e8;
border-bottom: 1px solid #ccc;
margin-top: 0;
- min-width: 944px;
padding: 0 20px;
}
#gContent {
font-size: 1.1em;
- width: 98%;
+ width: 96%;
}
/** *******************************************************************
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 8007a318..a268a0b3 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -245,6 +245,16 @@ li.gError select {
color: #ccc;
}
+.left {
+ float: left;
+ margin: 1em 1em 1em 0;
+}
+
+.right {
+ float: right;
+ margin: 1em 0 1em 1em;
+}
+
/** *******************************************************************
* 3) Reusable content blocks
*********************************************************************/