mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/14038] Switch to spacer spans
This commit is contained in:
parent
0e26b4e68f
commit
d228c80c61
2 changed files with 10 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<ul class="dropdown-contents">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.FORUM_ID neq -1 -->
|
||||
<li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --> <!-- END level --> <!-- IF jumpbox_forums.level -->↳ <!-- ENDIF --> <span>{jumpbox_forums.FORUM_NAME}</span></a></li>
|
||||
<li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --> ↳ <!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- END jumpbox_forums -->
|
||||
</ul>
|
||||
|
|
|
@ -519,6 +519,15 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.jumpbox .spacer {
|
||||
display: inline-block;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
.jumpbox .spacer + .spacer {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.dropdown li {
|
||||
border-top: 1px dotted transparent;
|
||||
float: none !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue