mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 16:11:13 -05:00
- Created a base email template (base.html) for consistent styling across all emails. - Added moderation approval email template (moderation_approved.html) to notify users of approved submissions. - Added moderation rejection email template (moderation_rejected.html) to inform users of required changes for their submissions. - Created password reset email template (password_reset.html) for users requesting to reset their passwords. - Developed a welcome email template (welcome.html) to greet new users and provide account details and tips for using ThrillWiki.
85 lines
1.8 KiB
CSS
85 lines
1.8 KiB
CSS
/* TABLETS */
|
|
|
|
@media (max-width: 1024px) {
|
|
[dir="rtl"] .colMS {
|
|
margin-right: 0;
|
|
}
|
|
|
|
[dir="rtl"] #user-tools {
|
|
text-align: right;
|
|
}
|
|
|
|
[dir="rtl"] #changelist .actions label {
|
|
padding-left: 10px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
[dir="rtl"] #changelist .actions select {
|
|
margin-left: 0;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
[dir="rtl"] .change-list .filtered .results,
|
|
[dir="rtl"] .change-list .filtered .paginator,
|
|
[dir="rtl"] .filtered #toolbar,
|
|
[dir="rtl"] .filtered div.xfull,
|
|
[dir="rtl"] .filtered .actions,
|
|
[dir="rtl"] #changelist-filter {
|
|
margin-left: 0;
|
|
}
|
|
|
|
[dir="rtl"] .inline-group ul.tools a.add,
|
|
[dir="rtl"] .inline-group div.add-row a,
|
|
[dir="rtl"] .inline-group .tabular tr.add-row td a {
|
|
padding: 8px 26px 8px 10px;
|
|
background-position: calc(100% - 8px) 9px;
|
|
}
|
|
|
|
[dir="rtl"] .related-widget-wrapper-link + .selector {
|
|
margin-right: 0;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
[dir="rtl"] .selector .selector-filter label {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
[dir="rtl"] .object-tools li {
|
|
float: right;
|
|
}
|
|
|
|
[dir="rtl"] .object-tools li + li {
|
|
margin-left: 0;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
[dir="rtl"] .dashboard .module table td a {
|
|
padding-left: 0;
|
|
padding-right: 16px;
|
|
}
|
|
}
|
|
|
|
/* MOBILE */
|
|
|
|
@media (max-width: 767px) {
|
|
[dir="rtl"] .aligned .related-lookup,
|
|
[dir="rtl"] .aligned .datetimeshortcuts {
|
|
margin-left: 0;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
[dir="rtl"] .aligned ul,
|
|
[dir="rtl"] form .aligned ul.errorlist {
|
|
margin-right: 0;
|
|
}
|
|
|
|
[dir="rtl"] #changelist-filter {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
[dir="rtl"] .aligned .vCheckboxLabel {
|
|
padding: 1px 5px 0 0;
|
|
}
|
|
}
|