mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/12553] Align contact icons to the right.
PHPBB3-12553
This commit is contained in:
@@ -602,6 +602,19 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||||||
margin-right: 0;
|
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
|
* cp.css
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user