diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-27 18:16:58 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-27 18:16:58 +0000 |
commit | 8a38ed30744d5e83e596b0f81972a6d89b359b81 (patch) | |
tree | fd2734f60e07108c5fce6a593075d7dd406a25b5 /template/yoga/fix-ie5-ie6.css | |
parent | 4b1863cbef706e64161861c63570a5f0b7a3d9aa (diff) |
merge from trunk r1505:1506 into branch 1.6 (fix bug 490)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1507 68402e56-0260-453c-a942-63ccdbb3a9ee
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; +} + + |