summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-05-19 10:57:55 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-05-19 10:57:55 +0000
commit89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4 (patch)
tree703206ce983a7db5d2274e22832cbc6a16557a5d /WebContent
parent6de6c69a2e5befd7e01be30eef667609da953b7e (diff)
downloadvaadin-framework-89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4.tar.gz
vaadin-framework-89407bd4ade3eb8feaa7d2a0998f90c924e2fdd4.zip
css tuning
svn changeset:4546/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/default/caption/caption.css4
-rw-r--r--WebContent/ITMILL/themes/default/styles.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css
index 7407033d53..faefae2934 100644
--- a/WebContent/ITMILL/themes/default/caption/caption.css
+++ b/WebContent/ITMILL/themes/default/caption/caption.css
@@ -22,6 +22,10 @@
}
.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;
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 398b7e82d7..aed19afdc5 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -72,6 +72,10 @@
}
.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;