From: Jouni Koivuviita Date: Wed, 9 Jul 2008 11:20:10 +0000 (+0000) Subject: Modified component error messages styles a bit. X-Git-Tag: 6.7.0.beta1~4453 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a94a305aa4e4fcc7c56157d49f1e3529cd60bec6;p=vaadin-framework.git Modified component error messages styles a bit. svn changeset:5073/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 69ed651925..93bd984d27 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -77,7 +77,7 @@ input.i-modified, /** * Custom tooltip */ - .i-tooltip { +.i-tooltip { background-color: #fffcdd; border: 1px solid #b8b295; border-top-color: #d5d2c1; @@ -87,7 +87,7 @@ input.i-modified, font-family: arial, helvetica, tahoma, verdana, sans-serif; color: #5d5444; overflow: auto; - } +} .i-tooltip-text { padding: 2px 4px; @@ -96,7 +96,7 @@ input.i-modified, border-bottom: 1px solid #fbf8d9; } - .i-tooltip .i-errormessage { +.i-tooltip .i-errormessage { padding: 3px 4px 3px 4px; background: #ffecc6; color: #b74100; @@ -105,6 +105,19 @@ input.i-modified, border-bottom: 1px solid #ead7b1; } +.i-tooltip .i-errormessage h2 { + font-size: 16px; + font-weight: normal; + color: #ab3101; + margin: 2px 0 8px 0; +} + +.i-tooltip .i-errormessage h3 { + font-size: 13px; + font-weight: bold; + margin: 1px 0 4px 0; +} + /** * Context menu styles */ diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 99f9cfae23..e08af4c50e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -201,7 +201,7 @@ input.i-modified, /** * Custom tooltip */ - .i-tooltip { +.i-tooltip { background-color: #fffcdd; border: 1px solid #b8b295; border-top-color: #d5d2c1; @@ -211,7 +211,7 @@ input.i-modified, font-family: arial, helvetica, tahoma, verdana, sans-serif; color: #5d5444; overflow: auto; - } +} .i-tooltip-text { padding: 2px 4px; @@ -220,7 +220,7 @@ input.i-modified, border-bottom: 1px solid #fbf8d9; } - .i-tooltip .i-errormessage { +.i-tooltip .i-errormessage { padding: 3px 4px 3px 4px; background: #ffecc6; color: #b74100; @@ -229,6 +229,19 @@ input.i-modified, border-bottom: 1px solid #ead7b1; } +.i-tooltip .i-errormessage h2 { + font-size: 16px; + font-weight: normal; + color: #ab3101; + margin: 2px 0 8px 0; +} + +.i-tooltip .i-errormessage h3 { + font-size: 13px; + font-weight: bold; + margin: 1px 0 4px 0; +} + /** * Context menu styles */