X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=8646bf8e448c532ee66165f6f7e77a831c847faf;hb=2edf4548dca3ff2df4765be957766af91c4930d2;hp=fcb5875a0472895432552a93e3e955464d860b2e;hpb=556f76de01cab922d2e1346c32c60681adbc60d3;p=friendica.git diff --git a/view/global.css b/view/global.css index fcb5875a04..8646bf8e44 100644 --- a/view/global.css +++ b/view/global.css @@ -276,13 +276,37 @@ a { #poke-recip-label, #poke-action-label, #prvmail-message-label { margin: 10px 0 10px; } +.version-match { + font-weight: bold; + color: #00a700; +} +.federation-graph { + width: 400px; + height: 400px; + float: right; + margin: 20px; +} +.federation-network-graph { + width: 240px; + height: 240px; + float: left; + margin: 20px; +} +ul.federation-stats, ul.credits { list-style: none; } +ul.federation-stats li, ul.credits li { float: left; width: 240px; } +table#federation-stats { + width: 100%; +} +td.federation-data { + border-bottom: 1px solid #000; +} .contact-entry-photo img { max-width: 80px; @@ -323,3 +347,7 @@ ul.credits li { .p-addr { clear: both; } + +#live-community { + clear: both; +}