From b59a4b394ef84570937073077da923bebaec822b Mon Sep 17 00:00:00 2001 From: Feiyun Date: Wed, 10 Jul 2013 22:42:49 +0800 Subject: [PATCH] beautified the page --- crm/src/main/webapp/offline/calendarEventForm.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crm/src/main/webapp/offline/calendarEventForm.html b/crm/src/main/webapp/offline/calendarEventForm.html index f4ef806..7cdac3a 100644 --- a/crm/src/main/webapp/offline/calendarEventForm.html +++ b/crm/src/main/webapp/offline/calendarEventForm.html @@ -59,6 +59,14 @@ padding-top: 60px; padding-bottom: 40px; } +label, +input, +select{ + font-size: 12px; +} +.btn-group > .btn { + font-size: 12px; +}