X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=ef76b5ffbe8f3a67a1ee93c6e8e3d41bb88a0bd4;hb=b088ef83c5c2f12c88cf90fe7b017ec91e0dfd6d;hp=2cfd046ca2f635763108c19d90de9f2e06dbe3e6;hpb=5e42577944e3a6b0b42558728bf72504af31e5ba;p=friendica.git diff --git a/view/global.css b/view/global.css index 2cfd046ca2..ef76b5ffbe 100644 --- a/view/global.css +++ b/view/global.css @@ -28,7 +28,7 @@ a.btn, a.btn:hover { } .overline { - text-decoration: overline; + text-decoration: overline; } /* List of social Networks */ @@ -237,8 +237,22 @@ span.oembed, h4 { margin: 0px 0px 0px 0px; } -code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; } -key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; } +code { + display: block; + background-color: #eee; + color: #666; + padding: 1em; + font-size: 0.85em; + font-family: monospace; +} +key { + display: inline; + background-color: #eee; + color: #666; + padding: 0.2em; + font-size: 0.85em; + font-family: monospace; +} /* fields help text */ .field .field_help { @@ -400,6 +414,7 @@ a { } .federation-graph { margin: 0 auto; + float: right; } .federation-network-graph { float: left; @@ -496,19 +511,19 @@ td.federation-data { /* admin pending user notes */ td.pendingnote { - padding-left: 20px; - padding-right: 20px; + padding-left: 20px; + padding-right: 20px; } td.pendingnote > p > span { - font-weight: bold; + font-weight: bold; } /* warning message */ .warning-message { - padding: 10px; - margin: 5px; - border-left: 5px solid #f00; - font-weight: bold; + padding: 10px; + margin: 5px; + border-left: 5px solid #f00; + font-weight: bold; } /* src/href attributes filter error display */ @@ -564,4 +579,4 @@ img.invalid-src:after { vertical-align: top;} } .tag-cloud { word-wrap: break-word; -} \ No newline at end of file +}