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

make scripts more modular

This commit is contained in:
Luke Pulverenti 2015-05-14 13:16:29 -04:00
parent 284e61038d
commit ce35317652
11 changed files with 109 additions and 86 deletions

View file

@ -1405,6 +1405,14 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-position: center center;
}
.listViewMoreButton {
position: absolute;
right: 0;
top: 10%;
padding: 15px 20px;
font-size: 20px;
}
.ui-li-has-icon > .ui-btn {
padding-left: 5.25em !important;
padding-top: 5px !important;

View file

@ -93,9 +93,9 @@
vertical-align: top;
color: #eee;
display: inline-block;
width: 80%;
width: 70%;
font-weight: normal;
font-size: 15px;
font-size: 14px;
}
@media all and (max-width: 1200px) {
@ -113,7 +113,7 @@
font-size: 18px;
text-transform: uppercase;
color: #ddd !important;
font-weight: 500 !important;
font-weight: 400 !important;
text-decoration: none;
}

View file

@ -145,12 +145,13 @@
border: 0;
color: #ddd;
border-radius: 3px;
padding: 4px 7px 3px 50px;
padding: 4px 0 3px 0;
text-indent: 50px;
font-size: 16px;
font-family: Roboto;
outline: none;
vertical-align: middle;
width: 85%;
width: 90%;
}
.searchInputIcon {
@ -175,7 +176,7 @@
}
.viewMenuSearchForm {
max-width: initial;
max-width: none;
padding: 10px;
}

View file

@ -305,6 +305,7 @@ h1 .imageLink {
padding: 0;
cursor: pointer;
outline: none;
color: inherit;
}
.imageButton:hover {