A little more quick styling for Events.

This commit is contained in:
Samantha Doherty 2011-03-17 08:32:18 -04:00
parent 726ddf7b42
commit 49952b08e1
2 changed files with 17 additions and 2 deletions

View File

@ -297,7 +297,7 @@ class EventPlugin extends MicroappPlugin
} }
// @fixme we have to start the name/avatar and open this div // @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(); $profile = $notice->getProfile();
$avatar = $profile->getAvatar(AVATAR_MINI_SIZE); $avatar = $profile->getAvatar(AVATAR_MINI_SIZE);

View File

@ -27,6 +27,8 @@ input, textarea, select, option {
a {color: #3e3e8c;} a {color: #3e3e8c;}
a:hover {color: blue;} a:hover {color: blue;}
abbr {border-bottom: none;}
h1 {font-size: 1.6em;} h1 {font-size: 1.6em;}
h2 {font-size: 1.6em;} h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;} h3 {font-size: 1.4em;}
@ -1146,13 +1148,26 @@ table.profile_list tr.alt {
/* Event specific styles */ /* 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 { #form_event_rsvp #new_rsvp_data {
display: inline; display: inline;
margin: 10px 0px; margin: 10px 0px;
} }
#form_event_rsvp input.submit { #form_event_rsvp input.submit {
height: 1.6em; height: auto;
padding: 0px 10px; padding: 0px 10px;
margin-left: 10px; margin-left: 10px;
color:#fff; color:#fff;