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:
@@ -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; }
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user