[Rt-commit] rt branch, 4.2/rudder-fixes-for-rc3, created. rt-4.2.0rc2-7-gc6ddb22

Jesse Vincent jesse at bestpractical.com
Tue Sep 24 20:10:50 EDT 2013


The branch, 4.2/rudder-fixes-for-rc3 has been created
        at  c6ddb22fd56f9268aded988e51215e8e2fb53537 (commit)

- Log -----------------------------------------------------------------
commit 3165fc93de9d81988ac674007a4031562d8c3c02
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 19:00:15 2013 -0400

    fix the titlebox styling on the new 'merge' box

diff --git a/share/static/css/rudder/ticket.css b/share/static/css/rudder/ticket.css
index 6b01e82..b675020 100644
--- a/share/static/css/rudder/ticket.css
+++ b/share/static/css/rudder/ticket.css
@@ -1,35 +1,13 @@
-/* Use a lighter colored toggle arrow */
-
-.ticket-info-cfs .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-basics .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-people .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-requestor .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-links .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-reminders .titlebox-title .widget a {
-    background-position: center -7px
-}
-
-.ticket-info-dates .titlebox-title .widget a {
-    background-position: center -7px
-}
-
+.ticket-info-cfs .titlebox-title .widget a,
+.ticket-info-basics .titlebox-title .widget a,
+.ticket-info-people .titlebox-title .widget a,
+.ticket-info-requestor .titlebox-title .widget a,
+.ticket-info-links .titlebox-title .widget a,
+.ticket-info-merge .titlebox-title .widget a,
+.ticket-info-reminders .titlebox-title .widget a,
+.ticket-info-dates .titlebox-title .widget a,
 .ticket-info-attachments .titlebox-title .widget a {
-    background-position: center -7px
+    background-position: center -7px;
 }
 
 .ticket-info-cfs .titlebox-title,
@@ -37,6 +15,7 @@
 .ticket-info-people .titlebox-title,
 .ticket-info-requestor .titlebox-title,
 .ticket-info-links .titlebox-title,
+.ticket-info-merge .titlebox-title,
 .ticket-info-reminders .titlebox-title,
 .ticket-info-dates .titlebox-title,
 .ticket-info-attachments .titlebox-title {
@@ -48,6 +27,7 @@
 .ticket-info-people .titlebox-title  .left,
 .ticket-info-requestor .titlebox-title  .left,
 .ticket-info-links .titlebox-title  .left,
+.ticket-info-merge .titlebox-title  .left,
 .ticket-info-reminders .titlebox-title  .left,
 .ticket-info-dates .titlebox-title  .left,
 .ticket-info-attachments .titlebox-title  .left {

commit 0f4859021a338013531c3198458771fb3648601a
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 19:04:22 2013 -0400

    added a titlebox-fancy style so new titleboxes with the fancy tabbed
    style don't need to update css

diff --git a/share/static/css/rudder/ticket.css b/share/static/css/rudder/ticket.css
index b675020..5837dd0 100644
--- a/share/static/css/rudder/ticket.css
+++ b/share/static/css/rudder/ticket.css
@@ -1,3 +1,4 @@
+.titlebox-fancy .titlebox-title .widget a,
 .ticket-info-cfs .titlebox-title .widget a,
 .ticket-info-basics .titlebox-title .widget a,
 .ticket-info-people .titlebox-title .widget a,
@@ -10,6 +11,7 @@
     background-position: center -7px;
 }
 
+.titlebox-fancy .titlebox-title,
 .ticket-info-cfs .titlebox-title,
 .ticket-info-basics .titlebox-title,
 .ticket-info-people .titlebox-title,
@@ -22,6 +24,7 @@
     margin-left: 1em
 }
 
+.titlebox-fancy .titlebox-title  .left,
 .ticket-info-cfs .titlebox-title  .left,
 .ticket-info-basics .titlebox-title  .left,
 .ticket-info-people .titlebox-title  .left,

commit 5deaa1d860e5737574b6fce031bf23a7abd3b163
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 19:25:13 2013 -0400

    Partial reversion of 54c91851cc2936ae8314df6fcb525dcdf1f76bfc, which had
    accidentally erased history css for rudder

diff --git a/share/static/css/rudder/history.css b/share/static/css/rudder/history.css
index e69de29..d655461 100644
--- a/share/static/css/rudder/history.css
+++ b/share/static/css/rudder/history.css
@@ -0,0 +1,78 @@
+div.history-container {
+    border: 0;
+}
+
+.history .transaction.message div.content {
+    padding-right: 0;
+    padding-bottom: 3em;
+    margin-left: 3em;
+}
+
+.history .transaction .metadata span.type {
+    margin:0;
+    font-size: 1.2em;
+    margin-right: 1em;
+    padding: 0.25em;
+    border: none;
+}
+.history .transaction .metadata span.type a{
+    color: transparent ;
+
+}
+.history .transaction .metadata span.type a#lasttrans{
+    display: inline;
+    
+}
+.history .transaction:hover .metadata span.type a{
+    color: white;
+}
+
+.history .transaction .metadata .date,
+.history .transaction .metadata .description,
+.history .transaction .metadata .time-taken {
+    margin-top: 0.5em;
+    display: inline-block;
+    margin-right: 2em;
+}
+
+.history .transaction .metadata {
+    margin-bottom: 0em;
+    margin-top: 0.25em;
+}
+
+.transaction div.metadata span.actions  {
+    background: #eee;
+    color: #eee;
+    display: inline-block;
+    margin-right: 0.5em;
+    padding-top: 0.5em;
+    padding-bottom: 0.5em;
+    border-right: 1px solid #999;
+    -moz-border-radius-bottomright: 0.5em;
+    -webkit-border-bottom-right-radius: 0.5em
+}
+.transaction div.metadata span.actions a {
+    padding: 0.2em;
+}
+
+.transaction div.downloadattachment {
+    float: right;
+    clear: both;
+    text-align: right;
+    background: transparent;
+    padding-top: 0.5em;
+    margin-left: 1em;
+    border: none;
+    color: transparent;
+    line-height: 1em;
+}
+
+.transaction div.downloadattachment a {
+    color: #aaa;
+    display: block;
+}
+
+.transaction div.downloadattachment .downloadcontenttype {
+    color #ccc;
+    display: block;
+}
\ No newline at end of file

commit 03f1e52bf74377be569967d91bcf5fee824801d6
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 19:36:24 2013 -0400

    fixup Rather than using a new 'fancy' class, use our existing inverse class

diff --git a/share/static/css/rudder/ticket.css b/share/static/css/rudder/ticket.css
index 5837dd0..152f936 100644
--- a/share/static/css/rudder/ticket.css
+++ b/share/static/css/rudder/ticket.css
@@ -1,4 +1,4 @@
-.titlebox-fancy .titlebox-title .widget a,
+.titlebox-title.inverse .widget a,
 .ticket-info-cfs .titlebox-title .widget a,
 .ticket-info-basics .titlebox-title .widget a,
 .ticket-info-people .titlebox-title .widget a,
@@ -11,7 +11,7 @@
     background-position: center -7px;
 }
 
-.titlebox-fancy .titlebox-title,
+.titlebox-title.inverse,
 .ticket-info-cfs .titlebox-title,
 .ticket-info-basics .titlebox-title,
 .ticket-info-people .titlebox-title,
@@ -24,7 +24,7 @@
     margin-left: 1em
 }
 
-.titlebox-fancy .titlebox-title  .left,
+.titlebox-title.inverse  .left,
 .ticket-info-cfs .titlebox-title  .left,
 .ticket-info-basics .titlebox-title  .left,
 .ticket-info-people .titlebox-title  .left,

commit c6ddb22fd56f9268aded988e51215e8e2fb53537
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 19:36:45 2013 -0400

    Update classes on self-service display page to use the same class names
    as the regular UI

diff --git a/share/html/SelfService/Display.html b/share/html/SelfService/Display.html
index 134c4a3..e9c2eb4 100644
--- a/share/html/SelfService/Display.html
+++ b/share/html/SelfService/Display.html
@@ -51,10 +51,11 @@
 
 <& /Elements/ListActions, actions => \@results &>
 
-  <table width="100%" class="ticketsummary" >
+  <table width="100%" class="ticket-summary" >
       <tr>
         <td valign="top" width="50%" class="boxcontainer">
           <&| /Widgets/TitleBox, title => loc('The Basics'),
+                class => 'ticket-info-basics',
                 ($LinkBasicsTitle ? (title_href => $title_box_link) : ()),
                 title_class=> 'inverse',
                 color => "#993333" &>
@@ -69,7 +70,8 @@
 </td>
         <td valign="top" width="50%" class="boxcontainer">
           <&| /Widgets/TitleBox, title => loc("Dates"),
-                title_class=> 'inverse',
+                 class => 'ticket-info-dates',
+                 title_class=> 'inverse',
                  color => "#663366" &>
           <& /Ticket/Elements/ShowDates, Ticket => $Ticket, UpdatedLink => 0 &>
           </&>

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


More information about the Rt-commit mailing list