[Rt-commit] r17734 - rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2
elacour at bestpractical.com
elacour at bestpractical.com
Tue Jan 13 09:20:06 EST 2009
Author: elacour
Date: Tue Jan 13 09:20:05 2009
New Revision: 17734
Modified:
rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/msie6.css
rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/ticket-search.css
Log:
Don't fit dropdown width to parent, just set a max-width. Thought for ie6 it
doesn't works so I leave a width:100% in msie6.css :(
(closes: #13071)
Modified: rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/msie6.css
==============================================================================
--- rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/msie6.css (original)
+++ rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/msie6.css Tue Jan 13 09:20:05 2009
@@ -70,3 +70,8 @@
right: 0em;
}
+/* Force some widget to fit at max parent box */
+#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner {
+ width: 100%;
+}
+
Modified: rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/ticket-search.css (original)
+++ rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/ticket-search.css Tue Jan 13 09:20:05 2009
@@ -199,6 +199,6 @@
/* Force some widget to fit at max parent box */
#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner {
- width: 100%;
+ max-width: 100%;
}
More information about the Rt-commit
mailing list