]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #7039 from annando/api-reshare-quote
[friendica.git] / view / global.css
index 6b0f38a071f9c14ed3db6bf3a16802dc77bea979..b48fa1a24abd3986a4047a57947350eb7ad198bf 100644 (file)
@@ -1,6 +1,10 @@
 /* General style rules .*/
 .pull-right { float: right }
 
+details > summary {
+  cursor: pointer;
+}
+
 /* General designing elements */
 .btn {
   outline: none;
@@ -90,6 +94,15 @@ span.connector {
   margin-right: 0px;
 }
 
+
+.wall-item-like-expanded,
+.wall-item-dislike-expanded,
+.wall-item-attendyes-expanded,
+.wall-item-attendno-expanded,
+.wall-item-attendmaybe-expanded {
+  margin: 0;
+}
+
 .type-link blockquote, .type-video blockquote {
   margin-left: 0px;
   max-height: 160px;