diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 76812733bf5d595d4a93990022ee268e689d2756..a04d9beac658f54126ef090fc74958cb89af94c3 100644 --- a/unl_theme/views/default/css.php +++ b/unl_theme/views/default/css.php @@ -40,68 +40,6 @@ /* *************************************** Tab Navigation - to be moved to UNL styles eventually *************************************** */ -#bulletin-nav { - - width:auto; - line-height:normal; - margin:15px 0px 40px 0px; - padding:0px; - border-bottom:2px solid #e6e6e6; - } -#bulletin-nav:after {content: ".";display: block;clear: both;height:0;visibility: hidden;} -#maincontent #bulletin-nav ul { - margin:0px 10px -2px 10px; - padding:0px; - list-style:none; - text-align:left; - height:34px; - } -#maincontent #bulletin-nav ul li { - display:inline; - float:left; - background:url('/wdn/templates_3.0/css/content/images/tabs/ulBG.png') repeat-x left; - } -#maincontent #bulletin-nav ul li:first-child { - padding-left:5px; - background:url('/wdn/templates_3.0/css/content/images/tabs/inactiveLeftFirst.png') no-repeat bottom left; - } -#maincontent #bulletin-nav a { - display:block; - height:34px; - padding:0px 18px 0px 15px; - text-decoration:none; - color:#D9D9D9; - font-size:1.05em; - background:url('/wdn/templates_3.0/css/content/images/tabs/inactiveRight.png') no-repeat bottom right; - } -#maincontent #bulletin-nav ul li:last-child a { - background:url('/wdn/templates_3.0/css/content/images/tabs/inactiveRightLast.png') no-repeat bottom right; - } -#maincontent #bulletin-nav a span { - color:#666666; - margin-left:-2px; - margin-top:9px; - float:left; - position:relative; - } - /* -.bulletin-tabs { -background-color:#E1EBF0; -padding:10px; -border-bottom-style:solid; -border-bottom-color: #CC0000; -border-bottom-width: 2px; -margin-right:4px; -} */ -#bulletin-nav a.bulletin-selected{font-size:11px; color:#000000;background-color:#E1EBF0; text-align:center; border-top-style: solid; border-top-color: #CC0000; border-top-width:1px; } - - -#bulletin-nav a span:hover{text-decoration:underline;} -#bulletin-nav a span:active{color:#333333;} -#bulletin-nav a span:visited{color:#666666;} - -#bulletin-nav-nojs span img{margin-right:3px;} - /* *************************************** PAGE LAYOUT - MAIN STRUCTURE diff --git a/unl_theme/views/default/page_elements/unl_nav.php b/unl_theme/views/default/page_elements/unl_nav.php index 1814bcfe23a68c7d61ee5530d9d7b038f834bd07..c10083b41b3d6c168e4f79a718b7029b0192864a 100644 --- a/unl_theme/views/default/page_elements/unl_nav.php +++ b/unl_theme/views/default/page_elements/unl_nav.php @@ -6,8 +6,7 @@ * */ ?> -<div id="bulletin-nav"> -<ul> +<ul class="wdn_tabs"> <?php if (isloggedin()) { ?> @@ -74,5 +73,4 @@ <?php } ?> -</ul> -</div> \ No newline at end of file +</ul> \ No newline at end of file