From 6ca921218f0af119fd2716adc243287655a2f4f8 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 14 May 2009 06:25:03 +0000 Subject: [PATCH] fixed broken theme in addressbook example svn changeset:7786/svn branch:6.0 --- WebContent/VAADIN/themes/contacts/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/contacts/styles.css b/WebContent/VAADIN/themes/contacts/styles.css index 8425158680..40fc5e8096 100644 --- a/WebContent/VAADIN/themes/contacts/styles.css +++ b/WebContent/VAADIN/themes/contacts/styles.css @@ -82,7 +82,7 @@ } .v-table-cell-content { - padding: 2px 0 2px 3px; + padding: 2px 6px 2px 3px; line-height: normal; font-size: 85%; } -- 2.39.5