[Rt-commit] rtir branch, 4.0/smaller-action-buttons, updated. 4.0.1rc1-59-gbf380932

? sunnavy sunnavy at bestpractical.com
Tue Apr 17 10:46:17 EDT 2018


The branch, 4.0/smaller-action-buttons has been updated
       via  bf380932d0bf1ab7f55d002d9489416798abbdab (commit)
      from  ac90fc8d8a84376dc2edb2695f51e12f809ee30c (commit)

Summary of changes:
 static/css/rtir-styles.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit bf380932d0bf1ab7f55d002d9489416798abbdab
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Apr 17 22:40:13 2018 +0800

    Make action buttons on the same line as the "Incident:" label when possible
    
    If related incidents already exist, it's fine to put the buttons right
    below the incident list.

diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 98439c81..1784af30 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -161,8 +161,7 @@ body.rtir .basics table.collection-as-table {
 }
 
 body.rtir .incidents .actions {
-    text-align: right;
-    margin-bottom: 1em;
+    float: right;
 }
 
 body.rtir .incidents .actions .button {

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


More information about the rt-commit mailing list