mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
Merge pull request #1429 from cyberalien/ticket/11553
Move bulletin points for linklist lists to pseudo classes
This commit is contained in:
@@ -97,17 +97,9 @@ a.sendemail {
|
||||
padding: 1px 0 0 17px;
|
||||
}
|
||||
|
||||
.icon-notification:before, .icon-notification:after {
|
||||
display: inline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.icon-notification:before {
|
||||
content: '[';
|
||||
}
|
||||
|
||||
.icon-notification:after {
|
||||
content: ']';
|
||||
ul.linklist.bulletin li.icon-home:before, ul.linklist.bulletin li.icon-ucp:before,
|
||||
ul.linklist.bulletin li.icon-bookmark:before, ul.linklist.bulletin li.icon-bump:before, ul.linklist.bulletin li.icon-subscribe:before, ul.linklist.bulletin li.icon-unsubscribe:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
|
@@ -356,6 +356,38 @@ ul.rightside {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Bulletin icons for list items
|
||||
----------------------------------------*/
|
||||
ul.linklist.bulletin li:before {
|
||||
display: inline-block;
|
||||
content: "\2022";
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin li:first-child:before, ul.linklist.bulletin li.rightside:last-child:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin li.no-bulletin:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon-notification:before, ul.linklist.bulletin li.icon-notification:before, .icon-notification:after {
|
||||
display: inline;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.icon-notification:before, ul.linklist.bulletin li.icon-notification:before {
|
||||
content: '[';
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.icon-notification:after {
|
||||
content: ']';
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
table.table1 {
|
||||
|
Reference in New Issue
Block a user