mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 18:49:52 +02:00
[ticket/12832] Make .small-icon styling uniform
PHPBB3-12832
This commit is contained in:
@@ -105,17 +105,21 @@
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
|
||||
ul.linklist li.small-icon {
|
||||
padding-left: 0;
|
||||
.small-icon > a {
|
||||
display: inline-block;
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin > li.small-icon:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Poster contact icons
|
||||
----------------------------------------*/
|
||||
.contact-icons.dropdown-contents {
|
||||
|
Reference in New Issue
Block a user