Adding ability to display subtags in tagcloud
This commit is contained in:
parent
61c15aa555
commit
6ccd0b218f
7 changed files with 68 additions and 13 deletions
tpl/default/css
|
@ -211,7 +211,7 @@ body, .pure-g [class*="pure-u"] {
|
|||
}
|
||||
}
|
||||
|
||||
#search, #search-linklist {
|
||||
#search, #search-linklist, #search-tagcloud {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -234,6 +234,7 @@ body, .pure-g [class*="pure-u"] {
|
|||
}
|
||||
|
||||
#search button,
|
||||
#search-tagcloud button,
|
||||
#search-linklist button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
@ -251,6 +252,9 @@ body, .pure-g [class*="pure-u"] {
|
|||
#search-linklist button:hover {
|
||||
color: #fff;
|
||||
}
|
||||
#search-tagcloud button:hover {
|
||||
color: #d0d0d0;
|
||||
}
|
||||
|
||||
#search-linklist {
|
||||
padding: 5px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue