1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 09:01:29 +02:00

[ticket/14194]Patch dropdown small-icon

PHPBB3-14194
This commit is contained in:
Michael Miday
2015-09-28 06:50:53 +02:00
parent a5017c7488
commit 148d7d9b79

View File

@@ -166,6 +166,11 @@ button::-moz-focus-inner {
background-image: none; background-image: none;
} }
.dropdown .small-icon {
background-position: 5px 50%;
padding: 5px;
}
.small-icon > a { .small-icon > a {
padding: 0 0 0 18px; padding: 0 0 0 18px;
} }