From 07f7bba1f4dc760510483df78b394dd463c47eaa Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 8 Aug 2013 23:04:45 -0700 Subject: [PATCH] Some nd icons renamed and added --- UI/Content/icons.less | 10 +++++++--- UI/Series/Delete/DeleteSeriesTemplate.html | 2 +- UI/Settings/DownloadClient/LayoutTemplate.html | 2 +- UI/Settings/General/GeneralTemplate.html | 4 ++-- UI/Settings/Indexers/Options/ViewTemplate.html | 2 +- UI/Settings/MediaManagement/Naming/ViewTemplate.html | 2 +- UI/System/Layout.js | 4 ++-- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/UI/Content/icons.less b/UI/Content/icons.less index 7ccfb932e..efcb632d2 100644 --- a/UI/Content/icons.less +++ b/UI/Content/icons.less @@ -68,16 +68,16 @@ .icon(@plus); } -.icon-form-info:before { +.icon-nd-form-info:before { .icon(@question-sign); } -.icon-form-warning:before { +.icon-nd-form-warning:before { .icon(@warning-sign); color: #f89406; } -.icon-form-danger:before { +.icon-nd-form-danger:before { .icon(@exclamation-sign); color: #b94a48; } @@ -85,4 +85,8 @@ .icon-nd-donate:before { .icon(@heart); color: @nzbdroneRed; +} + +.icon-nd-update:before { + .icon(@download-alt); } \ No newline at end of file diff --git a/UI/Series/Delete/DeleteSeriesTemplate.html b/UI/Series/Delete/DeleteSeriesTemplate.html index 6fe7f9a38..98d905977 100644 --- a/UI/Series/Delete/DeleteSeriesTemplate.html +++ b/UI/Series/Delete/DeleteSeriesTemplate.html @@ -28,7 +28,7 @@ - + diff --git a/UI/Settings/DownloadClient/LayoutTemplate.html b/UI/Settings/DownloadClient/LayoutTemplate.html index d8579edca..d82065877 100644 --- a/UI/Settings/DownloadClient/LayoutTemplate.html +++ b/UI/Settings/DownloadClient/LayoutTemplate.html @@ -20,7 +20,7 @@ - + diff --git a/UI/Settings/General/GeneralTemplate.html b/UI/Settings/General/GeneralTemplate.html index 6325f37c1..19f4a84cb 100644 --- a/UI/Settings/General/GeneralTemplate.html +++ b/UI/Settings/General/GeneralTemplate.html @@ -8,7 +8,7 @@
- +
@@ -85,7 +85,7 @@ - + diff --git a/UI/Settings/Indexers/Options/ViewTemplate.html b/UI/Settings/Indexers/Options/ViewTemplate.html index 7c5ea1238..1830fd4b2 100644 --- a/UI/Settings/Indexers/Options/ViewTemplate.html +++ b/UI/Settings/Indexers/Options/ViewTemplate.html @@ -16,7 +16,7 @@ - + diff --git a/UI/Settings/MediaManagement/Naming/ViewTemplate.html b/UI/Settings/MediaManagement/Naming/ViewTemplate.html index 21bfa9861..58b530f62 100644 --- a/UI/Settings/MediaManagement/Naming/ViewTemplate.html +++ b/UI/Settings/MediaManagement/Naming/ViewTemplate.html @@ -17,7 +17,7 @@ - + diff --git a/UI/System/Layout.js b/UI/System/Layout.js index 5c1b06464..f1d499dc1 100644 --- a/UI/System/Layout.js +++ b/UI/System/Layout.js @@ -35,8 +35,8 @@ define( route: 'logs' }, { - title: 'Check for Update', - icon: 'icon-download-alt', + title : 'Check for Update', + icon : 'icon-nd-update', command: 'applicationUpdate' }, // {