From 21c88870ff72d3750aead485ca584572912b975d Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Sat, 30 Mar 2013 10:45:08 +0200 Subject: [PATCH] Bug 845115 - Calendar - Account Details Screen Update --- apps/calendar/style/forms.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/calendar/style/forms.css b/apps/calendar/style/forms.css index 4a61c835d031..d9f6e5796cda 100644 --- a/apps/calendar/style/forms.css +++ b/apps/calendar/style/forms.css @@ -1,10 +1,10 @@ /* generic stuff that will probably live in the building blocks */ form, fieldset, input, textarea { - border: 0px; + border: 0; background-color: transparent; - padding: 0px; - margin: 0px; + padding: 0; + margin: 0; } input, textarea { @@ -22,16 +22,21 @@ input[type="checkbox"] { form, form ol { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } /* for calendar */ -form li { - padding: 0.25rem; +form ol { + margin-top: 1.5rem; } form li { - margin: 1rem 2rem; + padding: 0 1.5rem 1rem; } + +form li input { + font-size: 1.7rem !important; +} +