From fd3fb5154e828219b1359541600685ba705876f5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Jul 2013 16:24:11 -0300 Subject: Forms --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8c9c468..5d63893 100644 --- a/style.css +++ b/style.css @@ -2552,3 +2552,17 @@ h1.b2-logo-name { .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff { background: #cefff6 none repeat scroll 0 0; } + +/* Forms */ + +input.form-text { + border: 1px solid #999999; + color: #333333; + font-size: 1.714em; + margin-bottom: 4px; + padding: 4px; +} + +fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea { + border-radius: 4px 4px 4px 4px; +} -- cgit v1.2.3