mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12769] Small icon BC
This commit is contained in:
parent
47eb88e877
commit
6cccd3bcdd
1 changed files with 29 additions and 0 deletions
|
@ -125,3 +125,32 @@ button::-moz-focus-inner {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0
|
border: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Deprecated as of version 3.2
|
||||||
|
-------------------------------------------------*/
|
||||||
|
.small-icon {
|
||||||
|
background-position: 0 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.small-icon > a {
|
||||||
|
padding: 0 0 0 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.linklist.bulletin > li.small-icon:before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown .small-icon > a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .small-icon {
|
||||||
|
background-position: 100% 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .small-icon > a {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 19px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue