diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:24:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 16:24:11 -0300 |
commit | fd3fb5154e828219b1359541600685ba705876f5 (patch) | |
tree | b144ac3461f04ef54fde962e1e57fe2b791910a9 | |
parent | 6b7b1fb179ef3b2f4c1f80386f116cb0c91ec129 (diff) | |
download | nuvemdario-fd3fb5154e828219b1359541600685ba705876f5.tar.gz nuvemdario-fd3fb5154e828219b1359541600685ba705876f5.tar.bz2 |
Forms
-rw-r--r-- | style.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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; +} |