From 82457f83f24b506bf2dade3c4b4645b4abb6c33c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 3 Jul 2008 10:06:27 +0000 Subject: [PATCH] Tooltip styles updated. Removed duplicate .i-errormessage class from "caption.css". svn changeset:5019/svn branch:trunk --- .../ITMILL/themes/default/caption/caption.css | 11 ----- .../ITMILL/themes/default/common/common.css | 29 +++++++++----- WebContent/ITMILL/themes/default/styles.css | 40 +++++++++---------- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index 36b464b678..761162d753 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -27,14 +27,3 @@ 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; -} diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index dad8550ea8..69ed651925 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -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; } /** diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 7f1ff47834..4ce98f04b1 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -106,17 +106,6 @@ 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; } /** -- 2.39.5