1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 00:21:42 +02:00

[ticket/11552] Align text to left in right side popups

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 11:55:58 +03:00
parent 28fbbcbbc1
commit 9b4001a786

View File

@@ -445,6 +445,7 @@ ul.responsive-popup li {
float: none; float: none;
margin: 0; margin: 0;
white-space: nowrap; white-space: nowrap;
text-align: left;
} }
ul.responsive-popup li:before, ul.responsive-popup li:after { ul.responsive-popup li:before, ul.responsive-popup li:after {