diff --git a/admin/css/screen.css b/admin/css/screen.css index 4bfd52a0c..26939f1be 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -398,6 +398,7 @@ form.member-profile-form { padding: 0 16px 0 0; } form.member-profile-form .ui-tabs-nav .ui-state-default, form.member-profile-form .ui-tabs-nav .ui-widget-content .ui-state-default, form.member-profile-form .ui-tabs-nav .ui-widget-header .ui-state-default { border-top: none; } form.member-profile-form #Root_Permissions { clear: both; padding: 16px; } form.member-profile-form #Root_Main { clear: both; padding: 16px; } +form.member-profile-form #Root_Main .cms-help-toggle { text-indent: -9999em; display: inline-block; width: 20px; background: url(../images/question.png) no-repeat 0px 0px; } form.member-profile-form #FavouritePageID { margin-top: 8px; } form.member-profile-form #CsvFile .middleColumn { background: none !important; } form.member-profile-form .advanced h4 { margin-bottom: .5em; } diff --git a/admin/images/question.png b/admin/images/question.png new file mode 100755 index 000000000..f51f15ba3 Binary files /dev/null and b/admin/images/question.png differ diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 219c844ab..3c36205e1 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -841,6 +841,12 @@ form.member-profile-form { #Root_Main { clear:both; padding: $grid-x*2; + .cms-help-toggle { + text-indent: -9999em; + display: inline-block; + width: 20px; + background:url(../images/question.png) no-repeat 0px 0px; + } } #FavouritePageID {