New display options for advanced search page
This commit is contained in:
parent
5e5f48a090
commit
78a3d9a6f2
6 changed files with 32 additions and 8 deletions
|
@ -34,6 +34,29 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
/*
|
||||
* "Advanced search" page.
|
||||
*/
|
||||
.custom-search-filter ul {
|
||||
margin: 0;
|
||||
padding: 12px 0;
|
||||
}
|
||||
.custom-search-filter ul li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
background-color: #3c8dbc;
|
||||
padding: 3px 10px;
|
||||
margin: 0 4px 12px 0;
|
||||
border-radius: 5px;
|
||||
font-size: .92em;
|
||||
}
|
||||
.custom-search-filter ul li:hover {
|
||||
background-color: #307095;
|
||||
}
|
||||
.custom-search-filter ul li a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*
|
||||
* "Storm list" blocks.
|
||||
*/
|
||||
|
|
|
@ -377,7 +377,7 @@ function zuitedesk_breadcrumb($breadcrumb) {
|
|||
return '';
|
||||
}
|
||||
// No breadcrumb in home page and others:
|
||||
if (in_array(arg(0), array('user', 'ideas'))) {
|
||||
if (in_array(arg(0), array('user', 'search', 'ideas'))) {
|
||||
return '';
|
||||
}
|
||||
// No breadcrumb if it's only one link to home page:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.58
|
||||
version = 0.2.59
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
|
Reference in a new issue