mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
4d52d655fd
* Panel/tab-panel and alerts spacing, button padding consistency and alignment * Reports panel spacing adjustments * ReportAdmin panel and toolbar spacing * Comment change * Fix formatting help toggle link * Use standard line-heights and padding for buttons * Add base panel styles * Update to .panel styles and .toolbar spacing * Remove legacy styles, linting fixes * Toolbar--content to have consistent styles throughout * Add panel and toolbar styles to areas missing them * Replace values with variables * Layout overrides for tabs and panels with padding * Adjust JQueryUI button spacing to match other UI buttons * Remove custom ReportAdmin styles Update values to variables and modify panel and tab-panel spacing * Remove text color override * Remove double (.m-t-1) spacing from campaign panel * Profile page remove legacy JLayout * Remove legacy spacing * Removed Layout from page so !important not needed * Improve use of variables * Add missing closing bracket, minor linting fixes * Linting fixes * Remove css importants * Add temp fix for file upload within gridfield Tidy structure of css * css build * Spacing bug fixed for campaign list alert
22 lines
1.5 KiB
Scheme
22 lines
1.5 KiB
Scheme
<a href="#" class="toggle">
|
|
<% _t('MemberDatetimeOptionsetField.Toggle', 'Show formatting help') %>
|
|
</a>
|
|
<ul class="toggle-content list-unstyled">
|
|
<li>YYYY = <% _t('MemberDatetimeOptionsetField.FOURDIGITYEAR', 'Four-digit year',
|
|
40, 'Help text describing what "YYYY" means in ISO date formatting') %></li>
|
|
<li>YY = <% _t('MemberDatetimeOptionsetField.TWODIGITYEAR', 'Two-digit year',
|
|
40, 'Help text describing what "YY" means in ISO date formatting') %></li>
|
|
<li>MMMM = <% _t('MemberDatetimeOptionsetField.FULLNAMEMONTH', 'Full name of month (e.g. June)',
|
|
40, 'Help text describing what "MMMM" means in ISO date formatting') %></li>
|
|
<li>MMM = <% _t('MemberDatetimeOptionsetField.SHORTMONTH', 'Short name of month (e.g. Jun)',
|
|
40, 'Help text letting describing what "MMM" means in ISO date formatting') %></li>
|
|
<li>MM = <% _t('MemberDatetimeOptionsetField.TWODIGITMONTH', 'Two-digit month (01=January, etc.)',
|
|
40, 'Help text describing what "MM" means in ISO date formatting') %></li>
|
|
<li>M = <% _t('MemberDatetimeOptionsetField.MONTHNOLEADING', 'Month digit without leading zero',
|
|
40, 'Help text describing what "M" means in ISO date formatting') %></li>
|
|
<li>dd = <% _t('MemberDatetimeOptionsetField.TWODIGITDAY', 'Two-digit day of month',
|
|
40, 'Help text describing what "dd" means in ISO date formatting') %></li>
|
|
<li>d = <% _t('MemberDatetimeOptionsetField.DAYNOLEADING', 'Day of month without leading zero',
|
|
40, 'Help text describing what "d" means in ISO date formatting') %></li>
|
|
</ul>
|