mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 16:22:58 +02:00
[ticket/11564] Notifications popup fixes
Fix width issue with vertical scrollbar Correctly absolutely position it above link, allowing style authors to move notifications link around in style Fix IE7 positioning PHPBB3-11564
This commit is contained in:
@@ -9,6 +9,10 @@ tweaks required due to its poor CSS support.
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
ul.linklist {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
/* Align checkboxes/radio buttons nicely */
|
||||
dd label input {
|
||||
vertical-align: text-bottom;
|
||||
@@ -47,3 +51,18 @@ dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
|
||||
dd.option {
|
||||
*width: 124px;
|
||||
}
|
||||
|
||||
/* Notifications list for IE7 */
|
||||
#notification_list {
|
||||
*left: 0;
|
||||
}
|
||||
|
||||
#notification_list .header_settings {
|
||||
*position: absolute;
|
||||
*right: 10px;
|
||||
*top: 0;
|
||||
}
|
||||
|
||||
.icon-notification {
|
||||
*z-index: 2;
|
||||
}
|
Reference in New Issue
Block a user