summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:24:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-04 16:24:11 -0300
commitfd3fb5154e828219b1359541600685ba705876f5 (patch)
treeb144ac3461f04ef54fde962e1e57fe2b791910a9 /style.css
parent6b7b1fb179ef3b2f4c1f80386f116cb0c91ec129 (diff)
downloadnuvemdario-fd3fb5154e828219b1359541600685ba705876f5.tar.gz
nuvemdario-fd3fb5154e828219b1359541600685ba705876f5.tar.bz2
Forms
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;
+}