[Commits] r427 - apps/opengeo/geoexplorer/trunk/theme
commits at geoext.org
commits at geoext.org
Mon Apr 20 18:46:49 CEST 2009
Author: tschaub
Date: 2009-04-20 18:46:49 +0200 (Mon, 20 Apr 2009)
New Revision: 427
Modified:
apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
Log:
Don't wrap tooltips.
Modified: apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-20 16:32:31 UTC (rev 426)
+++ apps/opengeo/geoexplorer/trunk/theme/geoexplorer.css 2009-04-20 16:46:49 UTC (rev 427)
@@ -1,3 +1,7 @@
+/* don't wrap lines on any tooltips */
+.x-tip {
+ white-space: nowrap;
+}
/* get images on buttons with text to line up with those with no text */
.x-btn-text-icon .x-btn-center .x-btn-text {
More information about the Commits
mailing list