1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/12608] Improve notifications drop-down menu styling in header

PHPBB3-12608
This commit is contained in:
PayBas
2014-05-28 21:33:17 +02:00
parent 3a96c5b753
commit d5f4d288e9
16 changed files with 296 additions and 52 deletions

View File

@@ -1101,7 +1101,7 @@ form > p.post-notice strong {
display: none;
position: absolute;
left: 0;
width: 330px;
width: 340px;
z-index: 1;
top: 22px;
}
@@ -1173,19 +1173,38 @@ form > p.post-notice strong {
text-decoration: none;
}
.notification_list a.notification-block {
padding: 8px;
}
.notification_list ul li img {
float: left;
max-height: 50px;
max-width: 50px;
width: auto !important;
height: auto !important;
margin-right: 5px;
}
.notification_list ul li p {
margin: 0;
margin-bottom: 4px;
font-size: 1em;
}
.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list a.notification-block p.notification-reason {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.notification_list ul li p.notification-time {
font-size: 0.9em;
margin: 0;
text-align: right;
}
.notification_list div.notifications {
padding: 5px;
}
@@ -1193,6 +1212,9 @@ form > p.post-notice strong {
.notification_list p.notifications_title {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px !important;
}
.notification_list p.notifications_title strong {
font-weight: bold;
}
@@ -1200,6 +1222,10 @@ form > p.post-notice strong {
font-size: 11px !important;
}
.notification_text {
margin-left: 58px;
}
.notification_text:after {
content: '';
clear: both;

View File

@@ -62,6 +62,9 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
top: 50%;
width: 30px;
height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dropdown-extended li:hover a.mark_read {