mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12769] slightly refactor linklists
This commit is contained in:
parent
de7b1a2ec7
commit
bc18985bd4
4 changed files with 8 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div class="navbar" role="navigation">
|
<div class="navbar" role="navigation">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<ul id="nav-footer" class="linklist bulletin" role="menubar">
|
<ul id="nav-footer" class="nav-footer linklist" role="menubar">
|
||||||
<li class="breadcrumbs">
|
<li class="breadcrumbs">
|
||||||
<!-- IF U_SITE_HOME -->
|
<!-- IF U_SITE_HOME -->
|
||||||
<span class="crumb">
|
<span class="crumb">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="navbar" role="navigation">
|
<div class="navbar" role="navigation">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<ul id="nav-main" class="linklist bulletin" role="menubar">
|
<ul id="nav-main" class="nav-main linklist" role="menubar">
|
||||||
|
|
||||||
<li id="quick-links" class="quick-links dropdown-container<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true">
|
<li id="quick-links" class="quick-links dropdown-container<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true">
|
||||||
<a href="#" class="dropdown-trigger">
|
<a href="#" class="dropdown-trigger">
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul id="nav-breadcrumbs" class="linklist navlinks" role="menubar">
|
<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar">
|
||||||
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
|
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
|
||||||
<!-- EVENT overall_header_breadcrumbs_before -->
|
<!-- EVENT overall_header_breadcrumbs_before -->
|
||||||
<li class="breadcrumbs">
|
<li class="breadcrumbs">
|
||||||
|
|
|
@ -230,6 +230,11 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.navbar ul.linklist {
|
.navbar ul.linklist {
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .linklist > li {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.linklist {
|
ul.linklist {
|
||||||
|
@ -584,7 +589,6 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs .crumb a {
|
.breadcrumbs .crumb a {
|
||||||
display: inline-block;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
|
@ -28,12 +28,6 @@ a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Navigation bar links */
|
|
||||||
li.breadcrumbs span:first-child > a {
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Notification mark read link */
|
/* Notification mark read link */
|
||||||
.dropdown-extended a.mark_read {
|
.dropdown-extended a.mark_read {
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue