ENHANCEMENT:replaced text "Toggle Formatting Help" with a ? icon on edit profile Popup - Trac #6904

This commit is contained in:
jbridson 2012-03-16 16:30:35 +13:00 committed by Ingo Schommer
parent 1a66ecd6ac
commit 62ef8a269f
3 changed files with 7 additions and 0 deletions

View File

@ -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 .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_Permissions { clear: both; padding: 16px; }
form.member-profile-form #Root_Main { 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 #FavouritePageID { margin-top: 8px; }
form.member-profile-form #CsvFile .middleColumn { background: none !important; } form.member-profile-form #CsvFile .middleColumn { background: none !important; }
form.member-profile-form .advanced h4 { margin-bottom: .5em; } form.member-profile-form .advanced h4 { margin-bottom: .5em; }

BIN
admin/images/question.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View File

@ -841,6 +841,12 @@ form.member-profile-form {
#Root_Main { #Root_Main {
clear:both; clear:both;
padding: $grid-x*2; 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 { #FavouritePageID {