mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Display checkbox in forums list
PHPBB3-11552
This commit is contained in:
parent
5e8eec6330
commit
284fb30958
1 changed files with 11 additions and 0 deletions
|
@ -122,6 +122,17 @@ ul.topiclist.forums dd.topics, ul.topiclist.topics dd.posts {
|
|||
line-height: 1em;
|
||||
}
|
||||
|
||||
ul.topiclist dd.mark {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
|
||||
position: relative;
|
||||
left: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue