diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 97fa0836..65c75ede 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -840,12 +840,15 @@ div.buttontext p { home_newShow.tmpl ========================================================================== */ #addShowForm, #recommendedShowsForm { - margin-left: auto; - margin-right: auto; + width: 800px; + margin-left: auto; + margin-right: auto; + padding: 10px 0; + font-size:13px; } #newShowPortal { - width: 800px; + width: 960px; padding: 10px 0; margin-right: auto; margin-left: auto; @@ -872,7 +875,6 @@ home_addExistingShow.tmpl } ul#rootDirStaticList { - width: 90%; margin-right: auto; margin-left: auto; text-align: left; @@ -2615,7 +2617,7 @@ div.stepsguide { div.stepsguide .step { float: left; - width: 266px; + width: 33%; font: bold 24px Arial; } @@ -2657,7 +2659,7 @@ div.formpaginate .prev, div.formpaginate .next { } .stepDiv { - padding: 15px; + padding: 15px 0; } /* step 3 related */ @@ -2670,13 +2672,14 @@ div.formpaginate .prev, div.formpaginate .next { #customQualityWrapper div.component-group-desc { float: left; - width: 165px; + width: 172px; + margin-right: 10px; } #customQualityWrapper div.component-group-desc p { width: 85%; margin: .8em 0; - font-size: 1.2em; + font-size: 1.13em; color: #666; } diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index 666b6ea2..96f3fa95 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -822,12 +822,15 @@ div.buttontext p { home_newShow.tmpl ========================================================================== */ #addShowForm, #recommendedShowsForm { - margin-left: auto; - margin-right: auto; + width: 800px; + margin-left: auto; + margin-right: auto; + padding: 10px 0; + font-size:13px; } #newShowPortal { - width: 800px; + width: 960px; padding: 10px 0; margin-right: auto; margin-left: auto; @@ -854,7 +857,6 @@ home_addExistingShow.tmpl } ul#rootDirStaticList { - width: 90%; margin-right: auto; margin-left: auto; text-align: left; @@ -2583,7 +2585,7 @@ div.stepsguide { div.stepsguide .step { float: left; - width: 266px; + width: 33%; font: bold 24px Arial; } @@ -2625,7 +2627,7 @@ div.formpaginate .prev, div.formpaginate .next { } .stepDiv { - padding: 15px; + padding: 15px 0; } /* step 3 related */ @@ -2638,13 +2640,14 @@ div.formpaginate .prev, div.formpaginate .next { #customQualityWrapper div.component-group-desc { float: left; - width: 165px; + width: 172px; + margin-right: 10px; } #customQualityWrapper div.component-group-desc p { width: 85%; margin: .8em 0; - font-size: 1.2em; + font-size: 1.13em; color: #666; } diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index a5ca2119..c6808db9 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -848,12 +848,15 @@ div.buttontext p { home_newShow.tmpl ========================================================================== */ #addShowForm, #recommendedShowsForm { + width: 800px; margin-left: auto; margin-right: auto; + padding: 10px 0; + font-size:13px; } #newShowPortal { - width: 800px; + width: 960px; padding: 10px 0; margin-right: auto; margin-left: auto; @@ -880,7 +883,6 @@ home_addExistingShow.tmpl } ul#rootDirStaticList { - width: 90%; margin-right: auto; margin-left: auto; text-align: left; @@ -2659,7 +2661,7 @@ div.stepsguide { div.stepsguide .step { float: left; - width: 266px; + width: 33%; font: bold 24px Arial; } @@ -2701,7 +2703,7 @@ div.formpaginate .prev, div.formpaginate .next { } .stepDiv { - padding: 15px; + padding: 15px 0; } #tabs .nocheck, @@ -2711,7 +2713,7 @@ div.formpaginate .prev, div.formpaginate .next { #tabs label span.component-title, .stepDiv label span.component-title { - padding-bottom: 6px; + padding-bottom: 10px; float: left; width: 172px; margin-right: 10px; @@ -2721,11 +2723,17 @@ div.formpaginate .prev, div.formpaginate .next { #tabs label span.component-desc, .stepDiv label span.component-desc { - padding-bottom: 6px; + padding-bottom: 10px; font-size: 12px; font-weight: normal; - display:inline-block; - width:475px; + display: block; + width: 475px; + margin-left: 182px; +} + +div.field-pair input { + margin-right: 6px; + float: left; } /* step 3 related */ @@ -2738,13 +2746,14 @@ div.formpaginate .prev, div.formpaginate .next { #customQualityWrapper div.component-group-desc { float: left; - width: 165px; + width: 172px; + margin-right: 10px; } #customQualityWrapper div.component-group-desc p { width: 85%; margin: .8em 0; - font-size: 1.2em; + font-size: 1.13em; color: #666; } diff --git a/gui/slick/interfaces/default/home_addExistingShow.tmpl b/gui/slick/interfaces/default/home_addExistingShow.tmpl index e08660a5..44f97392 100644 --- a/gui/slick/interfaces/default/home_addExistingShow.tmpl +++ b/gui/slick/interfaces/default/home_addExistingShow.tmpl @@ -11,8 +11,6 @@ #import os.path #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") -
- @@ -35,35 +33,51 @@

$title

#end if -
- -
- #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_rootDirs.tmpl") -
-
- #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_addShowOptions.tmpl") -
+
+
+ + +
+ + + +
+ +
+ #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_rootDirs.tmpl") +
+
+ #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_addShowOptions.tmpl") +
+
+
+ +

SickRage can add existing shows, using the current options, by using locally stored NFO/XML metadata to eliminate user interaction. + If you would rather have SickRage prompt you to customize each show, then use the checkbox below.

+ +

+ +
+ +

Displaying folders within these directories which aren't already added to SickRage:

+ +
+ +
+
+
+
+ + + + +
+
-
-

SickRage can add existing shows, using the current options, by using locally stored NFO/XML metadata to eliminate user interaction.
-If you would rather have SickRage prompt you to customize each show, then use the checkbox below.

- -

- -
- -
Displaying folders within these directories which aren't already added to SickRage:
- - - -
-
-
- - - #include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl") diff --git a/gui/slick/interfaces/default/home_massAddTable.tmpl b/gui/slick/interfaces/default/home_massAddTable.tmpl index 920e5695..c3023512 100644 --- a/gui/slick/interfaces/default/home_massAddTable.tmpl +++ b/gui/slick/interfaces/default/home_massAddTable.tmpl @@ -3,11 +3,6 @@ - - - - - #for $curDir in $dirList: #if $curDir['added_already']: diff --git a/gui/slick/interfaces/default/home_newShow.tmpl b/gui/slick/interfaces/default/home_newShow.tmpl index 3dea99e0..0e9f7e57 100644 --- a/gui/slick/interfaces/default/home_newShow.tmpl +++ b/gui/slick/interfaces/default/home_newShow.tmpl @@ -25,11 +25,17 @@ #end if
+
+ +
+
aoeu

-
+
Find a show on the TVDB or TVRAGE @@ -46,7 +52,7 @@ #else: -   +    * @@ -60,7 +66,7 @@   -
+

* This will only affect the language of the retrieved metadata file contents and episode filenames.
This DOES NOT allow SickRage to download non-english TV episodes!

@@ -107,6 +113,6 @@ -
+
#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl") diff --git a/gui/slick/interfaces/default/inc_addShowOptions.tmpl b/gui/slick/interfaces/default/inc_addShowOptions.tmpl index 568346c3..eded7f5f 100644 --- a/gui/slick/interfaces/default/inc_addShowOptions.tmpl +++ b/gui/slick/interfaces/default/inc_addShowOptions.tmpl @@ -3,49 +3,58 @@ #from sickbeard import subtitles #if $sickbeard.USE_SUBTITLES: -
- +
#end if
-
-
-
- +
@@ -58,6 +67,8 @@
-
+

diff --git a/gui/slick/interfaces/default/inc_qualityChooser.tmpl b/gui/slick/interfaces/default/inc_qualityChooser.tmpl index 7ed6589e..329879c9 100644 --- a/gui/slick/interfaces/default/inc_qualityChooser.tmpl +++ b/gui/slick/interfaces/default/inc_qualityChooser.tmpl @@ -2,9 +2,10 @@ #from sickbeard.common import Quality, qualityPresets, qualityPresetStrings
-
@@ -21,11 +21,11 @@
-

One of the Initial quality selections must be obtained before SickRage will attempt to process the Archive selections.

+

One of the Initial quality selections must be obtained before SickRage will attempt to search and process the Archive selections.

-
-

Initial

+
+
Initial
#set $anyQualityList = filter(lambda x: x > $Quality.NONE, $Quality.qualityStrings)
-
-

Archive

+
+
Archive
#set $bestQualityList = filter(lambda x: x > $Quality.SDTV and x < $Quality.UNKNOWN, $Quality.qualityStrings)
DirectoryShow Name (tvshow.nfo)Indexer
Manage Directories