diff --git a/NzbDrone.6.1.ReSharper b/NzbDrone.6.1.ReSharper new file mode 100644 index 000000000..79b7cba21 --- /dev/null +++ b/NzbDrone.6.1.ReSharper @@ -0,0 +1,148 @@ + + + + SOLUTION + + + + + + + True + False + 2 + SEPARATE + True + True + True + + public + protected + internal + private + new + abstract + virtual + override + sealed + static + readonly + extern + unsafe + volatile + + False + True + True + False + False + False + True + False + False + False + False + False + True + False + False + False + False + False + + + + System.Linq + + + + $object$_On$event$ + $event$Handler + + + + + + + + + + + + + + + + + + + + + + $object$_On$event$ + $event$Handler + + + + + + + + + + + + + + $object$_On$event$ + $event$Handler + + + + + + + + + + + + + + + + + + + + + + 43BD3BBD-1531-4D8F-9C08-E1CD544AB2CD/d:Content/d:2011.2.712 + 43BD3BBD-1531-4D8F-9C08-E1CD544AB2CD/d:Content/d:jQueryUI + + + + + + + + + \ No newline at end of file diff --git a/NzbDrone.Web/Content/Blueprint/screen.css b/NzbDrone.Web/Content/Blueprint/screen.css index 69f2d5ec0..39e65517e 100644 --- a/NzbDrone.Web/Content/Blueprint/screen.css +++ b/NzbDrone.Web/Content/Blueprint/screen.css @@ -413,10 +413,6 @@ form.inline p width: 1190px; margin: 0 auto; } -.showgrid -{ - background: url(src/grid.png); -} .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 { float: left; diff --git a/NzbDrone.Web/Content/Slider.css b/NzbDrone.Web/Content/Slider.css index 5e738f808..c3c4ced73 100644 --- a/NzbDrone.Web/Content/Slider.css +++ b/NzbDrone.Web/Content/Slider.css @@ -54,9 +54,9 @@ } .sliderClosed { - background:url('../../Content/Images/ui-icons_2e83ff_256x240.png') -64px -16px no-repeat; + background:url('../Content/Images/ui-icons_2e83ff_256x240.png') -64px -16px no-repeat; } .sliderOpened { - background:url('../../Content/Images/ui-icons_2e83ff_256x240.png') 0px -16px no-repeat; + background:url('../Content/Images/ui-icons_2e83ff_256x240.png') 0px -16px no-repeat; } \ No newline at end of file