diff options
Diffstat (limited to 'WebContent/VAADIN/themes/default/button/button.css')
-rw-r--r-- | WebContent/VAADIN/themes/default/button/button.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/default/button/button.css b/WebContent/VAADIN/themes/default/button/button.css new file mode 100644 index 0000000000..4b4cc14759 --- /dev/null +++ b/WebContent/VAADIN/themes/default/button/button.css @@ -0,0 +1,21 @@ +.v-button {
+ font-size: 13px;
+}
+.v-checkbox .v-errorindicator {
+ padding-left: 10px;
+} +.v-ie6 .v-button,
+.v-ie7 .v-button { + padding-left: 10px; + padding-right: 10px; +} +.v-ie6 .v-checkbox .v-errorindicator {
+ padding-right: 4px;
+} +.v-ie7 .v-checkbox .v-errorindicator {
+ padding-right: 7px;
+} +.v-ie6 .v-button .v-errorindicator,
+.v-ie7 .v-button .v-errorindicator {
+ padding-right: 5px;
+}
\ No newline at end of file |