[Rt-commit] rt branch, 4.0/unread-message-styling, created. rt-4.0.20-46-g62c9af8

Kevin Falcone falcone at bestpractical.com
Thu Jul 3 18:01:55 EDT 2014


The branch, 4.0/unread-message-styling has been created
        at  62c9af8bc47a9e8e078781921a0540c53da6f5bd (commit)

- Log -----------------------------------------------------------------
commit 665e576e8a84d09c37f9aa641206bf5d7f3dcb9f
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jul 2 17:40:08 2014 -0400

    When aileron was copied from web2, old unread-messages styling lingered
    
    This removes the square box with borders behind the "New Messages" box
    which looks weirdly out of place on 4.0.  What's happening is that the
    'box' on web2 is becoming a weird background box to the new title box css
    showing up in aileron.

diff --git a/share/html/NoAuth/css/aileron/ticket.css b/share/html/NoAuth/css/aileron/ticket.css
index 0d60f6a..bc63150 100644
--- a/share/html/NoAuth/css/aileron/ticket.css
+++ b/share/html/NoAuth/css/aileron/ticket.css
@@ -223,22 +223,6 @@ div#ticket-history .messagebody .messagebody{
 
 .ticket-summary .titlebox-title .left a, .ticket-summary .titlebox-title .left a:visited { color: #fff;}
 
-.unread-messages .titlebox , .unread-messages .titlebox-title .left {
-  border: 1px solid #99a;
-  border-right: 2px solid #aab;
-  border-bottom: 2px solid #aab;
-
-}
-
-
-.unread-messages .titlebox {
-  background-color: #dde;
-}
-
-.unread-messages .titlebox-title .left {
-  background-color: #cce;
-}
-
 .ticket-inactive {
   text-decoration: line-through;
   color: #666

commit 62c9af8bc47a9e8e078781921a0540c53da6f5bd
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jul 3 17:52:42 2014 -0400

    Make links in the "New Messages" popup show as links
    
    Without this, it's really not obvious (unless you hover, or know) that
    there are two embedded links you can click on.  Putting it in base/ so
    that it works on aileron and web2.

diff --git a/share/html/NoAuth/css/base/ticket.css b/share/html/NoAuth/css/base/ticket.css
index 6a43a1d..d30b046 100644
--- a/share/html/NoAuth/css/base/ticket.css
+++ b/share/html/NoAuth/css/base/ticket.css
@@ -143,4 +143,7 @@
     display: none;
 }
 
+.unread-messages .titlebox-content :link {
+    text-decoration: underline;
+}
 

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


More information about the rt-commit mailing list