diff --git a/UI/Content/form.less b/UI/Content/form.less index 00a64b748..3d9e5267c 100644 --- a/UI/Content/form.less +++ b/UI/Content/form.less @@ -3,8 +3,9 @@ .control-group { .controls { i { - font-size : 16px; - color : #595959; + font-size : 16px; + color : #595959; + margin-right : 5px; } .checkbox { width : 100px; @@ -15,7 +16,6 @@ } .help-inline-checkbox { - padding-left : 5px; display : inline-block; margin-top : -20px; margin-bottom : 0; @@ -35,9 +35,9 @@ textarea.release-restrictions { } .help-link { - text-decoration: none !important; + text-decoration : none !important; i { .clickable; } -} \ No newline at end of file +} diff --git a/UI/Content/icons.less b/UI/Content/icons.less index e48924f8b..0a253e951 100644 --- a/UI/Content/icons.less +++ b/UI/Content/icons.less @@ -46,6 +46,11 @@ transform : scale(1, -1); } +.icon-nd-warning:before { + .icon(@warning-sign); + color : #f89406; +} + .icon-nd-edit:before { .icon(@wrench); } diff --git a/UI/Settings/General/GeneralTemplate.html b/UI/Settings/General/GeneralTemplate.html index 35ddf1dd1..bb9de7626 100644 --- a/UI/Settings/General/GeneralTemplate.html +++ b/UI/Settings/General/GeneralTemplate.html @@ -92,16 +92,19 @@ {{#unless_eq branch compare="master"}} -