diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2005-11-03 12:47:01 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2005-11-03 12:47:01 +0100 |
commit | 5646f69041af08c6131237b27bd8adedd4a717e7 (patch) | |
tree | 0f2f7edef7cfb563bdc4e9b893ca5e816036f970 /lib/tpl | |
parent | 0dc92c6f78995331021c3b8c6a889913cf3f7de3 (diff) | |
download | rpg-5646f69041af08c6131237b27bd8adedd4a717e7.tar.gz rpg-5646f69041af08c6131237b27bd8adedd4a717e7.tar.bz2 |
a small CSS hack to make the buttons work in IE5.2 Mac
darcs-hash:20051103114701-6e07b-cb87eca037066a21f59da7f14e65986873607e29.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 9d5f5d001..a64ec83f9 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -129,7 +129,12 @@ input.button, button.button{ max-height: 22px !important; min-height: 22px !important; margin: 1px; + display: inline-block; + + /* Mac IE will not see this and continue with inline-block */ + /* \*/ display: inline; + /* */ } div.secedit input.button { |