From 49952b08e19842e3f9ab8ad242b6f89ea704afd5 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Thu, 17 Mar 2011 08:32:18 -0400 Subject: [PATCH] A little more quick styling for Events. --- plugins/Event/EventPlugin.php | 2 +- theme/neo/css/display.css | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/plugins/Event/EventPlugin.php b/plugins/Event/EventPlugin.php index 5a6add9385..1ee6ef4309 100644 --- a/plugins/Event/EventPlugin.php +++ b/plugins/Event/EventPlugin.php @@ -297,7 +297,7 @@ class EventPlugin extends MicroappPlugin } // @fixme we have to start the name/avatar and open this div - $out->elementStart('div', array('class' => 'event-info')); // EVENT-INFO.ENTRY-CONTENT IN + $out->elementStart('div', array('class' => 'event-info entry-content')); // EVENT-INFO.ENTRY-CONTENT IN $profile = $notice->getProfile(); $avatar = $profile->getAvatar(AVATAR_MINI_SIZE); diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index b13a74d667..cf3d5ca646 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -27,6 +27,8 @@ input, textarea, select, option { a {color: #3e3e8c;} a:hover {color: blue;} +abbr {border-bottom: none;} + h1 {font-size: 1.6em;} h2 {font-size: 1.6em;} h3 {font-size: 1.4em;} @@ -1146,13 +1148,26 @@ table.profile_list tr.alt { /* Event specific styles */ +.notice .event div { + margin-bottom: 8px; +} + +.event-info { + margin-left: 0px !important; + margin-top: 2px !important; +} + +.notice .event-info + .notice-options { + margin-top: 14px; +} + #form_event_rsvp #new_rsvp_data { display: inline; margin: 10px 0px; } #form_event_rsvp input.submit { - height: 1.6em; + height: auto; padding: 0px 10px; margin-left: 10px; color:#fff;