1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 14:10:45 +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; }

View File

@@ -1105,6 +1105,14 @@ form > p.post-notice strong {
line-height: 20px;
}
#jumpbox {
margin: 5px 0;
}
.stat-block {
clear: both;
}
#top {
position: absolute;
top: -20px;