Added optional "mailer.subject_prefix" configuration item. Added CMS_SETUP.utf_8_site_name for convenience. Fixed a few potential unicode issues. Fixed various typos.
38 lines
588 B
SCSS
38 lines
588 B
SCSS
ul.cms-temp-users {
|
|
|
|
list-style-type: none;
|
|
padding: 3px 3px 3px 3px;
|
|
border: solid 1px #ccc;
|
|
|
|
li{
|
|
border-top: dotted 1px #ccc;
|
|
&:first-child {
|
|
border-top: none;
|
|
}
|
|
}
|
|
|
|
li.cms_temp_user {
|
|
|
|
ul.cms_temp_user_details {
|
|
list-style-type: none;
|
|
padding: 3px 3px 3px 3px;
|
|
border: solid 1px #ccc;
|
|
|
|
li{
|
|
border-top: dotted 1px #ccc;
|
|
&:first-child {
|
|
border-top: none;
|
|
}
|
|
}
|
|
li.cms_temp_user_detail_information::before{
|
|
content: "[personal information] "
|
|
}
|
|
li.cms_temp_user_detail_email::before{
|
|
content: "[email] "
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|