[Rt-commit] rt branch, 4.6-theme/base-css-changes, created. rt-4.4.4-217-g1cbf546ec

? sunnavy sunnavy at bestpractical.com
Tue May 14 18:45:30 EDT 2019


The branch, 4.6-theme/base-css-changes has been created
        at  1cbf546ec59a8efed97b87ecdaeb905243ec8fd3 (commit)

- Log -----------------------------------------------------------------
commit 1cbf546ec59a8efed97b87ecdaeb905243ec8fd3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 15 05:55:58 2019 +0800

    Merge css changes from base to base-responsive
    
    We merged master in 5c93d6d5f, which contains the latest base css
    changes/fixes in RT 4.4.4.  It's good to merge them to base-responsive,
    at least for consistency. We can tweak them if necessary for elevator
    themes in the future.

diff --git a/share/static/css/base-responsive/admin.css b/share/static/css/base-responsive/admin.css
index 95c587803..fb8a17862 100644
--- a/share/static/css/base-responsive/admin.css
+++ b/share/static/css/base-responsive/admin.css
@@ -82,3 +82,29 @@ table.upgrade-history .upgrade-history-parent .widget a {
 table.upgrade-history .upgrade-history-parent .widget a.rolled-up {
     background-image: url(../../../static/images/css/rolldown-arrow.gif);
 }
+
+#manage-user-data div.title {
+    margin-bottom: 5px;
+    font-weight: bold;
+}
+
+div.inline-row {
+    margin-bottom: 10px;
+    display: inline-flex;
+    width: 100%;
+}
+
+div.inline-row div {
+    max-width: 150px;
+    display: block;
+}
+
+div.inline-row a {
+    text-align: center;
+    width: 85%;
+}
+
+div.inline-row i {
+    text-align: left;
+    width: 85%;
+}
diff --git a/share/static/css/base-responsive/history.css b/share/static/css/base-responsive/history.css
index 8a21c02e1..bcc354e41 100644
--- a/share/static/css/base-responsive/history.css
+++ b/share/static/css/base-responsive/history.css
@@ -2,6 +2,7 @@
     border-top: 2px solid #ccc;
     padding-bottom: 0.5em;
     position: relative; /* gives us a container for position: absolute */
+    clear: both;
 }
 
 .transaction.odd {
diff --git a/share/static/css/base-responsive/main.css b/share/static/css/base-responsive/main.css
index cbe57c882..43d1d8c57 100644
--- a/share/static/css/base-responsive/main.css
+++ b/share/static/css/base-responsive/main.css
@@ -33,3 +33,4 @@
 @import "dropzone.css";
 @import "dropzone.customized.css";
 @import "keyboard-shortcuts.css";
+ at import "shredder.css";
diff --git a/share/static/css/base-responsive/shredder.css b/share/static/css/base-responsive/shredder.css
new file mode 100644
index 000000000..3af89e4ed
--- /dev/null
+++ b/share/static/css/base-responsive/shredder.css
@@ -0,0 +1,19 @@
+.rt-general-header1 {
+  color: #3858a3;
+  font-size: 1.3em;
+}
+
+.rt-general-header2 {
+  font-style: italic;
+  font-size: 1.1em;
+  padding-left: 3em;
+}
+
+.rt-general-paragraph {
+  padding-left: 6em;
+  padding-right: 6em;
+}
+
+.shredder-form {
+  padding-left: 4em;
+}
diff --git a/share/static/css/base-responsive/theme-editor.css b/share/static/css/base-responsive/theme-editor.css
index 0110390ab..bdebe256e 100644
--- a/share/static/css/base-responsive/theme-editor.css
+++ b/share/static/css/base-responsive/theme-editor.css
@@ -64,6 +64,6 @@
 
 #logo-color-picker {
     display: none; /* unhidden by javascript */
-    cursor: url(<% RT->Config->Get("WebImagesURL") %>/eyedropper.png), crosshair;
+    cursor: url(../../../static/images/eyedropper.png), crosshair;
 }
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list