]> source.dussan.org Git - vaadin-framework.git/commitdiff
Tooltip styles updated. Removed duplicate .i-errormessage class from "caption.css".
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 3 Jul 2008 10:06:27 +0000 (10:06 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 3 Jul 2008 10:06:27 +0000 (10:06 +0000)
svn changeset:5019/svn branch:trunk

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

index 36b464b6788046a765f8fb141e0e537802992b88..761162d75352a42752a40b5457f90e89681ac9b2 100644 (file)
        padding-right: 2px;
        vertical-align: middle;
 }
-
-.i-errormessage {
-       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
-       color: #464f52;
-       font-size: 13px;
-       line-height: 18px;
-       padding: 7px;
-       background-color: #FFE0E0;
-       border: 1px solid #FFB0B0;
-       overflow: auto;
-}
index dad8550ea82c960c1676e9bc9dd5d801629b9595..69ed6519250a85c1acd113a26d637323e7494592 100644 (file)
@@ -75,23 +75,34 @@ input.i-modified,
 */
 
 /**
- * Custom toolktip
+ * Custom tooltip
  */
  .i-tooltip {
-       background-color: #ffffcc;
-       border: 1px solid #464f52;
-       font-size: 12px;
-       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
-       color: #464f52;
+       background-color: #fffcdd;
+       border: 1px solid #b8b295;
+       border-top-color: #d5d2c1;
+       border-left-color: #d5d2c1;
+       font-size: 11px;
+       line-height: 13px;
+       font-family: arial, helvetica, tahoma, verdana, sans-serif;
+       color: #5d5444;
+       overflow: auto;
  }
 
 .i-tooltip-text {
-       margin: 4px;
+       padding: 2px 4px;
+       border: none;
+       border-top: 1px solid #fffef5;
+       border-bottom: 1px solid #fbf8d9;
 }
 
  .i-tooltip .i-errormessage {
-       padding: 4px;
-       border-width: 0  0 1px 0;
+       padding: 3px 4px 3px 4px;
+       background: #ffecc6;
+       color: #b74100;
+       border: none;
+       border-top: 1px solid #fff3dc;
+       border-bottom: 1px solid #ead7b1;
  }
 
 /**
index 7f1ff47834b230f54a1dba139b2c591b9eea45df..4ce98f04b1b852cc37d3ac3b4e4f93abc7c27824 100644 (file)
        padding-right: 2px;
        vertical-align: middle;
 }
-
-.i-errormessage {
-       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
-       color: #464f52;
-       font-size: 13px;
-       line-height: 18px;
-       padding: 7px;
-       background-color: #FFE0E0;
-       border: 1px solid #FFB0B0;
-       overflow: auto;
-}
 /* body tag created by servlet */
 .i-generated-body {
        background: #e9eced;
@@ -194,23 +183,34 @@ input.i-modified,
 */
 
 /**
- * Custom toolktip
+ * Custom tooltip
  */
  .i-tooltip {
-       background-color: #ffffcc;
-       border: 1px solid #464f52;
-       font-size: 12px;
-       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
-       color: #464f52;
+       background-color: #fffcdd;
+       border: 1px solid #b8b295;
+       border-top-color: #d5d2c1;
+       border-left-color: #d5d2c1;
+       font-size: 11px;
+       line-height: 13px;
+       font-family: arial, helvetica, tahoma, verdana, sans-serif;
+       color: #5d5444;
+       overflow: auto;
  }
 
 .i-tooltip-text {
-       margin: 4px;
+       padding: 2px 4px;
+       border: none;
+       border-top: 1px solid #fffef5;
+       border-bottom: 1px solid #fbf8d9;
 }
 
  .i-tooltip .i-errormessage {
-       padding: 4px;
-       border-width: 0  0 1px 0;
+       padding: 3px 4px 3px 4px;
+       background: #ffecc6;
+       color: #b74100;
+       border: none;
+       border-top: 1px solid #fff3dc;
+       border-bottom: 1px solid #ead7b1;
  }
 
 /**