]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A little more quick styling for Events.
authorSamantha Doherty <sammy@status.net>
Thu, 17 Mar 2011 12:32:18 +0000 (08:32 -0400)
committerSamantha Doherty <sammy@status.net>
Thu, 17 Mar 2011 12:32:18 +0000 (08:32 -0400)
plugins/Event/EventPlugin.php
theme/neo/css/display.css

index 5a6add938550496b0e39f3b2b26d91c1496992bc..1ee6ef4309a1033ba46e8a537e7859a7063e4c9b 100644 (file)
@@ -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);
index b13a74d667c102cd167eb12b6aee32829a043038..cf3d5ca646b68a7a310781a85cd9c54457ac0f32 100644 (file)
@@ -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;