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

music progress and search placeholder

This commit is contained in:
Luke Pulverenti 2013-04-25 23:31:10 -04:00
parent 69b9c9c379
commit 6f1e4d2863
9 changed files with 114 additions and 57 deletions

View file

@ -1,13 +1,16 @@
.detailTable {
border-collapse: collapse;
border-spacing: 0;
.detailTableContainer {
width: 100%;
max-width: 1200px;
text-align: left;
text-align: center;
margin: 0 auto;
}
.centeredDetailTable {
margin: auto;
.detailTable {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
width: 100%;
margin: 0 auto;
}
.stretchedDetailTable {
@ -36,6 +39,7 @@
font-weight: normal;
text-align: left;
vertical-align: top;
white-space: nowrap;
}
.detailTable .imgUserItemRating {

View file

@ -293,7 +293,7 @@
}
.libraryTabs .ui-btn-inner {
padding: 1em 20px!important;
padding: .5em 15px!important;
}
}

View file

@ -125,6 +125,15 @@ pre, textarea.pre {
right: 10px;
}
.headerSearch {
display: none;
margin-right: 2em;
}
.headerSearch input {
width: 200px;
}
.header .imageLink {
display: inline-block;
}
@ -265,6 +274,10 @@ form, .readOnlyContent {
@media all and (min-width: 650px) {
.headerSearch {
display: inline-block;
}
.imgLogoIcon {
height: 50px;
}