[Rt-commit] r11154 - in rt/branches/3.8-TESTING: . etc

jesse at bestpractical.com jesse at bestpractical.com
Thu Mar 20 21:22:06 EDT 2008


Author: jesse
Date: Thu Mar 20 21:22:04 2008
New Revision: 11154

Added:
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/portlets.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css
Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/etc/RT_SiteConfig.pm
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css

Log:
 r28485 at 31b:  jesse | 2008-03-20 21:21:40 -0400
 * more tweaking


Modified: rt/branches/3.8-TESTING/etc/RT_SiteConfig.pm
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_SiteConfig.pm	(original)
+++ rt/branches/3.8-TESTING/etc/RT_SiteConfig.pm	Thu Mar 20 21:22:04 2008
@@ -15,5 +15,5 @@
 #   perl -c /path/to/your/etc/RT_SiteConfig.pm
 
 Set( $rtname, 'example.com');
-Set(@Plugins,(qw(Extension-QuickDelete)));
+#Set(@Plugins,(qw(Extension-QuickDelete)));
 1;

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	Thu Mar 20 21:22:04 2008
@@ -1,4 +1,5 @@
 .titlebox { 
+ border: 1px solid #ccc;
 
  background-color: #efefef;
  padding-top: 1em;

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css	Thu Mar 20 21:22:04 2008
@@ -12,6 +12,7 @@
   position: relative;
   text-align: right;
 }
+
 .input-row .input {
   position: relative;
   left: 1em;
@@ -19,6 +20,12 @@
   text-align: right;
 }
 
+.value {
+ font-size: 0.85em;
+
+}
+
+
 
 div.button-row {
    text-align: right;

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css	Thu Mar 20 21:22:04 2008
@@ -8,4 +8,7 @@
 @import "boxes.css";
 
 @import "login.css";
+ at import "ticket-lists.css";
 @import "ticket-search.css";
+ at import "portlets.css";
+ at import "ticket.css";
\ No newline at end of file

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/portlets.css
==============================================================================

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-lists.css	Thu Mar 20 21:22:04 2008
@@ -0,0 +1,60 @@
+table.ticket-list, table.queue-summary {
+  padding-right: 1em;
+  font-size: 0.8em;
+}
+
+
+
+
+
+table.ticket-list a, table.queue-summary a {
+
+  font-weight: bold;
+}
+
+
+
+th {
+  font-size: 0.8em;
+
+}
+
+th.collection-as-table {
+  border-bottom: 1px solid #ccc;
+  margin-bottom: 0.5em;
+
+}
+
+tr.collection-as-table, tr.queue-summary {
+  padding-bottom: 1.5em;
+
+}
+
+
+
+
+a:hover  {
+  text-decoration: underline;
+}
+
+
+ a {
+  color: #000;
+  text-decoration: none;
+}
+
+
+table.ticket-list td, table.queue-summary td {
+  background: #efefef;
+  border-bottom: 1px solid #ccc;
+}
+
+
+
+tr.oddline td {
+  background: #ffffff;
+
+}
+
+
+

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css	Thu Mar 20 21:22:04 2008
@@ -0,0 +1,4 @@
+.ticket-summary td .titlebox { 
+ margin-left: 0.5em;
+ margin-right: 0.5em;
+}
\ No newline at end of file


More information about the Rt-commit mailing list