diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-12 10:28:53 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-12 10:28:53 +0000 |
commit | e0c9e338d7e575d29c19a391854f6539bd30b10d (patch) | |
tree | 8bffe09c51056a44cb84f444556798e66c2912dc /WebContent/ITMILL/themes/default | |
parent | b67b127c1da1e0bac217960d74c9b2de58ae9a6b (diff) | |
download | vaadin-framework-e0c9e338d7e575d29c19a391854f6539bd30b10d.tar.gz vaadin-framework-e0c9e338d7e575d29c19a391854f6539bd30b10d.zip |
Initial datefield styles for "poro" theme.
svn changeset:7760/svn branch:6.0
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 8b4bb28eb8..3c0e4f2bdc 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -297,10 +297,9 @@ margin-right: 1em; vertical-align: middle; } -/* Label has tiny paddings to include possible content margins */ -.v-label { - padding-top: 1px; - padding-bottom: 1px; +/* Margins are not supported within Label */ +.v-label pre { + margin: 0; } /* A label with undefined width is always considered to be on one line */ .v-label-undef-w { |