[Rt-commit] rt branch, 4.2/fix-criteria-overflow, created. rt-4.0.0rc7-247-gdd62b03
Emannuel Lacour
elacour at bestpractical.com
Thu Apr 7 09:46:08 EDT 2011
The branch, 4.2/fix-criteria-overflow has been created
at dd62b035d1e57a531322b6361048142817e949a6 (commit)
- Log -----------------------------------------------------------------
commit dd62b035d1e57a531322b6361048142817e949a6
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Thu Apr 7 15:42:37 2011 +0200
Allow fields names in search criterias to properly overflow the select, at least in FF
diff --git a/share/html/NoAuth/css/aileron/ticket-search.css b/share/html/NoAuth/css/aileron/ticket-search.css
index 082a23b..562fe5b 100644
--- a/share/html/NoAuth/css/aileron/ticket-search.css
+++ b/share/html/NoAuth/css/aileron/ticket-search.css
@@ -71,6 +71,10 @@
text-align: right;
}
+#pick-criteria td.label select option {
+ width: auto;
+}
+
#pick-criteria td.operator {
padding-right: 0.5em;
text-align: left;
diff --git a/share/html/NoAuth/css/ballard/ticket-search.css b/share/html/NoAuth/css/ballard/ticket-search.css
index bff7e9e..e7c40db 100644
--- a/share/html/NoAuth/css/ballard/ticket-search.css
+++ b/share/html/NoAuth/css/ballard/ticket-search.css
@@ -71,6 +71,10 @@
text-align: right;
}
+#pick-criteria td.label select option {
+ width: auto;
+}
+
#pick-criteria td.operator {
padding-right: 0.5em;
text-align: left;
diff --git a/share/html/NoAuth/css/web2/ticket-search.css b/share/html/NoAuth/css/web2/ticket-search.css
index 48b805c..2e553de 100644
--- a/share/html/NoAuth/css/web2/ticket-search.css
+++ b/share/html/NoAuth/css/web2/ticket-search.css
@@ -71,6 +71,10 @@
text-align: right;
}
+#pick-criteria td.label select option {
+ width: auto;
+}
+
#pick-criteria td.operator {
padding-right: 0.5em;
text-align: left;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list