X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fglobal.css;h=afab5d9032e6839f2b615d26c821302c50a704ea;hb=d87abe9563697582ff7f3940e49ba0b69b6ee417;hp=9d62cf03061619bd5b5c556a7b2159387f2802c9;hpb=a66e9b81bafdb94fcb5405818f721c3a0dc2a418;p=friendica.git diff --git a/view/global.css b/view/global.css index 9d62cf0306..afab5d9032 100644 --- a/view/global.css +++ b/view/global.css @@ -90,6 +90,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; @@ -207,10 +216,8 @@ blockquote.shared_content { } #newmember-tips { + margin-top: -3px; font-size: 1.2em; - float: right; - margin-top: -32px; - padding-right: 10px; } /* headers */ @@ -249,15 +256,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; @@ -464,6 +463,22 @@ td.federation-data { opacity: 0.3; } +/* help widget */ +aside .help-aside-wrapper ul { + padding-left: 1em; +} + +aside .help-aside-wrapper h1 { + font-size:2em +} + +.md_warning { + padding: 1em; + border: #ff0000 solid 2px; + background-color: #f9a3a3; + color: #ffffff; +} + #forum-widget-collapse:hover { opacity: 1.0; } @@ -531,6 +546,7 @@ td.pendingnote > p > span { } /* warning message */ +.crepair-error-message, .warning-message { padding: 10px; margin: 5px; @@ -592,3 +608,12 @@ img.invalid-src:after { vertical-align: top;} .tag-cloud { word-wrap: break-word; } + +#register-explicid-content { + font-weight: bold; +} + +span.emoji.mastodon img { + height: 1.2em; + vertical-align: middle; +}