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

#247 - Web client - Hide views that have no content

This commit is contained in:
Luke Pulverenti 2013-05-14 01:36:36 -04:00
parent aea2d1c42a
commit 443299c687
40 changed files with 267 additions and 238 deletions

View file

@ -1,17 +1,16 @@
.headerSearch {
display: none;
margin-right: 3em;
margin-right: 1em;
position: relative;
}
.txtSearch {
vertical-align: middle;
font: 16px arial,sans-serif;
height: 28px;
line-height: 28px;
font: 13px arial,sans-serif;
margin: 0 .15em 0 0;
width: 150px;
padding: 0;
border: 1px solid #4d90fe;
}
.btnSearch {
@ -30,7 +29,6 @@
-webkit-border-radius: 2px;
border-radius: 2px;
font-weight: bold;
height: 28px;
min-width: 54px;
padding: 0 8px;
text-align: center;
@ -40,8 +38,13 @@
text-align: center;
}
.txtSearch, .btnSearch {
height: 22px;
line-height: 22px;
}
.btnSearch img {
height: 28px;
height: 22px;
margin: 0 auto;
border: 0;
}
@ -133,21 +136,11 @@
@media all and (min-width: 1200px) {
.txtSearch {
width: 350px;
width: 300px;
}
.searchHints {
width: 348px;
}
}
@media all and (min-width: 1440px) {
.txtSearch {
width: 400px;
}
.searchHints {
width: 398px;
width: 298px;
}
}