mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12662] IE8 fixes
PHPBB3-12662
This commit is contained in:
parent
dd18085ba6
commit
775dc316b0
2 changed files with 6 additions and 2 deletions
|
@ -382,7 +382,7 @@ function parse_document(container)
|
||||||
*/
|
*/
|
||||||
if (oldBrowser) {
|
if (oldBrowser) {
|
||||||
// Fix .linklist.bulletin lists
|
// Fix .linklist.bulletin lists
|
||||||
container.find('ul.linklist.bulletin li:first-child, ul.linklist.bulletin li.rightside:last-child').addClass('no-bulletin');
|
container.find('ul.linklist.bulletin > li:first-child, ul.linklist.bulletin > li.rightside:last-child').addClass('no-bulletin');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -423,7 +423,10 @@ ul.linklist.bulletin > li:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist.bulletin > li:first-child:before,
|
ul.linklist.bulletin > li:first-child:before,
|
||||||
ul.linklist.bulletin > li.rightside:last-child:before,
|
ul.linklist.bulletin > li.rightside:last-child:before {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul.linklist.bulletin > li.no-bulletin:before {
|
ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
@ -1141,6 +1144,7 @@ form > p.post-notice strong {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
max-width: 340px !important;
|
max-width: 340px !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-extended .header {
|
.dropdown-extended .header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue