diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2013-04-20 03:49:26 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2013-04-20 03:49:26 +0000 |
| commit | 9f8d32cf28cc4199a639ad5538aeb821d9416b8a (patch) | |
| tree | 8b0a864cfb8e33db2d0e5bcce7ccba0df82b98b8 /themes/fab/style.css | |
| parent | e58560485402c0537bdf17e2d377833f449b1524 (diff) | |
| download | webtrees-9f8d32cf28cc4199a639ad5538aeb821d9416b8a.tar.gz webtrees-9f8d32cf28cc4199a639ad5538aeb821d9416b8a.tar.bz2 webtrees-9f8d32cf28cc4199a639ad5538aeb821d9416b8a.zip | |
14965 caused changes in style of other tabs. Need consistency, so have ensured all tabs use only <span> elements within the links. Using <div> does not validate properly (should not use block elements inside inline elements).
Diffstat (limited to 'themes/fab/style.css')
| -rw-r--r-- | themes/fab/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |
