mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge remote-tracking branch 'PayBas/ticket/12832' into develop-ascraeus
* PayBas/ticket/12832: [ticket/12832] Remove old .quick-links icon reference [ticket/12832] Remove unnecessary attr and classes [ticket/12832] Add footer links to quick-links [ticket/12832] Make .small-icon styling uniform
This commit is contained in:
commit
3b7ab23e29
6 changed files with 22 additions and 12 deletions
|
@ -23,6 +23,14 @@
|
|||
<!-- ENDIF -->
|
||||
<li class="small-icon icon-search-unanswered"><a href="{U_SEARCH_UNANSWERED}" role="menuitem">{L_SEARCH_UNANSWERED}</a></li>
|
||||
<li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li>
|
||||
<li class="separator"></li>
|
||||
<li class="small-icon icon-search"><a href="{U_SEARCH}" role="menuitem">{L_SEARCH}</a></li>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF not S_IS_BOT and (S_DISPLAY_MEMBERLIST or U_TEAM) -->
|
||||
<li class="separator"></li>
|
||||
<!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members"><a href="{U_MEMBERLIST}" role="menuitem">{L_MEMBERLIST}</a></li><!-- ENDIF -->
|
||||
<!-- IF U_TEAM --><li class="small-icon icon-team"><a href="{U_TEAM}" role="menuitem">{L_THE_TEAM}</a></li><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
<li class="separator"></li>
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
.rtl .dropdown li li {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
.rtl .dropdown-extended .header {
|
||||
|
@ -315,7 +315,7 @@
|
|||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
li.breadcrumbs span:first-child > a {
|
||||
padding-left: 0;
|
||||
padding-right: 19px;
|
||||
}
|
||||
|
@ -628,12 +628,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||
---------------------------------------- */
|
||||
.rtl .small-icon {
|
||||
background-position: 100% 50%;
|
||||
padding-left: 0;
|
||||
padding-right: 19px;
|
||||
}
|
||||
|
||||
.rtl ul.linklist li.small-icon {
|
||||
padding-right: 0;
|
||||
.rtl .small-icon > a {
|
||||
padding-left: 0;
|
||||
padding-right: 19px;
|
||||
}
|
||||
|
||||
/* Post control buttons
|
||||
|
|
|
@ -105,17 +105,21 @@
|
|||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
|
||||
ul.linklist li.small-icon {
|
||||
padding-left: 0;
|
||||
.small-icon > a {
|
||||
display: inline-block;
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
|
||||
ul.linklist.bulletin > li.small-icon:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown .small-icon > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Poster contact icons
|
||||
----------------------------------------*/
|
||||
.contact-icons.dropdown-contents {
|
||||
|
|
|
@ -654,7 +654,6 @@ Colours and backgrounds for buttons.css
|
|||
.icon-pm { background-image: url("./images/icon_pm.gif"); }
|
||||
.icon-print { background-image: url("./images/icon_print.gif"); }
|
||||
.icon-profile { background-image: url("./images/icon_profile.gif"); }
|
||||
.icon-quick-links { background-image: url("./images/icon_quick_links.gif"); }
|
||||
.icon-register { background-image: url("./images/icon_register.gif"); }
|
||||
.icon-search, .responsive-search a { background-image: url("./images/icon_search.gif"); }
|
||||
.icon-search-active { background-image: url("./images/subforum_read.gif"); }
|
||||
|
|
|
@ -625,7 +625,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
|||
|
||||
.dropdown li li {
|
||||
border-top: 1px dotted transparent;
|
||||
padding-left: 10px;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
|
||||
|
|
|
@ -27,7 +27,7 @@ a:hover { text-decoration: underline; }
|
|||
}
|
||||
|
||||
/* Navigation bar links */
|
||||
ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
li.breadcrumbs span:first-child > a {
|
||||
display: inline-block;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue