[Rt-commit] rt branch, 5.0/update-theme-editor, repushed
Craig Kaiser
craig at bestpractical.com
Mon Jun 29 15:44:25 EDT 2020
The branch 5.0/update-theme-editor was deleted and repushed:
was 3fd34c2e952c1cdb0650916f21e5209b6cd9ec47
now af7ad2c0041c48f8b5034942763bc1cdb1cfdf57
1: 0254af0f95 = 1: 0254af0f95 Use padding in place of margin for spacing between page header
2: 8c694e8b23 ! 2: e94746ec15 Add class for theme editor to use when setting 'Page content' CSS
@@ -13,18 +13,10 @@
['Title bar' => ['div#header']],
['Page title' => ['div#header h1']],
- ['Page content' => ['div#body']],
-+ ['Page content' => ['div#body', '.body-content-class']],
++ ['Page content' => ['.body-content-class, .body-content-class div p h']],
['Buttons' => ['input[type="reset"], input[type="submit"], input[class="button"]']],
['Button hover' => ['input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover']],
['Search results' => ['table.collection-as-table th.collection-as-table a']],
-@@
- .attr('value', v[0])
- .text(v[0]));
- });
-+ $('select#sectionoption[value="'+section_css_mapping[0][0]+'"]').attr("selected",true);
-
- function update_sitecss(text) {
- if (!text)
diff --git a/share/html/Widgets/TitleBoxStart b/share/html/Widgets/TitleBoxStart
--- a/share/html/Widgets/TitleBoxStart
@@ -39,18 +31,3 @@
data-<% $key %>="<% $data->{$key} %>"\
% }
-diff --git a/share/static/css/elevator-light/layout.css b/share/static/css/elevator-light/layout.css
---- a/share/static/css/elevator-light/layout.css
-+++ b/share/static/css/elevator-light/layout.css
-@@
- font-size: 13px;
- }
-
-+body-content-class {
-+ /* This class is used for the theme editor tool */
-+}
-+
- div#body {
- padding: 0 20px;
- margin-right: 0;
-
3: c49956d360 ! 3: 8eabe88ba4 Add default value for theme section select input
@@ -9,7 +9,6 @@
.attr('value', v[0])
.text(v[0]));
});
-- $('select#sectionoption[value="'+section_css_mapping[0][0]+'"]').attr("selected",true);
+ // Refresh selectpicker so we have a default value
+ $('select#section').val(section_css_mapping[0][0]);
+ $('.selectpicker').selectpicker('refresh')
4: 9fe969e016 = 4: 1a3cfa5ee9 Use Bootstrap4 styles for Theme.html
5: 8a2b08e218 = 5: 588e89197a Add Expand/Preview button to Theme.html logo image
6: 3fd34c2e95 < -: ------- Add HTML section for setting header border color from Theme.html
-: ------- > 6: af7ad2c004 Do not remove farbtastic background in darkmode
More information about the rt-commit
mailing list