fix styling nav bar
This commit is contained in:
parent
28be03d171
commit
a9e004e494
1 changed files with 5 additions and 9 deletions
|
|
@ -74,7 +74,8 @@
|
||||||
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
|
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-right: 20px;
|
font-weight: normal;
|
||||||
|
margin: 0px 10px 30px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tx-indexedsearch .tx-indexedsearch-browsebox ul li:last-child {
|
.tx-indexedsearch .tx-indexedsearch-browsebox ul li:last-child {
|
||||||
|
|
@ -85,6 +86,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tx-indexedsearch .tx-indexedsearch-browsebox ul li .current {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.tx-indexedsearch .tx-indexedsearch-browsebox ul li a, .tx-indexedsearch .tx-indexedsearch-browsebox ul li span {
|
.tx-indexedsearch .tx-indexedsearch-browsebox ul li a, .tx-indexedsearch .tx-indexedsearch-browsebox ul li span {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
|
@ -139,11 +143,3 @@ h2.screen-reader-text {
|
||||||
.search-term {
|
.search-term {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tx-indexedsearch .tx-indexedsearch-browsebox ul li .current {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tx-indexedsearch .tx-indexedsearch-browsebox ul li {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue