1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 01:03:05 +02:00

[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

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