diff options
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index c3c51859c..5bf360219 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -26,3 +26,22 @@ INPUT.radio, INPUT.checkbox { { display: inline; } + +/* fix quickconnect layout */ +FORM#quickconnect UL.actions { + width: 30px; /* <= get icons not so badly positionned */ +} + +FORM#quickconnect INPUT.text, +FORM#quickconnect INPUT.password, +FORM#quickconnect INPUT.submit { + position: relative; + left: -0.5em; /* definitively a bug ! */ +} + +FORM#quickconnect INPUT.text, +FORM#quickconnect INPUT.password { + width: 10em; +} + + |