From fb1c5e16fc3703634f0038aaa23bbba25c927ffa Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 30 Jul 2009 16:11:51 +0000
Subject: [PATCH] Updated column styles to reflect regular WDN.
---
unl_theme/views/default/css.php | 49 ++++++++++++++-------------------
1 file changed, 21 insertions(+), 28 deletions(-)
diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index 74eca67d..5a6363bc 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -83,7 +83,7 @@
/* canvas layout: 1 column, no sidebar */
#one_column {
-/* width:928px; */
+ width:940px;
margin:0;
min-height: 360px;
background: #dedede;
@@ -93,42 +93,35 @@
}
/* canvas layout: 2 column left sidebar */
-#two_column_left_sidebar {
- width:210px;
- margin:0 20px 0 0;
+#two_column_left_sidebar, #two_column_left_sidebar_boxes {
+ width:220px;
+ /*margin:0 20px 0 0;*/
min-height:360px;
float:left;
- background: #dedede;
- padding:0px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- border-bottom:1px solid #cccccc;
- border-right:1px solid #cccccc;
+ position:relative;
+ padding:0 10px;
+ padding-left:0px;
+}
+#two_column_left_sidebar {
+
}
-
#two_column_left_sidebar_maincontent {
- width:708px;
- margin:0;
+ width:700px;
+ /*margin:0;*/
min-height: 360px;
- float:left;
- background: #dedede;
- padding:0 0 5px 0;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
+ float:right;
+ position:relative;
+ padding:0 10px;
+ padding-right:0px;
}
#two_column_left_sidebar_maincontent_boxes {
- margin:0 0px 20px 20px;
- padding:0 0 5px 0;
- width:708px;
+ /*margin:0 0px 20px 20px;*/
+ padding:0 10px;
+ width:700px;
background: none;
float:left;
-}
-#two_column_left_sidebar_boxes {
- width:210px;
- margin:0px 0 20px 0px;
- min-height:360px;
- float:left;
- padding:0;
+ position:relative;
+ padding-right:0px;
}
#two_column_left_sidebar_boxes .sidebarBox { /* Using ZEN Box Styles */
border:1px solid #ededed;
--
GitLab