1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/12013] Clear the jumpbox.

PHPBB3-12013
This commit is contained in:
Cesar G
2014-06-14 14:25:27 -07:00
parent e7b9013dba
commit ddf3ab323b
4 changed files with 13 additions and 2 deletions

View File

@@ -62,6 +62,10 @@
margin-right: 5px;
}
#jumpbox .dropdown-select {
margin: 0;
}
/* Big button images */
.reply-icon:before, .pmreply-icon:before { background-position: -20px 0; }
.reply-icon:hover:before, .pmreply-icon:hover:before { background-position: -20px -20px; }