1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

Merge pull request #4630 from hubaishan/ticket/14984

[ticket/14984] Correct wrong arrow direction in PM inbox

* hubaishan/ticket/14984:
  [ticket/14984] Correct wrong arrow direction in PM inbox
This commit is contained in:
Tristan Darricau 2017-01-15 11:38:21 +01:00
commit 083db525d4
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

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