diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-30 11:40:14 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-30 11:40:14 +0000 |
commit | 66cc79cf319b9df7d60cd0d6b2a7dd9367a72eec (patch) | |
tree | 5f4f10fd7527a0a58f400f7b8f170014ac26b7b6 | |
parent | 9ee15a481db55b48771b6f2beeb8c8e36bbe478d (diff) | |
download | vaadin-framework-66cc79cf319b9df7d60cd0d6b2a7dd9367a72eec.tar.gz vaadin-framework-66cc79cf319b9df7d60cd0d6b2a7dd9367a72eec.zip |
fixes #1488
svn changeset:4301/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/default/panel/panel.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css index e6c3ee46b7..ead87031fe 100644 --- a/WebContent/ITMILL/themes/default/panel/panel.css +++ b/WebContent/ITMILL/themes/default/panel/panel.css @@ -18,6 +18,16 @@ margin-left: 9px; } +.i-panel-caption .i-errorindicator { + float: none; + padding-right:18px; + display:inline; +} + +.i-panel-caption .i-icon { + display:inline; +} + .i-panel-caption, .i-panel-caption-light { font-size: 18px; |