diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-03-07 06:08:42 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-03-07 06:08:42 +0000 |
| commit | ae4dc666a0e9dd79cae4bee2ad963d1d2d5a629e (patch) | |
| tree | 93f67573134a3225f1cbca52ad63af085f03c0ea /themes/minimal | |
| parent | 54fecc5f6e975e0d1d3f31f3cc3e8aa966be1732 (diff) | |
| download | webtrees-ae4dc666a0e9dd79cae4bee2ad963d1d2d5a629e.tar.gz webtrees-ae4dc666a0e9dd79cae4bee2ad963d1d2d5a629e.tar.bz2 webtrees-ae4dc666a0e9dd79cae4bee2ad963d1d2d5a629e.zip | |
Bug #948603 - helpheader justfication
Diffstat (limited to 'themes/minimal')
| -rw-r--r-- | themes/minimal/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 38985bc811..4587edd131 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1653,6 +1653,8 @@ html[dir='rtl'] .ui-tabs {direction:rtl;} html[dir='rtl'] ui-tabs .ui-tabs-nav li.ui-tabs-selected, html[dir='rtl'] .ui-tabs .ui-tabs-nav li.ui-state-default {float:right;} html[dir='rtl'] .ui-accordion .ui-accordion-header .ui-icon {right:.5em;} +html[dir='rtl'] .ui-dialog-title{float:right;} +html[dir='rtl'] .ui-dialog-titlebar-close{left:.3em; right:auto;} /* ========= jQuery.datatable styling over-rides ============ */ .odd {background-color:#dcdcdc;} |
