]> source.dussan.org Git - vaadin-framework.git/commitdiff
Modified component error messages styles a bit.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Jul 2008 11:20:10 +0000 (11:20 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Jul 2008 11:20:10 +0000 (11:20 +0000)
svn changeset:5073/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css

index 69ed6519250a85c1acd113a26d637323e7494592..93bd984d27c8fd0af0663c288735d7dbafb8546e 100644 (file)
@@ -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 
  */
index 99f9cfae239f5c65d75198cd7288cd91de1316ce..e08af4c50ec445deee0f46878edee76940969bfb 100644 (file)
@@ -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 
  */