X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=b48fa1a24abd3986a4047a57947350eb7ad198bf;hb=12b6ab9943c18ed8058cfb6bee70a22c51a95ec3;hp=cea6c51036bd11da370b2083121c55197c00da7c;hpb=80ac7da01d3dedf92e3673b4b97d37287bb16488;p=friendica.git diff --git a/view/global.css b/view/global.css index cea6c51036..b48fa1a24a 100644 --- a/view/global.css +++ b/view/global.css @@ -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; +}