Skip to content
Snippets Groups Projects
Commit e42107ff authored by Seth Meranda's avatar Seth Meranda
Browse files

Tabbed navigation update.

parent ce4504f3
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment