From 2c3da2c5ead8a15b3d1542818a09474ec4a5466e Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Wed, 27 Jul 2011 23:30:06 -0700 Subject: [PATCH] some css tweaks to AddSeries --- NzbDrone.Web/Content/ActionButton.css | 6 +++--- NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/NzbDrone.Web/Content/ActionButton.css b/NzbDrone.Web/Content/ActionButton.css index f7d1fc620..4727720a2 100644 --- a/NzbDrone.Web/Content/ActionButton.css +++ b/NzbDrone.Web/Content/ActionButton.css @@ -1,7 +1,7 @@ .actionButton { - margin: 5px 5px 5px 5px; - padding: 3px 10px; + margin: 5px; + padding: 2px 5px; background-repeat: no-repeat; background-position: 5px center; background-color: #cccccc; @@ -14,7 +14,7 @@ cursor: pointer; vertical-align: middle; position: relative; - bottom: 1px; + bottom: 3px; } .delete diff --git a/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml b/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml index 964c5d3ae..eaa88eea6 100644 --- a/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml +++ b/NzbDrone.Web/Views/AddSeries/ExistingSeries.cshtml @@ -46,7 +46,7 @@ else border-width: 1px; border-style: solid; background-color: #f2f2f2; - margin: 0px 10px 20px 0px; + margin: 0px 10px 10px 0px; padding-left: 10px; padding-right: 10px; display: inline-block; @@ -54,9 +54,7 @@ else .masterQualitySelector { left: 202px; - position: relative; - background-color: #f2f2f2; - + position: relative; }