diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:48:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:48:17 -0300 |
commit | 238eb4e25087be44e834614a01ccbdec250cea45 (patch) | |
tree | fc5563eb060190edf8e81f16c75bb45b3a105cb8 /views/default/css/ie6.php | |
download | elgg-238eb4e25087be44e834614a01ccbdec250cea45.tar.gz elgg-238eb4e25087be44e834614a01ccbdec250cea45.tar.bz2 |
Squashed 'mod/basic_theme/' content from commit b0e908f
git-subtree-dir: mod/basic_theme
git-subtree-split: b0e908f45134d8730954f4cc0d88ebf9b5c3eb4c
Diffstat (limited to 'views/default/css/ie6.php')
-rw-r--r-- | views/default/css/ie6.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/default/css/ie6.php b/views/default/css/ie6.php new file mode 100644 index 000000000..cf49d33f2 --- /dev/null +++ b/views/default/css/ie6.php @@ -0,0 +1,12 @@ +/** + * CSS for IE6 + */ + +* {zoom: 1;} /* trigger hasLayout in IE */ + +/* main nav drop-down */ +#elgg-header {z-index:1;} + +/* @todo check this one */ +.elgg-button-delete a { background-position-y: 2px; } +.elgg-button-delete a:hover { background-position-y: -14px; }
\ No newline at end of file |