]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #7100 from nupplaphil/task/mod_robots_txt
[friendica.git] / view / global.css
index 48755b89dcbeee586fc8a14caf8ff0ea05115d19..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;
@@ -537,6 +550,7 @@ td.pendingnote > p > span {
 }
 
 /* warning message */
+.crepair-error-message,
 .warning-message {
   padding: 10px;
   margin: 5px;