mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user