]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/event.css
RepeatAction extends FormAction (and ManagedAction)
[quix0rs-gnu-social.git] / plugins / Event / event.css
index 7fbb67d732f61ea8998f3c3d2c491b2d5668b396..e5af5cf515199ff7cb179752766426a41ecde3d1 100644 (file)
     overflow-x: hidden;
     /* add padding to account for vertical scrollbar */
     padding-right: 20px;
-}
\ No newline at end of file
+}
+
+.attending-list { list-style-type: none; float: left; width: 100%; }
+
+#form_event_rsvp { clear: left; }
+
+li.rsvp-list { float: left; clear: left; }
+
+li.rsvp-list ul.entities {
+    display:inline;
+}
+li.rsvp-list .entities li {
+    list-style-type: none;
+    margin-right: 3px;
+    margin-bottom: 8px;
+    display: inline;
+}
+li.rsvp-list .entities li .photo {
+    margin: 0 !important;
+    float: none !important;
+}
+li.rsvp-list .entities li .fn {
+    display: none;
+}