1
0
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:
PayBas
2014-07-07 23:23:15 +02:00
parent 42fde81b21
commit e4941ee875
4 changed files with 14 additions and 11 deletions

View File

@@ -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 {