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

update music tabs

This commit is contained in:
Luke Pulverenti 2015-09-03 15:04:29 -04:00
parent 2c776145d5
commit 0e83515811
10 changed files with 131 additions and 543 deletions

View file

@ -108,18 +108,18 @@
}
.headerSearchInput {
margin: 0;
background: #222;
border: 0;
color: #ddd;
border-radius: 3px;
padding: 4px 0 3px 0;
text-indent: 50px;
margin: 0!important;
background: #222!important;
border: 0!important;
color: #ddd!important;
border-radius: 3px!important;
padding: 4px 0 3px 0!important;
text-indent: 50px!important;
font-size: 16px;
font-family: inherit;
outline: none;
vertical-align: middle;
width: 85%;
width: 85%!important;
}
.searchInputIcon {
@ -140,19 +140,19 @@
@media all and (min-width: 600px) {
.headerSearchInput {
width: 90%;
width: 90% !important;
}
}
@media all and (min-width: 800px) {
.headerSearchInput {
width: 93%;
width: 93% !important;
}
}
@media all and (min-width: 1200px) {
.headerSearchInput {
width: 96%;
width: 96% !important;
}
}