diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-19 20:45:44 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-19 20:45:44 +0000 |
commit | 4a6f62bb8d456077986f32759a73c87664e49e96 (patch) | |
tree | 3c13309538a0f67914aaf7ebcd7d3da7962e98e4 /themes/default/fix-ie5-ie6.css | |
parent | c840dbfc288ed2634726221ba2773f0e04239488 (diff) |
got rid of the last three very inefficient css rules
git-svn-id: http://piwigo.org/svn/trunk@8772 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/fix-ie5-ie6.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/default/fix-ie5-ie6.css b/themes/default/fix-ie5-ie6.css index c529b3a8c..b3ed58996 100644 --- a/themes/default/fix-ie5-ie6.css +++ b/themes/default/fix-ie5-ie6.css @@ -49,6 +49,24 @@ H1, #theHeader { width: 99%; /* correct an ugly 1 or 2 px misalignement with IE */ } +.filter LABEL INPUT, +.filter LABEL SELECT, +.filter LABEL SPAN, +.filter LABEL TEXTAREA { + display: block; + margin: 0.5em 0; +} +.filter FIELDSET * LABEL INPUT, +.filter FIELDSET * LABEL SELECT, +.filter FIELDSET * LABEL TEXTAREA, +.filter LABEL SPAN INPUT, +.filter LABEL SPAN SELECT, +.filter LABEL SPAN TEXTAREA { + display: inline; + vertical-align: top; + margin: 0 0.5em 0 0; +} + .pwg-icon { display: block; } |