summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-05-28 22:25:59 +0000
committerNigel Osborne <kiwi3685@me.com>2011-05-28 22:25:59 +0000
commit37589e48935fec572b63c3b518676ea7cfa61170 (patch)
tree3b74e2d82bf58a113a2fd4a66a48776144af3258 /themes
parent405657cfd7334795426d0b3ad47a7ffa7496a4cd (diff)
downloadwebtrees-37589e48935fec572b63c3b518676ea7cfa61170.tar.gz
webtrees-37589e48935fec572b63c3b518676ea7cfa61170.tar.bz2
webtrees-37589e48935fec572b63c3b518676ea7cfa61170.zip
Fix missing indi-header image (not needed)
Diffstat (limited to 'themes')
-rw-r--r--themes/webtrees/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css
index f6c5aed917..c4f2f33209 100644
--- a/themes/webtrees/style.css
+++ b/themes/webtrees/style.css
@@ -570,6 +570,7 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon {
white-space:nowrap;
visibility:hidden;
position:absolute;
+ padding:5px;
}
.submenuitem {
@@ -1608,7 +1609,7 @@ html[dir='rtl'] .deletelink {
html[dir='rtl'] #topMenu {margin: 0 5% 0 0;}
/* =========== Indi header ================== */
-#indi_header {float:left; width:98%; border-radius: 3px; background: url("images/ui-bg_highlight-soft_100_e7eef3_1x100.png") repeat-x scroll 50% 50% #fff; border: 1px solid #B2C7D7; margin:5px 0; padding:10px;}
+#indi_header {float:left; width:98%; border-radius: 3px; border: 1px solid #B2C7D7; margin:5px 0; padding:10px;}
html[dir='rtl'] #indi_header { float:right;}
#indi_header h3 {color: #555555; font-size: 90%; font-weight:bold; margin: 0; padding: 0 10px 0 30px; text-align:left;}
html[dir='rtl'] #indi_header h3 { padding: 0 30px 0 10px; text-align:right;}