1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/12553] Align contact icons to the right.

PHPBB3-12553
This commit is contained in:
Cesar G
2014-05-20 18:55:33 -07:00
parent 55ffcca591
commit 3ed767351c

View File

@@ -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
*/