mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11957] Remove IE6 hacks
PHPBB3-11957
This commit is contained in:
parent
b80f213995
commit
9a8b463c33
1 changed files with 0 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue