[ticket/11489] IE7 adjustments

PHPBB3-11489
This commit is contained in:
Vjacheslav Trushkin 2013-05-20 09:52:09 +03:00
parent 0d8ba50b64
commit d09c6660a8
2 changed files with 18 additions and 5 deletions

View file

@ -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;

View file

@ -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;
}