}
// @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);
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;}
/* 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;