[Rt-commit] rtir branch, 4.0/improve-action-button-alignment, created. 4.0.0-17-g72f4fb3

Dustin Collins strega at bestpractical.com
Sat Jan 7 04:09:55 EST 2017


The branch, 4.0/improve-action-button-alignment has been created
        at  72f4fb326eef2595bf0ffb99122d0eb95b5df54d (commit)

- Log -----------------------------------------------------------------
commit 72f4fb326eef2595bf0ffb99122d0eb95b5df54d
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..fd41ca4 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -156,9 +156,38 @@ 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;
+    cursor: pointer;
+}
+
+body.rtir .incidents .actions #link-incident {
+    background: #316531;
+}
+
+body.rtir .incidents .actions #link-incident:hover {
+    background: #3f833f;
+    cursor: pointer;
 }
 
 body.rtir #editquery, body.rtir #editsearches {

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


More information about the rt-commit mailing list