[Rt-commit] r19635 - rt/3.8/trunk/share/html/NoAuth/css/web2
elacour at bestpractical.com
elacour at bestpractical.com
Tue May 12 05:04:51 EDT 2009
Author: elacour
Date: Tue May 12 05:04:51 2009
New Revision: 19635
Modified:
rt/3.8/trunk/share/html/NoAuth/css/web2/ticket-search.css
Log:
Force some widgets to fit at max parent box.
Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/ticket-search.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/ticket-search.css Tue May 12 05:04:51 2009
@@ -197,3 +197,8 @@
float: left;
}
+/* Force some widget to fit at max parent box */
+#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner {
+ max-width: 100%;
+}
+
More information about the Rt-commit
mailing list