]> source.dussan.org Git - vaadin-framework.git/commitdiff
Small fix to panel caption wrapping.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Sun, 17 Jun 2007 09:44:26 +0000 (09:44 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Sun, 17 Jun 2007 09:44:26 +0000 (09:44 +0000)
svn changeset:1757/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/component-themes/panel/css/panel.css

index dce22c82c03bfa13e882e358c2b9e5e1cc31973f..286a3746cc908f79f526d723286f89607760bd86 100644 (file)
@@ -46,6 +46,7 @@
 .i-panel-strong .i-panel-caption {\r
        color: #fff;\r
        margin: -22px 0 12px 0;\r
+       white-space: nowrap;\r
 }\r
 \r
 \r
@@ -72,6 +73,7 @@
 .i-panel-light .i-panel-caption {\r
        margin: -23px -5px 18px -5px;\r
        font-size: 1.1em;\r
+       white-space: nowrap;\r
 }\r
 \r
 \r
@@ -87,7 +89,6 @@
 * html .i-panel-strong .i-panel-caption,\r
 *+html .i-panel-strong .i-panel-caption {\r
        margin: 1px 0 10px 0;\r
-       white-space: nowrap;\r
 }\r
 \r
 * html .i-panel-light .i-panel-caption,\r