diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index a04d9beac658f54126ef090fc74958cb89af94c3..2a7f6a3aa67bd8db1555c91e9706eb6908231233 100644 --- a/unl_theme/views/default/css.php +++ b/unl_theme/views/default/css.php @@ -35,7 +35,7 @@ /*UNL Overrides*/ #wdn_navigation_bar {display:none; visibility:hidden;} -#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;} +#titlegraphic, .nav_collapsed #titlegraphic {margin-top:10px;margin-bottom:20px;} /* *************************************** Tab Navigation - to be moved to UNL styles eventually @@ -116,17 +116,11 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } - - - - #two_column_left_sidebar_maincontent_boxes { margin:0 0px 20px 20px; padding:0 0 5px 0; width:708px; - background: #dedede; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; + background: none; float:left; } #two_column_left_sidebar_boxes { @@ -136,22 +130,33 @@ float:left; padding:0; } -#two_column_left_sidebar_boxes .sidebarBox { - margin:0px 0 22px 0; - background: #dedede; - padding:4px 10px 10px 10px; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; - border-bottom:1px solid #cccccc; - border-right:1px solid #cccccc; +#two_column_left_sidebar_boxes .sidebarBox { /* Using ZEN Box Styles */ + border:1px solid #ededed; + padding:5px; + margin-bottom:1em; + background: #f7f7f7; + border-radius:5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; } #two_column_left_sidebar_boxes .sidebarBox h3 { - padding:0 0 5px 0; - font-size:1.25em; - line-height:1.2em; - color:#0054A7; + background:url('/wdn/templates_3.0/css/images/headingBGNuetral.gif') repeat-x bottom; + padding:5px; + margin:-6px; + color:#fff; + margin-bottom:5px; + font-size:1.1em; + font-weight: bold; +} +#two_column_left_sidebar_boxes .sidebarBox h3:after { + content:''; + width:20px; + height:10px; + display:block; + background:url('/wdn/templates_3.0/css/images/downIndicators.png') no-repeat -100px; + margin-left:30px; + margin-top:5px; } - .contentWrapper { background:white; -webkit-border-radius: 8px; @@ -159,6 +164,20 @@ padding:10px; margin:0 10px 10px 10px; } +#maincontent .welcomemessage { + background:#FFFFCC; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border:2px solid #FFCC66; + padding:10px; + margin:0px; + } +#maincontent .welcomemessage h3 { + margin-bottom:-10px; +} +#maincontent .welcomemessage small { + font-size:.8em; +} span.contentIntro p { margin:0 0 0 0; } @@ -1720,12 +1739,10 @@ a.toggle_customise_edit_panel:hover { MISC. *************************************** */ /* general page titles in main content area */ -#content_area_user_title h2 { - margin:0 0 0 8px; - padding:5px; - color:#0054A7; - font-size:1.35em; - line-height:1.2em; +#content_area_user_title h2 { + padding-bottom:0; + border-bottom: #e5e5e5 2px solid; + margin-bottom:1.03em; } /* reusable generic collapsible box */ .collapsible_box {