--- loncom/interface/loncommon.pm 2010/05/18 00:44:12 1.948.2.2 +++ loncom/interface/loncommon.pm 2010/05/18 01:11:23 1.948.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.948.2.2 2010/05/18 00:44:12 raeburn Exp $ +# $Id: loncommon.pm,v 1.948.2.3 2010/05/18 01:11:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4901,7 +4901,8 @@ body { color:$font; } -a:focus { ++a:focus, ++a:focus img { color: red; background: yellow; } @@ -6184,7 +6185,7 @@ ul.LC_TabContent { ul.LC_TabContent li { vertical-align:middle; - padding: 0 10px 0 10px; + padding: 0 16px 0 10px; background-color:$tabbg; border-bottom:solid 1px $lg_border_color; border-right: solid 1px $font; @@ -6200,12 +6201,14 @@ ul.LC_TabContent li { text-decoration:none; font-size:95%; font-weight:bold; - padding-right: 16px; min-height:20px; } -ul.LC_TabContent li a:hover { +ul.LC_TabContent li a:hover, +ul.LC_TabContent li a:focus { color: $button_hover; + background:none; + outline:none; } ul.LC_TabContent li:hover { @@ -6220,6 +6223,11 @@ ul.LC_TabContent li.active { cursor: default; } +ul.LC_TabContent li.active a { + color:$font; + background:#FFFFFF; + outline: none; +} #maincoursedoc { clear:both; } @@ -6238,6 +6246,10 @@ ul.LC_TabContentBigger li { color: #737373; } +ul.LC_TabContentBigger li.active { + position: relative; + top: 1px; +} ul.LC_TabContentBigger li a { background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat; @@ -6246,31 +6258,33 @@ ul.LC_TabContentBigger li a { text-align: center; display: block; text-decoration: none; + outline: none; } -ul.LC_TabContentBigger li:hover a, ul.LC_TabContentBigger li.active a { background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat; color:$font; - text-decoration: underline; } - ul.LC_TabContentBigger li b { background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom; display: block; float: left; padding: 0 30px; + border-bottom: 1px solid $lg_border_color; +} + +ul.LC_TabContentBigger li:hover b { + color:$button_hover; } -ul.LC_TabContentBigger li:hover b, ul.LC_TabContentBigger li.active b { background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat; color:$font; - border-bottom: 1px solid #FFFFFF; + border: 0; + cursor:default; } - ul.LC_CourseBreadcrumbs { background: $sidebg; line-height: 32px;