diff --git a/couchpotato/core/plugins/profile/static/profile.css b/couchpotato/core/plugins/profile/static/profile.css index 26ee64c7..21abc66f 100644 --- a/couchpotato/core/plugins/profile/static/profile.css +++ b/couchpotato/core/plugins/profile/static/profile.css @@ -61,6 +61,10 @@ margin-right: 10px; } + .profile .type .check { + margin-top: -1px; + } + .profile .quality_type select { width: 186px; margin-left: -1px; diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index b4153823..e9335173 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -484,7 +484,8 @@ body > .spinner, .mask{ /*** Global Styles ***/ .check { display: inline-block; - vertical-align: middle; + vertical-align: top; + margin-top: 4px; height: 16px; width: 16px; cursor: pointer; diff --git a/couchpotato/static/style/settings.css b/couchpotato/static/style/settings.css index 1f001b7c..bc1b19f6 100644 --- a/couchpotato/static/style/settings.css +++ b/couchpotato/static/style/settings.css @@ -139,6 +139,10 @@ padding-left: 2%; line-height: 14px; } + + .page .check { + margin-top: 6px; + } .page .check + .formHint { float: none; @@ -167,6 +171,10 @@ margin-bottom: 20px; } + .page .option_list .check { + margin-top: 5px; + } + .page .option_list .enabler { padding: 0; margin-left: 5px !important; @@ -246,6 +254,9 @@ height: 20px; margin: 0 0 -37px; } + .page .advanced_toggle .check { + margin: 0; + } .page .advanced_toggle span { padding: 0 5px; } .page.show_advanced .advanced_toggle { color: #edc07f; @@ -544,6 +555,9 @@ .page .combined_table .ctrlHolder > * { margin: 0 10px 0 0; } + .page .combined_table .ctrlHolder > .check { + margin-top: 6px; + } .page .combined_table .ctrlHolder .delete { display: none;