aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 00:58:36 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:00:23 +0300
commit9a8b463c334c27ca958ab4de8e660fd591bf4e95 (patch)
treec0b8b0db5a69f7613a98ee313dff075ca23e08c9 /phpBB/adm
parentb80f213995df6456cf35897a7a35d7943baa5ebb (diff)
downloadforums-9a8b463c334c27ca958ab4de8e660fd591bf4e95.tar
forums-9a8b463c334c27ca958ab4de8e660fd591bf4e95.tar.gz
forums-9a8b463c334c27ca958ab4de8e660fd591bf4e95.tar.bz2
forums-9a8b463c334c27ca958ab4de8e660fd591bf4e95.tar.xz
forums-9a8b463c334c27ca958ab4de8e660fd591bf4e95.zip
[ticket/11957] Remove IE6 hacks
PHPBB3-11957
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/admin.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 2cd8d0005c..68c5645d9c 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -221,10 +221,6 @@ li {
margin: 0 210px 0 0;
}
-* html #main {
- height: 350px;
-}
-
#page-body.simple-page-body {
padding: 0;
padding-right: 10px;
@@ -873,10 +869,6 @@ fieldset {
border-left: 1px solid #CCCCCC;
}
-* html fieldset {
- padding: 0 10px 5px 10px;
-}
-
fieldset p {
font-size: 0.85em;
}
@@ -895,18 +887,6 @@ legend {
vertical-align: middle;
}
-* html legend {
- margin: 0 0 -10px -7px;
- line-height: 1em;
- font-size: .85em;
-}
-
-/* Holly hack, .rtl comes after html */
-* html .rtl legend {
- margin: 0;
- margin-right: -7px;
-}
-
input, textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.90em;
@@ -1245,7 +1225,6 @@ textarea.full {
width: 99%;
}
-* html input.full, * html textarea.full { width: 95%;}
input.medium { width: 50%;}
input.narrow { width: 25%;}
input.tiny { width: 10%;}
@@ -1472,8 +1451,6 @@ li.pagination ul {
background-color: #BC2A4D;
}
-* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */
-
.successbox h3, .errorbox h3 {
color: #FFFFFF;
margin: 0 0 0.5em;