diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-14 14:24:22 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-14 14:24:22 +0000 |
| commit | e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1 (patch) | |
| tree | ddfb3ef3202b980687a763b5a2c079ab4e10eac7 /phpBB/styles/prosilver/theme | |
| parent | 27c12a5c5331fef8c0e84b261b558809b364d896 (diff) | |
| download | forums-e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1.tar forums-e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1.tar.gz forums-e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1.tar.bz2 forums-e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1.tar.xz forums-e5238fc1a9b8857fbe4e6a5b0d66aa30e041dfa1.zip | |
fix display of underlying alternative text for ucp_pm_viewfolder (used li instead of div) as well as hiding overflow text.
git-svn-id: file:///svn/phpbb/trunk@8235 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 33410c7f0a..6cffdc5930 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -24,12 +24,13 @@ height: 100%; background-position: 0 0; position: relative; + overflow: hidden; } /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */ /*.buttons div span { display: none; }*/ /*.buttons div a:hover { background-image: none; }*/ -.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer; } +.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;} .buttons div a:hover span { background-position: 0 100%; } /* Big button images */ |
