1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add Add to collection buttons

This commit is contained in:
Luke Pulverenti 2015-01-23 23:50:45 -05:00
parent 9b452f3b53
commit 218e086d94
19 changed files with 481 additions and 214 deletions

View file

@ -140,39 +140,37 @@
}
.headerSearchInput {
width: 100%;
margin-top: 12px;
margin: 0;
background: #222;
border: 0;
color: #ddd;
border-radius: 3px;
padding: 5px 7px 4px 50px;
padding: 4px 7px 3px 50px;
font-size: 14px;
font-family: Roboto;
outline: none;
vertical-align: middle;
width: 200px;
}
.searchInputIcon {
position: absolute;
left: 20px;
top: 19px;
top: 6px;
font-size: 14px !important;
color: #ddd !important;
}
.viewMenuSearch {
position: absolute;
top: 0;
left: 40%;
right: 40%;
position: relative;
display: none;
padding-right: 55px;
margin-left: 2em;
}
@media all and (min-width: 800px) {
@media all and (min-width: 900px) {
.viewMenuSearch {
display: block;
display: inline-block;
}
.headerSearchButton {
@ -180,17 +178,9 @@
}
}
@media all and (min-width: 1200px) {
.viewMenuSearch {
left: 42%;
right: 42%;
}
}
.searchResultsOverlay {
position: fixed;
background: #222 !important;
background: rgba(34, 34, 34, 1);
top: 50px;
left: 0;
right: 0;
@ -202,3 +192,8 @@
.searchResultsContainer {
padding: 2em;
}
.btnCloseSearch {
margin-left: 5px;
outline: 0;
}