mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added search bar under nav bar to jump to series by searching
This commit is contained in:
parent
8ff34aac4d
commit
48dbc127a7
6 changed files with 98 additions and 33 deletions
|
@ -1,6 +1,9 @@
|
|||
@import "prefixer";
|
||||
|
||||
#main-menu-region {
|
||||
text-align : center;
|
||||
margin-bottom : 10px;
|
||||
|
||||
i:before {
|
||||
font-size : 35px;
|
||||
}
|
||||
|
@ -8,27 +11,6 @@
|
|||
i {
|
||||
width : 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.backdrop #nav-region {
|
||||
background-color : #000000;
|
||||
.opacity(0.85);
|
||||
}
|
||||
|
||||
#nav-region li a:hover, #in-sub-nav li a.active {
|
||||
background-color : #555555;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
#nav-region {
|
||||
|
||||
margin-bottom : 80px;
|
||||
height : 120px;
|
||||
|
||||
.span12 {
|
||||
margin-left : 0px;
|
||||
}
|
||||
|
||||
|
||||
.logo {
|
||||
margin-top : 25px;
|
||||
|
@ -37,10 +19,6 @@
|
|||
width : 70px;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-align : center;
|
||||
margin-bottom : 10px;
|
||||
}
|
||||
li {
|
||||
list-style-type : none;
|
||||
display : inline-block;
|
||||
|
@ -55,7 +33,7 @@
|
|||
padding : 15px 10px 5px;
|
||||
min-height : 56px;
|
||||
min-width : 64px;
|
||||
margin : 20px 10px 10px;
|
||||
margin : 20px 10px 5px;
|
||||
color : #b9b9b9;
|
||||
font-weight : 100;
|
||||
}
|
||||
|
@ -66,3 +44,45 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backdrop #nav-region {
|
||||
background-color : #000000;
|
||||
.opacity(0.85);
|
||||
}
|
||||
|
||||
#nav-region li a:hover, #in-sub-nav li a.active {
|
||||
background-color : #555555;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
#nav-region {
|
||||
margin-bottom : 80px;
|
||||
height : 150px;
|
||||
|
||||
.span12 {
|
||||
margin-left : 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
text-align: center;
|
||||
|
||||
input, .add-on {
|
||||
background-color: #333333;
|
||||
border-color: #333333;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color: #333333;
|
||||
color: #cccccc;
|
||||
|
||||
> li > a {
|
||||
color: #cccccc;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue