]> 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 cea6c51036bd11da370b2083121c55197c00da7c..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;
@@ -247,15 +260,7 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
-code {
-  display: block;
-  background-color: #eee;
-  color: #666;
-  padding: 1em;
-  font-size: 0.85em;
-  font-family: monospace;
-}
-key {
+code, key {
   display: inline;
   background-color: #eee;
   color: #666;
@@ -545,6 +550,7 @@ td.pendingnote > p > span {
 }
 
 /* warning message */
+.crepair-error-message,
 .warning-message {
   padding: 10px;
   margin: 5px;
@@ -610,3 +616,8 @@ img.invalid-src:after { vertical-align: top;}
 #register-explicid-content {
   font-weight: bold;
 }
+
+span.emoji.mastodon img {
+  height: 1.2em;
+  vertical-align: middle;
+}