mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12168] Move padding-top to ul.linklist li
PHPBB3-12168
This commit is contained in:
@@ -550,7 +550,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .small-icon {
|
.rtl .small-icon {
|
||||||
background-position: 100% 50%;
|
background-position: 100% 50%;
|
||||||
padding: 1px 19px 0 0;
|
padding: 0 19px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl ul.linklist li.small-icon {
|
.rtl ul.linklist li.small-icon {
|
||||||
|
@@ -128,7 +128,7 @@ a.sendemail {
|
|||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
padding: 1px 0 0 17px;
|
padding: 0 0 0 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist li.small-icon {
|
ul.linklist li.small-icon {
|
||||||
|
@@ -331,6 +331,7 @@ ul.linklist li {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
line-height: 2.2em;
|
line-height: 2.2em;
|
||||||
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist li.rightside, p.rightside {
|
ul.linklist li.rightside, p.rightside {
|
||||||
|
Reference in New Issue
Block a user