summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
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;
+}