[Rt-commit] r13460 - in rt/3.8/branches/3.8.0-releng: .

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 20 14:21:08 EDT 2008


Author: jesse
Date: Fri Jun 20 14:21:08 2008
New Revision: 13460

Modified:
   rt/3.8/branches/3.8.0-releng/   (props changed)
   rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css
   rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/ticket-search.css

Log:
 r33176 at 31b:  jesse | 2008-06-20 14:19:05 -0400
 * Style cleanups to the ticket search UI
 


Modified: rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css	(original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/msie.css	Fri Jun 20 14:21:08 2008
@@ -125,9 +125,6 @@
     width: 10em;    
 }
 
-    #pick-criteria select.select-queue, #pick-criteria select#ValueOfActor {
-    width: 10em;
-}
 
 #comp-Search-Build #editquery {
   margin-top: 0.2em;

Modified: rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/ticket-search.css	(original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/ticket-search.css	Fri Jun 20 14:21:08 2008
@@ -80,19 +80,23 @@
  text-align: right;
 }
 
-#comp-Search-Build #pick-criteria td.value #ValueOfDate,
-#comp-Search-Build #pick-criteria td.value select{
- width: 7em;
-}
-
 #comp-Search-Build #pick-criteria td.value input,
 #comp-Search-Build #pick-criteria td.value select {
- width: 14em;
+ width: 10em;
+}
+
+#comp-Search-Build #pick-criteria td.value #ValueOfDate {
+ width: 6em;
+}
+
+
+#comp-Search-Build #pick-criteria td.value #ValueOfTime {
+ width: 4em;
+
 }
 
-#comp-Search-Build #pick-criteria td.value #ValueOfTime,
 #comp-Search-Build #pick-criteria td.value #ValueOfTime-TimeUnits{
- width: 7em;
+ width: 5.5em;
 }
 
 #comp-Search-Build #pick-criteria td.value {


More information about the Rt-commit mailing list