mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12553] Align contact icons to the right.
PHPBB3-12553
This commit is contained in:
parent
55ffcca591
commit
3ed767351c
1 changed files with 13 additions and 0 deletions
|
@ -602,6 +602,19 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Poster contact icons
|
||||
----------------------------------------*/
|
||||
.rtl .contact-icons a {
|
||||
border-left-width: 1px;
|
||||
border-left-style: dotted;
|
||||
border-right: none;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .contact-icons .last-cell {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* cp.css
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue