[Rt-commit] rt branch, 4.0/criteria-overflow, created. rt-4.0.0-166-g332cce2

Thomas Sibley trs at bestpractical.com
Tue May 3 11:32:19 EDT 2011


The branch, 4.0/criteria-overflow has been created
        at  332cce22ca495c4ad7f412ff96ef24690d14c271 (commit)

- Log -----------------------------------------------------------------
commit 332cce22ca495c4ad7f412ff96ef24690d14c271
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue May 3 11:08:10 2011 -0400

    Allow options in search criteria to properly overflow the select
    
    The * selector setting a width was far too broad.  Chrome still
    overflowed the options, but Firefox didn't.

diff --git a/share/html/NoAuth/css/aileron/ticket-search.css b/share/html/NoAuth/css/aileron/ticket-search.css
index 082a23b..e524926 100644
--- a/share/html/NoAuth/css/aileron/ticket-search.css
+++ b/share/html/NoAuth/css/aileron/ticket-search.css
@@ -63,11 +63,8 @@
     width: 11em;
 }
 
-#pick-criteria td.label * {
- width: 8.5em;
-}
-
 #pick-criteria td.label select {
+  width: 8.5em;
   text-align: right;
 }
 
diff --git a/share/html/NoAuth/css/ballard/ticket-search.css b/share/html/NoAuth/css/ballard/ticket-search.css
index bff7e9e..c4712f5 100644
--- a/share/html/NoAuth/css/ballard/ticket-search.css
+++ b/share/html/NoAuth/css/ballard/ticket-search.css
@@ -63,11 +63,8 @@
     width: 11em;
 }
 
-#pick-criteria td.label * {
- width: 8.5em;
-}
-
 #pick-criteria td.label select {
+  width: 8.5em;
   text-align: right;
 }
 
diff --git a/share/html/NoAuth/css/web2/ticket-search.css b/share/html/NoAuth/css/web2/ticket-search.css
index 48b805c..e7f7010 100644
--- a/share/html/NoAuth/css/web2/ticket-search.css
+++ b/share/html/NoAuth/css/web2/ticket-search.css
@@ -63,11 +63,8 @@
     width: 11em;
 }
 
-#pick-criteria td.label * {
- width: 8.5em;
-}
-
 #pick-criteria td.label select {
+  width: 8.5em;
   text-align: right;
 }
 

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


More information about the Rt-commit mailing list