summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/caption/caption.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/runo/caption/caption.css')
-rw-r--r--WebContent/VAADIN/themes/runo/caption/caption.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/caption/caption.css b/WebContent/VAADIN/themes/runo/caption/caption.css
new file mode 100644
index 0000000000..d5be467822
--- /dev/null
+++ b/WebContent/VAADIN/themes/runo/caption/caption.css
@@ -0,0 +1,15 @@
+.v-captionwrapper {
+ margin: 0.3em 0 0 0;
+}
+.v-errorindicator {
+ width: 12px;
+ height: 16px;
+ background: transparent url(../icons/16/error.png) no-repeat top right;
+}
+.v-ie6 .v-errorindicator {
+ /* gif for transparency */
+ background-image: url(../icons/16/error.gif);
+}
+.v-ie7 .v-errorindicator {
+ margin-left: -3px;
+} \ No newline at end of file