diff options
author | Sem <sembrestels@riseup.net> | 2012-08-30 04:01:58 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-30 04:01:58 +0200 |
commit | 2374f4ca4b0b064118cd6cc33f8315a60715c3d4 (patch) | |
tree | a6a6abe4e214152a6cce5cd0055814b9a7301ec1 /views/default/event_calendar/css.php | |
parent | 471a4c609d72dd95c99b592ec40c624290e942d2 (diff) | |
download | elgg-2374f4ca4b0b064118cd6cc33f8315a60715c3d4.tar.gz elgg-2374f4ca4b0b064118cd6cc33f8315a60715c3d4.tar.bz2 |
Refactored edit form.
Diffstat (limited to 'views/default/event_calendar/css.php')
-rw-r--r-- | views/default/event_calendar/css.php | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/views/default/event_calendar/css.php b/views/default/event_calendar/css.php index 9ef2ecfa1..00cfd6cbb 100644 --- a/views/default/event_calendar/css.php +++ b/views/default/event_calendar/css.php @@ -175,39 +175,12 @@ li.event-calendar-filter-menu-show-only { margin-right: 10px; } -.event-calendar-medium-text { - width: 500px !important; -} - -.event-calendar-edit-form-block label { - float: left; - width: 90px; - margin-top: 5px; -} - -.event-calendar-long-text { - width: 500px !important; -} - -.event-calendar-edit-form-other-block .mceLayout { - width: 500px !important; -} - -.event-calendar-edit-form { - background-color: #FFFFFF; -} - -.event-calendar-edit-form-block { - width: 90%; - background-color: #DDDDDD; - border-width:1px; - border-style:solid; - border-color:#bfbfbf; - padding: 5px; - margin-bottom: 10px; - clear: both; +fieldset > legend { + font-weight: bold; + font-size: 1.2em; + line-height: 1.1em; + padding-bottom: 5px; } - .event-calendar-repeating-wrapper { padding: 0; margin-top: 5px; |