1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/12155] CSS-ing of the mini post buttons

Created a css version of the mini post buttons with the use of language vars
and no fixed width of height.

PHPBB3-12155
This commit is contained in:
neufke
2014-02-04 20:29:28 +01:00
committed by Cesar G
parent bca34bd3bb
commit aeb7803017
5 changed files with 173 additions and 39 deletions

View File

@@ -1,8 +1,3 @@
/* Set profile icon dimensions */
ul.profile-icons li.pm-icon { width: 28px; height: 20px; }
ul.profile-icons li.quote-icon { width: 54px; height: 20px; }
ul.profile-icons li.edit-icon { width: 42px; height: 20px; }
/* Online image */
.online { background-image: url("./icon_user_online.gif"); }