From 1d94d1782c76f5c563fc0a6f6cdcb748044a2586 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 14 May 2007 17:22:05 +0000 Subject: [PATCH] ok, a different approach due to IE... also tried to fix legend display for IE7. - this is not tested with IE6, Opera, etc - if you notice problems... ;) git-svn-id: file:///svn/phpbb/trunk@7573 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_signature.html | 20 ++++++++++---------- phpBB/adm/style/admin.css | 10 ++++++---- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html index b01f03cf9f..b45e61295e 100644 --- a/phpBB/adm/style/acp_users_signature.html +++ b/phpBB/adm/style/acp_users_signature.html @@ -84,15 +84,14 @@

-
-
-
- -
-
+
+
+
+
+
@@ -102,8 +101,9 @@ -

{L_OPTIONS}: {BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS} -
+ +
{L_OPTIONS}: {BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}
+
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ba258e9bb1..eea150ae6b 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -633,12 +633,13 @@ fieldset p { legend { padding: 1px 0; font-family: Tahoma,arial,Verdana,Sans-serif; - font-size: 0.85em; + font-size: .9em; font-weight: bold; color: #115098; + margin-top: -.4em; position: relative; text-transform: none; - line-height: 1.00em; + line-height: 1.2em; top: 0em; vertical-align: middle; } @@ -648,8 +649,9 @@ legend { top: -1.2em; } /* end */ * html legend { - margin-bottom: -10px; - margin-left: -7px; + margin: 0 0 -10px -7px; + line-height: 1em; + font-size: .85em; } /* Holly hack, .rtl comes after html */