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