From e42107ffca8620858172fcb4c7cb401ad9f71d22 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Tue, 28 Jul 2009 14:35:20 +0000 Subject: [PATCH] Tabbed navigation update. --- unl_theme/views/default/css.php | 62 ------------------- .../views/default/page_elements/unl_nav.php | 6 +- 2 files changed, 2 insertions(+), 66 deletions(-) diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 76812733..a04d9bea 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 1814bcfe..c10083b4 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 -- GitLab