mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT:replaced text "Toggle Formatting Help" with a ? icon on edit profile Popup - Trac #6904
This commit is contained in:
parent
1a66ecd6ac
commit
62ef8a269f
@ -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
BIN
admin/images/question.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 343 B |
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user