[Rt-commit] r12930 - in rt/branches/3.8-TESTING: . share/html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Thu Jun 5 15:18:52 EDT 2008


Author: jesse
Date: Thu Jun  5 15:18:42 2008
New Revision: 12930

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction

Log:
 r32312 at 31b:  jesse | 2008-06-05 15:09:52 -0400
 * A bunch of small styling stuff that was annoying me


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/base.css	Thu Jun  5 15:18:42 2008
@@ -50,12 +50,9 @@
 
 
 
-a:hover  {
-  text-decoration: underline;
-}
 
 
- a {
+a {
   color: #000;
   text-decoration: none;
 }
@@ -66,4 +63,7 @@
 
 }
 
+a:hover  {
+  text-decoration: underline;
+}
 

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	Thu Jun  5 15:18:42 2008
@@ -180,7 +180,6 @@
 }
 div#quickbar a, div#logo a { 
     color: #000;
-    text-decoration: none;
 }
 
 
@@ -211,7 +210,13 @@
  color: #fff;
 }
 
-body#comp-index td.boxcontainer {
-    padding-right: 1em;
+/* in multi-column layouts, make sure we have an internal gutter */
+
+tr .boxcontainer {
+      padding-right: 1em;
+}
+
+tr .boxcontainer:last-child {
+      padding-right: 0;
 }
 

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Thu Jun  5 15:18:42 2008
@@ -45,16 +45,11 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-.ticket-summary td .titlebox { 
- margin-left: 0.5em;
- margin-right: 0.5em;
-}
-
 
 
 div#ticket-history div.ticket-transaction {
  border-top: 1px solid #ccc;
- padding-bottom: 0.5em;
+ padding-bottom: 0.25em;
 
 }
 
@@ -72,62 +67,65 @@
 
 }
 
-div#ticket-history td.actions {
+.ticket-transaction tr.metadata td { padding-top: 0.75em;} 
+.ticket-transaction tr.metadata td.actions {
+ padding: 0em;
  background: #ccc;
  text-align: right;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
- 
  color: #ccc;
  -moz-border-radius-bottomleft: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  width: 1em;
+ white-space: nowrap;
 }
 
-div#ticket-history td.type {
+.ticket-transaction tr.metadata  td.type {
  text-align: center;
  position: absolute;
  margin: 0.25em;
  width: 1em;
- height: 1.5em;
+ height: 1.25em;
+ padding: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
-
  -moz-border-radius: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
-
 }
 
 div#ticket-history td.type a {
  color: #fff;
- font-size: 1.25em;
-
 }
 
 
 div#ticket-history td.date {
  padding-left: 2em;
  width: 10em;
-
 }
 
 
 div#ticket-history td.description {
  padding-left: 1em;
  font-weight: bold;
-
 }
 
-
-
-
-
-div#ticket-history>td.content {
+div#ticket-history td.content {
  position: relative;
  padding-right: 1em;
  font-size: 1.1em;
 }
 
+.ticket-transaction .content>.messagebody {
+ font-size: 1em;
+ padding-left: 1em;
+ margin-top: 0.5em;
+ padding-top: 0.5em;
+ border-top: 1px solid #ccc;
+ margin-left: 2em;
+
+}
+
 div#ticket-history div.downloadattachment {
 float: right;
 clear: both;
@@ -135,10 +133,11 @@
 text-align: right;
 background: #eee;
 padding: 0.5em;
+
 border: 1px solid #ccc;
 border-right: 2px solid #aaa;
 border-bottom: 2px solid #aaa;
-
+margin-top: 1em;
 -moz-border-radius: 0.5em;
 -webkit-border-radius: 0.5em;
 
@@ -156,17 +155,6 @@
   color: #666;
 }
 
-div#ticket-history>.messagebody {
- font-size: 1em;
- padding-left: 1em;
- margin-top: 0.5em;
- padding-top: 0.5em;
- border-top: 1px solid #ccc;
- margin-right: 0em;
- margin-left: 2em;
-
-}
-
 
 div#ticket-history .messagebody .messagebody{
  font-size: 1em;
@@ -177,7 +165,6 @@
 
 
 
-
 .ticket-transaction.basics .type { background: #b32; }
 .ticket-transaction.cfs .type { background: #b32; }
 .ticket-transaction.people .type { background: #48c; }
@@ -200,3 +187,4 @@
 
 .ticket-summary .titlebox-title a, div#body .ticket-summary .titlebox-title a:visited { color: #fff;}
 
+

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction	Thu Jun  5 15:18:42 2008
@@ -48,9 +48,9 @@
 <div class="ticket-transaction <% $type_class %> <% $RowNum % 2 ? 'odd' : 'even' %>">
 % $m->callback( titlebar_cmd => \$titlebar_commands, Transaction => $Transaction, %ARGS, CallbackName => 'ModifyDisplay' );
 
-<table width="100%" cellspacing="0" cellpadding="2" border="0">
+<table width="100%" cellspacing="0" cellpadding="2" border="0" class="ticket-transaction">
 % $m->callback( titlebar_cmd => \$titlebar_commands, Transaction => $Transaction, %ARGS, CallbackName => 'ModifyCommand' );
-  <tr>
+  <tr class="metadata">
     <td rowspan="2" valign="top" class="type">
       <a name="txn-<% $Transaction->Id %>" href="<% $DisplayPath %>#txn-<% $Transaction->Id %>">#</a>
       <% $LastTransaction ? '<a name="lasttrans">&nbsp;</a>' : '&nbsp;' |n %>


More information about the Rt-commit mailing list