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;