mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Do not cut out permission reset options in IE7 - #13965
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8975 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
dc4197d651
commit
80b9fd04e0
1 changed files with 6 additions and 3 deletions
|
@ -1333,18 +1333,21 @@ fieldset.permissions .permissions-switch {
|
||||||
fieldset.permissions .padding {
|
fieldset.permissions .padding {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.permissions-switch {
|
||||||
|
margin-top: -6px;
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
|
|
||||||
.permissions-switch a {
|
.permissions-switch a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-size: 0.90em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.permissions-reset {
|
.permissions-reset {
|
||||||
margin-top: -6px;
|
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.permissions-reset a {
|
.permissions-reset a {
|
||||||
font-size: .8em;
|
font-size: .85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabbed menu */
|
/* Tabbed menu */
|
||||||
|
|
Loading…
Add table
Reference in a new issue