[Rt-commit] r13011 - in rt/branches/3.8-TESTING: . share/html/Elements share/html/NoAuth/js share/html/Search/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Jun 7 00:13:10 EDT 2008


Author: jesse
Date: Sat Jun  7 00:13:08 2008
New Revision: 13011

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Elements/SelectDateRelation
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/misc.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css
   rt/branches/3.8-TESTING/share/html/NoAuth/js/util.js
   rt/branches/3.8-TESTING/share/html/Search/Elements/PickBasics
   rt/branches/3.8-TESTING/share/html/Search/Elements/PickCriteria

Log:
 r32412 at 31b:  jesse | 2008-06-07 00:02:24 -0400
 * Lots of style cleanup for ticket search ui. (More procrastination of ticket update)


Modified: rt/branches/3.8-TESTING/share/html/Elements/SelectDateRelation
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/SelectDateRelation	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/SelectDateRelation	Sat Jun  7 00:13:08 2008
@@ -54,7 +54,7 @@
 <%ARGS>
 $Name => undef
 $Default => undef
-$Before => loc('Before')
+$Before => loc('before')
 $On => 	loc('On')
-$After => loc('After')
+$After => loc('after')
 </%ARGS>

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css	Sat Jun  7 00:13:08 2008
@@ -132,7 +132,7 @@
 
 td.label, td.labeltop {
  text-align: right;
- font-size: 80%;
+ font-size: 0.8em;
  padding-right: 0.5em;
 
 } 

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/misc.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/misc.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/misc.css	Sat Jun  7 00:13:08 2008
@@ -53,7 +53,7 @@
 } 
 
 #body.calpopup a {
-    font-size: 80%;
+    font-size: 0.8em;
 }
 
 .calendar {

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css	Sat Jun  7 00:13:08 2008
@@ -47,10 +47,61 @@
 %# END BPS TAGGED BLOCK }}}
 
 
+
 #comp-Search-Build #body {
     position: relative;
 }
 
+
+
+#comp-Search-Build #pick-criteria select {
+  background: #eee;
+  border: 1px solid #ccc;
+}
+
+#comp-Search-Build #pick-criteria tr {
+ height: 1.5em;
+}
+
+#comp-Search-Build #pick-criteria td.label {
+    font-size: 0.9em;
+    padding-right: 0;
+}
+
+
+#comp-Search-Build #pick-criteria td.label * {
+}
+
+
+#comp-Search-Build #pick-criteria td.label select {
+  font-size: 0.9em;
+  text-align: right;
+  width: 13em;
+}
+
+#comp-Search-Build #pick-criteria td.operator {
+ padding-right: 0.5em;
+ text-align: right;
+ font-size: 0.9em;
+}
+#comp-Search-Build #pick-criteria td.operator select {
+ width: 8em;
+}
+
+#comp-Search-Build #pick-criteria td.value input,
+#comp-Search-Build #pick-criteria td.value select {
+ font-size: 0.9em;
+ max-width: 14em;
+}
+
+#comp-Search-Build #pick-criteria td.value {
+  padding-right: 0.5em;
+ min-width: 8em;
+ text-align: left;
+ font-size: 0.9em;
+}
+
+
 #comp-Search-Build #editquery, #comp-Search-Build #editsearches{
   position: absolute;
   margin-top: 0.2em;
@@ -125,7 +176,7 @@
 }
 
 .search-result-views li:after  {
- content: " · ";
+ content: " · ";
 }
 
 .search-result-views li:last-child:after  {
@@ -135,6 +186,6 @@
 
 
 .refresh {
-
-float: left;
+    float: left;
 }
+

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/js/util.js
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/js/util.js	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/js/util.js	Sat Jun  7 00:13:08 2008
@@ -196,7 +196,7 @@
         link.setAttribute('href', '#');
         link.setAttribute('onclick', "openCalWindow('"+input+"'); return false;");
 
-        var text = document.createTextNode('<% loc("Choose a date") %>');
+        var text = document.createTextNode('<% loc("Calendar") %>');
         link.appendChild(text);
 
         var space = document.createTextNode(' ');

Modified: rt/branches/3.8-TESTING/share/html/Search/Elements/PickBasics
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Search/Elements/PickBasics	(original)
+++ rt/branches/3.8-TESTING/share/html/Search/Elements/PickBasics	Sat Jun  7 00:13:08 2008
@@ -71,7 +71,7 @@
             Path => '/Elements/SelectBoolean',
             Arguments => {
 			    True => loc("matches"), 
-			    False => loc("does not match"), 
+			    False => loc("doesn't match"), 
 			    TrueVal => 'LIKE',
 			    FalseVal => 'NOT LIKE',
             },

Modified: rt/branches/3.8-TESTING/share/html/Search/Elements/PickCriteria
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Search/Elements/PickCriteria	(original)
+++ rt/branches/3.8-TESTING/share/html/Search/Elements/PickCriteria	Sat Jun  7 00:13:08 2008
@@ -56,9 +56,9 @@
 
 <tr class="separator"><td colspan="3"><hr /></td></tr>
 <tr>
-<td class="label"><&|/l&>Aggregator</&>:</td>
-<td class="operator">&nbsp;</td>
-<td class="value"><& SelectAndOr, Name => "AndOr" &></td>
+<td class="label"><&|/l&>Aggregator</&></td>
+<td class="operator"><& SelectAndOr, Name => "AndOr" &></td>
+<td class="value">&nbsp;</td>
 </tr>
 
 </table>


More information about the Rt-commit mailing list