diff --git a/data/css/style.css b/data/css/style.css index deacb929ff..967959eade 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -9,13 +9,13 @@ browser.css margin: 0; } #fileBrowserDialog ul li { - padding: 4px 0; - margin: 2px; + margin: 2px 0; list-style-type: none; cursor: pointer; } #fileBrowserDialog ul li a { display: block; + padding: 4px 0; } #fileBrowserDialog ul li a:hover { color: #00f; @@ -58,11 +58,9 @@ browser.css /* ======================================================================= formWizard.css ========================================================================== */ -/* TODO: cleanup the fixed height issue with custom quality */ fieldset.sectionwrap { width: 800px; padding: 5px; - overflow: auto; text-align: left; border-width: 0; } @@ -78,7 +76,7 @@ div.stepsguide { } div.stepsguide .step { float: left; - width: 260px; + width: 250px; font: bold 24px Arial; } div.stepsguide .step p { @@ -122,19 +120,15 @@ div.formpaginate .prev, div.formpaginate .next { overflow: hidden; clear: both; } -.stepDiv > #customQualityWrapper { - height: 190px; - overflow: auto; -} #customQualityWrapper div.component-group-desc { - float:left; - width:165px; + float: left; + width: 165px; } #customQualityWrapper div.component-group-desc p { - width:85%; - margin:.8em 0; - font-size:1.2em; - color:#666; + width: 85%; + margin: .8em 0; + font-size: 1.2em; + color: #666; } /* ======================================================================= @@ -362,7 +356,7 @@ home.tmpl /* ======================================================================= home_postprocess.tmpl ========================================================================== */ -#episodeDir { +#episodeDir, #newRootDir { margin-right: 6px; } @@ -449,11 +443,6 @@ ul#rootDirStaticList li { list-style: none outside none; cursor: pointer; } -/* for tabs: manage directories */ -#rootDirs, #rootDirsControls { - width: 50%; - min-width: 400px; -} /* for tabs: customize options */ #tabs div.field-pair, .stepDiv div.field-pair { diff --git a/data/interfaces/default/config_notifications.tmpl b/data/interfaces/default/config_notifications.tmpl index 9c5a9034b9..826cf0ad58 100755 --- a/data/interfaces/default/config_notifications.tmpl +++ b/data/interfaces/default/config_notifications.tmpl @@ -26,6 +26,7 @@

XBMC

A free and open source cross-platform media center and home entertainment system software with a 10-foot user interface designed for the living-room TV.

+

For SickBeard to communicate with XBMC you must turn on the XBMC Webserver.

@@ -55,14 +56,14 @@
@@ -76,7 +77,7 @@
@@ -164,6 +165,10 @@   Host running Plex Client (eg. 192.168.1.100:3000) +
Click below to test.
- + @@ -458,7 +463,7 @@
diff --git a/data/interfaces/default/config_providers.tmpl b/data/interfaces/default/config_providers.tmpl index f716455869..1f06f4535a 100755 --- a/data/interfaces/default/config_providers.tmpl +++ b/data/interfaces/default/config_providers.tmpl @@ -85,7 +85,7 @@ Configure Provider: #set $provider_config_list = [] - #for $cur_provider in ("nzbs_r_us", "newzbin", "nzbmatrix", "tvtorrents", "btn"): + #for $cur_provider in ("nzbs_r_us", "tvtorrents", "btn"): #set $cur_provider_obj = $sickbeard.providers.getProviderClass($cur_provider) #if $cur_provider_obj.providerType == $GenericProvider.NZB and not $sickbeard.USE_NZBS: #continue @@ -126,51 +126,6 @@
#end for - -
-
- -
-
- -
-
- -
-
- -
-
- -
-
diff --git a/data/interfaces/default/editShow.tmpl b/data/interfaces/default/editShow.tmpl index bbefe0a737..a0ce6dd7e7 100644 --- a/data/interfaces/default/editShow.tmpl +++ b/data/interfaces/default/editShow.tmpl @@ -1,20 +1,21 @@ #import sickbeard #from sickbeard import common #from sickbeard import exceptions -#set global $title="Edit "+$show.name +#set global $title="Edit " + $show.name #set global $header=$show.name #set global $sbPath=".." -#set global $topmenu="home"# +#set global $topmenu="home" #import os.path #include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_top.tmpl") +