[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.0-49-ga77f6c7
    Shawn Moore 
    shawn at bestpractical.com
       
    Wed Feb 17 02:02:14 EST 2016
    
    
  
The branch, 4.4-trunk has been updated
       via  a77f6c71784542d51ee2b1e0574640afefc9f31d (commit)
      from  54d006d1c90ac41a810bbaaa792e8ee572bafbe7 (commit)
Summary of changes:
 share/static/css/rudder/ticket-timer.css | 4 ++++
 1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit a77f6c71784542d51ee2b1e0574640afefc9f31d
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Feb 17 06:58:45 2016 +0000
    Improve ticket timer text-overflow: ellipsis styling
    
        This is limited to just rudder because the other themes are
        harder to fix perfectly. Their text color depends on link
        visitedness. It's okay though, because the default black doesn't look
        nearly as bad with their dark link text.
    
    Fixes: I#31713
diff --git a/share/static/css/rudder/ticket-timer.css b/share/static/css/rudder/ticket-timer.css
index 3381a26..e2fe8dd 100644
--- a/share/static/css/rudder/ticket-timer.css
+++ b/share/static/css/rudder/ticket-timer.css
@@ -6,6 +6,10 @@
     background: #547CCC;
     padding: 0.33em 1em;
     margin-bottom: 0;
+
+    /* for text-overflow: ellipsis */
+    color: white;
+    font-weight: bold;
 }
 
 .ticket-timer .ticket-link a {
-----------------------------------------------------------------------
    
    
More information about the rt-commit
mailing list