move desktop search
This commit is contained in:
parent
84bb89076e
commit
3dcd5b04d5
4 changed files with 110 additions and 26 deletions
|
@ -21,18 +21,24 @@
|
|||
background-image: url(images/chromecast/ic_media_route_disabled_holo_dark.png);
|
||||
}
|
||||
|
||||
.btnCast {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.headerSelectedPlayer {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
color: #ddd;
|
||||
font-size: 11px;
|
||||
margin-right: .5em;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
top: -20px;
|
||||
top: 1px;
|
||||
max-width: 100px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
@media all and (max-width: 1000px) {
|
||||
.headerSelectedPlayer {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.viewMenuSearch {
|
||||
display: block;
|
||||
|
@ -181,10 +181,15 @@
|
|||
|
||||
.searchResultsOverlay {
|
||||
position: fixed;
|
||||
background: #000;
|
||||
background: #222 !important;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1001;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.searchResultsContainer {
|
||||
padding: 2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue