summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss4
-rw-r--r--WebContent/VAADIN/themes/reindeer/common/common.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
index 15b3d1882e..1ece1e08ca 100644
--- a/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
+++ b/WebContent/VAADIN/themes/base/boxlayout/boxlayout.scss
@@ -129,7 +129,7 @@ div.v-boxlayout.v-horizontal.v-widget {
.v-caption {
overflow: visible;
- vertical-align: top;
+ vertical-align: middle;
}
.v-caption-on-left,
@@ -165,7 +165,7 @@ div.v-boxlayout.v-horizontal.v-widget {
}
.v-errorindicator {
- vertical-align: top;
+ vertical-align: middle;
}
} \ No newline at end of file
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.scss b/WebContent/VAADIN/themes/reindeer/common/common.scss
index 86f546a6a2..10e8e18e4c 100644
--- a/WebContent/VAADIN/themes/reindeer/common/common.scss
+++ b/WebContent/VAADIN/themes/reindeer/common/common.scss
@@ -43,7 +43,7 @@
}
.v-errorindicator {
width: 13px;
- height: 16px;
+ height: 15px;
background: transparent url(../common/icons/error.png) no-repeat 50%;
}
.v-tooltip {