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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user