1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14984] Correct wrong arrow direction in PM inbox
This commit is contained in:
Tristan Darricau
2017-01-15 11:40:26 +01:00

View File

@@ -67,6 +67,10 @@
margin-left: -5px; margin-left: -5px;
} }
.arrow-left .icon {
float: left;
}
.arrow-right:hover .icon { .arrow-right:hover .icon {
margin-right: -5px; margin-right: -5px;
margin-left: 5px; margin-left: 5px;