mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #144 from Supremicus/feature/TidyUpCSS
Tidy up style sheets
This commit is contained in:
commit
d25537e39d
8 changed files with 270 additions and 2725 deletions
|
@ -8,6 +8,8 @@
|
|||
* Change backlog search to occur 10 minutes after start up
|
||||
* Change UI footer to display time left until a backlog search
|
||||
* Remove obsolete tvtorrents search provider
|
||||
* Change light and dark theme css to only hold color information
|
||||
* Fix incorrect class names in a couple of templates
|
||||
|
||||
[develop changelog]
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -158,124 +158,124 @@ inc_top.tmpl
|
|||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
background-image: url("../images/glyphicons-halflings.png");
|
||||
background-image: url("../images/glyphicons-halflings.png");
|
||||
}
|
||||
|
||||
.icon-white {
|
||||
background-image: url("../images/glyphicons-halflings-white.png");
|
||||
background-image: url("../images/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
||||
.dropdown-menu li > a:hover > [class^="menu-icon-"],
|
||||
.dropdown-menu li > a:hover > [class*=" menu-icon-"] {
|
||||
background-image: url("../images/menu/menu-icons-white.png");
|
||||
.dropdown-menu li > a:hover > [class^="menu-icon-"],
|
||||
.dropdown-menu li > a:hover > [class*=" menu-icon-"] {
|
||||
background-image: url("../images/menu/menu-icons-white.png");
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
background: white url("../images/loading16.gif") right center no-repeat;
|
||||
background: white url("../images/loading16.gif") right center no-repeat;
|
||||
}
|
||||
|
||||
.browserDialog.busy .ui-dialog-buttonpane {
|
||||
background: url("../images/loading.gif") 10px 50% no-repeat !important;
|
||||
.browserDialog.busy .ui-dialog-buttonpane {
|
||||
background: url("../images/loading.gif") 10px 50% no-repeat !important;
|
||||
}
|
||||
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
background: url("../css/lib/images/animated-overlay.gif");
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
background: url("../css/lib/images/animated-overlay.gif");
|
||||
}
|
||||
|
||||
.ui-dialog,
|
||||
.ui-dialog-buttonpane {
|
||||
background: #eceadf url("../css/lib/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat !important;
|
||||
.ui-dialog-buttonpane {
|
||||
background: #eceadf url("../css/lib/images/ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat !important;
|
||||
}
|
||||
|
||||
.ui-accordion-content,
|
||||
.ui-accordion-content,
|
||||
.ui-tabs-panel {
|
||||
background: #ededed !important;
|
||||
background-image: none !important;
|
||||
background: #ededed !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
background: #dcdcdc url("../css/lib/images/ui-bg_highlight-soft_75_dcdcdc_1x100.png") 50% top repeat-x;
|
||||
background: #dcdcdc url("../css/lib/images/ui-bg_highlight-soft_75_dcdcdc_1x100.png") 50% top repeat-x;
|
||||
}
|
||||
|
||||
.ui-widget-content a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
background: #ffffff url("../css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
|
||||
.ui-widget-header {
|
||||
background: #ffffff url("../css/lib/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
|
||||
}
|
||||
|
||||
.ui-state-default,
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
background: #ffffff;
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
background: #ffffff;
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.ui-state-hover,
|
||||
.ui-widget-content .ui-state-hover,
|
||||
.ui-widget-header .ui-state-hover,
|
||||
.ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
background: #ffffff;
|
||||
.ui-widget-content .ui-state-hover,
|
||||
.ui-widget-header .ui-state-hover,
|
||||
.ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.ui-state-active,
|
||||
.ui-widget-content .ui-state-active,
|
||||
.ui-widget-header .ui-state-active {
|
||||
.ui-widget-content .ui-state-active,
|
||||
.ui-widget-header .ui-state-active {
|
||||
background: #F7F7F7;
|
||||
}
|
||||
|
||||
.ui-state-highlight,
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
background: #fbf9ee url("../css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
background: #fbf9ee url("../css/lib/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
|
||||
}
|
||||
|
||||
.ui-state-error,
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
background: #fef1ec url("../css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
background: #fef1ec url("../css/lib/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
|
||||
}
|
||||
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
}
|
||||
|
||||
.ui-widget-header .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
.ui-widget-header .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
}
|
||||
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png");
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png");
|
||||
}
|
||||
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_222222_256x240.png");
|
||||
}
|
||||
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png");
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_8c291d_256x240.png");
|
||||
}
|
||||
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_2e83ff_256x240.png");
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_2e83ff_256x240.png");
|
||||
}
|
||||
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_cd0a0a_256x240.png");
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url("../css/lib/images/ui-icons_cd0a0a_256x240.png");
|
||||
}
|
||||
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa url("../css/lib/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa url("../css/lib/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
||||
}
|
||||
|
||||
.ui-widget-shadow {
|
||||
background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x;
|
||||
.ui-widget-shadow {
|
||||
background: #000000 url("../css/lib/images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x;
|
||||
}
|
||||
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
|
||||
|
@ -302,7 +302,7 @@ inc_top.tmpl
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
background-color: #F7F7F7 !important;
|
||||
border: 1px solid #CCCCCC !important;
|
||||
}
|
||||
|
@ -312,7 +312,7 @@ inc_top.tmpl
|
|||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.ui-tabs-nav > :not(.ui-tabs-active){
|
||||
.ui-tabs-nav > :not(.ui-tabs-active){
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
@ -726,7 +726,7 @@ home.tmpl
|
|||
}
|
||||
|
||||
.show-table {
|
||||
text-align:center;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
width: 33%
|
||||
}
|
||||
|
@ -764,7 +764,7 @@ home.tmpl
|
|||
|
||||
#sort-by {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
@ -910,6 +910,45 @@ div.formpaginate {
|
|||
margin-left: 10px
|
||||
}
|
||||
|
||||
.stepDiv #searchResults div {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.stepDiv #searchResults #searchingAnim {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.stepone-result-title {
|
||||
font-weight: 600;
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
.stepone-result-date,
|
||||
.stepone-result-db,
|
||||
.stepone-result-overview {
|
||||
margin-left: 5px
|
||||
}
|
||||
|
||||
.stepone-result-db img {
|
||||
margin-top: 3px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#newShowPortal #displayText .show-name,
|
||||
#newShowPortal #displayText .show-dest,
|
||||
#newShowPortal #displayText p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#newShowPortal #displayText .show-name,
|
||||
#newShowPortal #displayText .show-dest {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#addRootDirTable td label .filepath {
|
||||
font-weight: 900
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
home_addExistingShow.tmpl
|
||||
========================================================================== */
|
||||
|
@ -985,9 +1024,9 @@ home_trendingShows.tmpl
|
|||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom: 1px solid #111;
|
||||
background-image: url(../images/poster-dark.jpg);
|
||||
}
|
||||
|
||||
|
||||
/* =======================================================================
|
||||
home_postprocess.tmpl
|
||||
========================================================================== */
|
||||
|
@ -1038,7 +1077,7 @@ h1.title {
|
|||
}
|
||||
|
||||
.displayspecials {
|
||||
position: relative;
|
||||
position: relative;
|
||||
top: -24px;
|
||||
}
|
||||
|
||||
|
@ -1066,7 +1105,8 @@ span.imdbstars, span.imdbstars > * {
|
|||
height: 12px;
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
font-size:10px
|
||||
font-size:10px;
|
||||
background: url(../images/rating.png) 0 -12px repeat-x;
|
||||
}
|
||||
|
||||
#showinfo .flag {
|
||||
|
@ -1227,6 +1267,7 @@ span.snatched b {
|
|||
text-align: center;
|
||||
border: none;
|
||||
empty-cells: show;
|
||||
color: #000;
|
||||
}
|
||||
.sickbeardTable.display_show {
|
||||
clear:both
|
||||
|
@ -1495,7 +1536,7 @@ h2.day, h2.network {
|
|||
.daybydayWrapper {
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding: 0 /*3px*/
|
||||
padding: 0; /*3px*/
|
||||
}
|
||||
|
||||
.day-of-week {
|
||||
|
@ -1575,6 +1616,21 @@ h2.day, h2.network {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.day-of-week .text .episode {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.time-am-pm {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#content.episodeview-banner .time-am-pm,
|
||||
#content.episodeview-poster .time-am-pm {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
config*.tmpl
|
||||
========================================================================== */
|
||||
|
@ -1867,6 +1923,34 @@ config_postProcessing.tmpl
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
#failed-guide,
|
||||
#failed-guide .title,
|
||||
#failed-guide li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#failed-guide .title {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#failed-guide li {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.icon-info-sign {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px 5px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pp .component-group-list.right,
|
||||
.pp .field-pair.right {
|
||||
margin: 0 0 0 250px;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
config_notifications.tmpl
|
||||
========================================================================== */
|
||||
|
@ -2132,6 +2216,17 @@ div.blackwhitelist.anidb, div.blackwhitelist.manual {
|
|||
margin: 7px 0;
|
||||
}
|
||||
|
||||
.boldest {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.clear-left {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.nextline-block {
|
||||
display:block;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
bootstrap Overrides
|
||||
|
@ -3123,83 +3218,6 @@ span.token-input-delete-token {
|
|||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.stepDiv #searchResults div {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.stepDiv #searchResults #searchingAnim {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.stepone-result-title {
|
||||
font-weight: 600;
|
||||
margin-left: 10px
|
||||
}
|
||||
|
||||
.stepone-result-date,
|
||||
.stepone-result-db,
|
||||
.stepone-result-overview {
|
||||
margin-left: 5px
|
||||
}
|
||||
.stepone-result-db img {
|
||||
margin-top: 3px;
|
||||
vertical-align: top;
|
||||
}
|
||||
#newShowPortal #displayText .show-name,
|
||||
#newShowPortal #displayText .show-dest,
|
||||
#newShowPortal #displayText p {
|
||||
margin: 0;
|
||||
}
|
||||
#newShowPortal #displayText .show-name,
|
||||
#newShowPortal #displayText .show-dest {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#addRootDirTable td label .filepath {
|
||||
font-weight: 900
|
||||
}
|
||||
|
||||
.boldest {font-weight: 900}
|
||||
.red-text {color:#d33}
|
||||
.clear-left {clear:left}
|
||||
.float-left {float:left}
|
||||
.nextline-block {display:block}
|
||||
|
||||
#failed-guide,
|
||||
#failed-guide .title,
|
||||
#failed-guide li {margin:0; padding:0}
|
||||
#failed-guide .title {list-style-type: none}
|
||||
#failed-guide li {margin-left:15px}
|
||||
|
||||
.icon-info-sign {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px 5px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pp .component-group-list.right,
|
||||
.pp .field-pair.right {
|
||||
margin: 0 0 0 250px;
|
||||
}
|
||||
|
||||
.trakt-image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
background-image: url(../images/poster-dark.jpg)
|
||||
}
|
||||
|
||||
.time-am-pm {
|
||||
margin-left: 2px;
|
||||
}
|
||||
#content.episodeview-banner .time-am-pm,
|
||||
#content.episodeview-poster .time-am-pm {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
jquery.confirm.css
|
||||
========================================================================== */
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
</span>
|
||||
<span class="component-desc">
|
||||
<input type="text" name="tv_download_dir" id="tv_download_dir" value="$sickbeard.TV_DOWNLOAD_DIR" class="form-control input-sm input350" />
|
||||
<div class="float-left">
|
||||
<div class="pull-left">
|
||||
<p>folder where download clients save <b><em class="boldest">completed</em></b> downloads.
|
||||
<b>note:</b> only use if not using SABnzbd post processing <em>or</em> if SABnzbd is on a different PC to SickGear</p>
|
||||
</div>
|
||||
|
@ -1177,14 +1177,14 @@
|
|||
<div class="metadata_options">
|
||||
<label for="${cur_id}_show_metadata"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_show_metadata" #if $cur_metadata_inst.show_metadata then $checked else ''#/> Show Metadata</label>
|
||||
<label for="${cur_id}_episode_metadata"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_episode_metadata" #if $cur_metadata_inst.episode_metadata then $checked else ''#/> Episode Metadata</label>
|
||||
<label for="${cur_id}_fanart"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_fanart" #if $cur_metadata_inst.fanart then $checked else ''#/> Show Fanart</label>
|
||||
<label for="${cur_id}_poster"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_poster" #if $cur_metadata_inst.poster then $checked else ''#/> Show Poster</label>
|
||||
<label for="${cur_id}_banner"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_banner" #if $cur_metadata_inst.banner then $checked else ''#/> Show Banner</label>
|
||||
<label for="${cur_id}_episode_thumbnails"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_episode_thumbnails" #if $cur_metadata_inst.episode_thumbnails then $checked else ''#/> Episode Thumbnails</label>
|
||||
<label for="${cur_id}_season_posters"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_season_posters" #if $cur_metadata_inst.season_posters then $checked else ''#/> Season Posters</label>
|
||||
<label for="${cur_id}_season_banners"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_season_banners" #if $cur_metadata_inst.season_banners then $checked else ''#/> Season Banners</label>
|
||||
<label for="${cur_id}_season_all_poster"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_season_all_poster" #if $cur_metadata_inst.season_all_poster then $checked else ''#/> Season All Poster</label>
|
||||
<label for="${cur_id}_season_all_banner"><input type="checkbox" class="float-left metadata_checkbox" id="${cur_id}_season_all_banner" #if $cur_metadata_inst.season_all_banner then $checked else ''#/> Season All Banner</label>
|
||||
<label for="${cur_id}_fanart"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_fanart" #if $cur_metadata_inst.fanart then $checked else ''#/> Show Fanart</label>
|
||||
<label for="${cur_id}_poster"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_poster" #if $cur_metadata_inst.poster then $checked else ''#/> Show Poster</label>
|
||||
<label for="${cur_id}_banner"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_banner" #if $cur_metadata_inst.banner then $checked else ''#/> Show Banner</label>
|
||||
<label for="${cur_id}_episode_thumbnails"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_episode_thumbnails" #if $cur_metadata_inst.episode_thumbnails then $checked else ''#/> Episode Thumbnails</label>
|
||||
<label for="${cur_id}_season_posters"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_season_posters" #if $cur_metadata_inst.season_posters then $checked else ''#/> Season Posters</label>
|
||||
<label for="${cur_id}_season_banners"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_season_banners" #if $cur_metadata_inst.season_banners then $checked else ''#/> Season Banners</label>
|
||||
<label for="${cur_id}_season_all_poster"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_season_all_poster" #if $cur_metadata_inst.season_all_poster then $checked else ''#/> Season All Poster</label>
|
||||
<label for="${cur_id}_season_all_banner"><input type="checkbox" class="metadata_checkbox" id="${cur_id}_season_all_banner" #if $cur_metadata_inst.season_all_banner then $checked else ''#/> Season All Banner</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="metadata_example_wrapper">
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
#end for
|
||||
</select>
|
||||
<div>
|
||||
<input id="removeSceneName" value="Remove" class="btn float-left" type="button" style="margin-top: 10px;"/>
|
||||
<input id="removeSceneName" value="Remove" class="btn pull-left" type="button" style="margin-top: 10px;"/>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<style type="text/css">
|
||||
#SubMenu {display:none}
|
||||
#if 'daybyday' == $layout:
|
||||
.caret {
|
||||
.ep-caret {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
margin-right: 2px;
|
||||
|
@ -144,7 +144,7 @@
|
|||
|
||||
<span>Sort
|
||||
#if 'daybyday' == $layout:
|
||||
<span id="sort-dir" data-sort-dir="asc" class="caret asc" title="Click to sort descending"> </span>
|
||||
<span id="sort-dir" data-sort-dir="asc" class="caret ep-caret asc" title="Click to sort descending"> </span>
|
||||
#end if
|
||||
By
|
||||
#if 'daybyday' == $layout:
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
<span class="listing-key qual">Low Quality: <b>$totalQual</b></span>
|
||||
</div><br/>
|
||||
|
||||
<div class="float-left">
|
||||
<div class="pull-left">
|
||||
Jump to Show
|
||||
<select id="pickShow" class="form-control form-control-inline input-sm">
|
||||
#for $curShow in sorted($sickbeard.showList, key = operator.attrgetter('name')):
|
||||
|
|
Loading…
Reference in a new issue