1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

fix layout for internet explorer (needs further tweaks, the permissions screens are looking "horrible" in ie, fine in ff though. ;))

git-svn-id: file:///svn/phpbb/trunk@5759 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-29 18:23:26 +00:00
parent f388c2d96e
commit 0293556bc9
3 changed files with 12 additions and 10 deletions

View File

@@ -783,20 +783,20 @@ table.pmask td.name {
/* Preset Styles
---------------------------------------- */
.preset_yes, .preset_custom, .preset_no, .preset_unset {
.preset {
width: 60px;
}
.preset_yes a span, .preset_custom a span, .preset_no a span, .preset_unset a span {
.preset a {
float: left;
display: block;
width: 100%;
height: 20px;
cursor: pointer;
background: none;
background: transparent;
}
.preset_yes a:hover span, .preset_custom a:hover span, .preset_no a:hover span, .preset_unset a:hover span {
.preset a:hover {
background: url("../images/arrow_down.gif") no-repeat 50% 50%;
text-decoration: none;
}