From 9f8d32cf28cc4199a639ad5538aeb821d9416b8a Mon Sep 17 00:00:00 2001 From: Nigel Osborne Date: Sat, 20 Apr 2013 03:49:26 +0000 Subject: 14965 caused changes in style of other tabs. Need consistency, so have ensured all tabs use only elements within the links. Using
does not validate properly (should not use block elements inside inline elements). --- themes/fab/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/fab/style.css') diff --git a/themes/fab/style.css b/themes/fab/style.css index 0cf488aed1..60481c366e 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1325,7 +1325,7 @@ html[dir='rtl'] dd .editlink, html[dir='rtl'] dd .deletelink {float:left;} .ui-tabs-nav li.ui-tabs-selected a {font-weight:600;color:black;} .ui-tabs-nav li.ui-tabs-selected a:hover {font-weight:600;color:black;} .ui-tabs, .ui-tabs .ui-tabs-nav li a {padding:0;} -.ui-tabs .ui-tabs-nav li a div {padding:.5em 1em;} +.ui-tabs .ui-tabs-nav li a span {display:block; padding:.5em 1em;} .ui-tabs .ui-tabs-panel {padding:1em 0;} .ui-state-active, .ui-widget-content .ui-state-active {border:1px solid darkGray;background:#ccc;font-weight:normal;color:black;outline:none;} .ui-accordion .ui-accordion-header .ui-icon {position:absolute;left:0.5em;top:50%;margin-top:-8px;} -- cgit v1.3