diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 6 | ||||
-rw-r--r-- | phpBB/adm/style/admin.css | 23 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
3 files changed, 18 insertions, 13 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 5bc029f75c..abc115330c 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -89,15 +89,15 @@ </dl> <dl> <dt><label for="unbanlength">{L_BAN_LENGTH}:</label></dt> - <dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" /></dd> + <dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" /></dd> </dl> <dl> <dt><label for="unbanreason">{L_BAN_REASON}:</label></dt> - <dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" /></dd> + <dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" /></dd> </dl> <dl> <dt><label for="unbangivereason">{L_BAN_GIVE_REASON}:</label></dt> - <dd><input style="border: 0px;" type="text" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" /></dd> + <dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" /></dd> </dl> <p class="submit-buttons"> diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index eea150ae6b..458cae5d97 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -172,7 +172,7 @@ a:active { #content h1 { color: #115098; line-height: 1.2em; - margin-bottom: 0px; + margin-bottom: 0; } #main { @@ -191,6 +191,11 @@ a:active { height: 350px; } +.simple-page-body { + padding: 0; + padding-right: 10px; + min-width: 0; +} /* Tabbed menu Based on: http://www.alistapart.com/articles/slidingdoors2/ @@ -257,12 +262,12 @@ a:active { } #tabs #activetab a { - background-position: 0 0px; + background-position: 0 0; border-bottom: 1px solid #DCDEE2; } #tabs #activetab a span { - background-position: 100% 0px; + background-position: 100% 0; padding-bottom: 5px; color: #23649F; } @@ -510,7 +515,7 @@ table.type2 th { } table.type2 td { - padding: 0px; + padding: 0; font-size: 1em; } @@ -640,7 +645,7 @@ legend { position: relative; text-transform: none; line-height: 1.2em; - top: 0em; + top: 0; vertical-align: middle; } @@ -1229,7 +1234,7 @@ input.disabled { font-weight: bold; line-height: 1.20em; text-align: right; - padding: 0px; + padding: 0; } .rtl .sourcenum { @@ -1240,7 +1245,7 @@ input.disabled { font-family: Monaco, 'Courier New', monospace; font-size: 1.25em; line-height: 1.20em; - padding: 0px; + padding: 0; } .syntaxbg { @@ -1392,11 +1397,11 @@ fieldset.permissions .permissions-switch { .permissions-category .activetab a:hover span.tabbg { color: #333333; - background-position: 100% 0px; + background-position: 100% 0; } .permissions-category .activetab a:hover { - background-position: 0 0px; + background-position: 0 0; } .permissions-category a span.colour { diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index b7ce2d986f..882026a1c1 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,4 +101,4 @@ function swatch(field) <body class="{S_CONTENT_DIRECTION}"> -<div id="page-body" style="padding: 0; padding-right: 10px; min-width: 0px;"> +<div id="page-body" class="simple-page-body"> |