mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/11489] IE7 adjustments
PHPBB3-11489
This commit is contained in:
parent
0d8ba50b64
commit
d09c6660a8
2 changed files with 18 additions and 5 deletions
|
@ -160,12 +160,10 @@ dl.icon dt .list-inner {
|
|||
|
||||
dl.icon dt, dl.icon dd {
|
||||
min-height: 40px;
|
||||
*min-height: 32px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
||||
width: 80px;
|
||||
*width: 79px;
|
||||
text-align: center;
|
||||
line-height: 2.2em;
|
||||
font-size: 1.2em;
|
||||
|
@ -185,7 +183,6 @@ dl.icon dt li {
|
|||
|
||||
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
|
||||
width: 250px;
|
||||
*width: 249px;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
@ -208,7 +205,6 @@ dd.extra, dd.mark {
|
|||
|
||||
dd.option {
|
||||
width: 125px;
|
||||
*width: 124px;
|
||||
line-height: 200%;
|
||||
text-align: center;
|
||||
font-size: 1.1em;
|
||||
|
|
|
@ -29,4 +29,21 @@ dl.details dd {
|
|||
/* Headerbar height fix for IE7 */
|
||||
#site-description p {
|
||||
*margin-bottom: 1.0em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Forum list column styles for IE7 */
|
||||
dl.icon dt, dl.icon dd {
|
||||
*min-height: 32px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
||||
*width: 79px;
|
||||
}
|
||||
|
||||
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
|
||||
*width: 249px;
|
||||
}
|
||||
|
||||
dd.option {
|
||||
*width: 124px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue