[Rt-commit] rtir branch, 4.0-trunk, updated. 4.0.0-28-gafa26b6

Shawn Moore shawn at bestpractical.com
Tue Jan 24 18:02:33 EST 2017


The branch, 4.0-trunk has been updated
       via  afa26b65a45144787a8a2860955882da4a3f9d51 (commit)
       via  6fc3fe0ebf4248a137a6c2e85a68949081ce7e1c (commit)
      from  fab6323f966a8f289a45a70ae2c36d5e44f4a8ea (commit)

Summary of changes:
 static/css/rtir-styles.css | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

- Log -----------------------------------------------------------------
commit 6fc3fe0ebf4248a137a6c2e85a68949081ce7e1c
Author: Dustin Collins <strega at bestpractical.com>
Date:   Sat Jan 7 04:09:35 2017 -0500

    Improve alignment of Link / New buttons on Incident in Basics
    
    Fixes: I#31748

diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 4edbd4e..06988b1 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -156,9 +156,36 @@ body.rtir .cftype-Select td.cflabel .type {
 }
 
 
+body.rtir .basics table.collection-as-table {
+    margin-bottom: 4px;
+}
 
 body.rtir .incidents .actions {
     text-align: right;
+    margin-bottom: 1em;
+}
+
+body.rtir .incidents .actions .button {
+    border: none;
+    padding: 0.95em;
+    padding-top: 0.2em;
+    padding-bottom: 0.2em;
+}
+
+body.rtir .incidents .actions #create-incident {
+    background: #4040a0;
+}
+
+body.rtir .incidents .actions #create-incident:hover {
+    background: #4040f0;
+}
+
+body.rtir .incidents .actions #link-incident {
+    background: #316531;
+}
+
+body.rtir .incidents .actions #link-incident:hover {
+    background: #3f833f;
 }
 
 body.rtir #editquery, body.rtir #editsearches {

commit afa26b65a45144787a8a2860955882da4a3f9d51
Merge: fab6323 6fc3fe0
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Jan 24 23:02:28 2017 +0000

    Merge branch '4.0/improve-action-button-alignment' into 4.0-trunk


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


More information about the rt-commit mailing list