X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fglobal.css;h=4dd4cd57262efdfafb76c40d842b4dc937925ac6;hb=4c04a78d1b6f14ce90e4ca0b23e356d234c4a296;hp=85e45db006f0fc28af4afd8c0d0e67537744c055;hpb=4eeb5a0a17fd394d27faf0315196d6916a22d31b;p=friendica.git diff --git a/view/global.css b/view/global.css index 85e45db006..4dd4cd5726 100644 --- a/view/global.css +++ b/view/global.css @@ -365,15 +365,15 @@ a { color: #00a700; } .federation-graph { - width: 400px; - height: 400px; - float: right; + width: 400px; + height: 400px; + float: right; margin: 20px; } .federation-network-graph { - width: 240px; - height: 240px; - float: left; + width: 240px; + height: 240px; + float: left; margin: 20px; } ul.federation-stats, @@ -429,7 +429,7 @@ td.federation-data { } .p-addr { - clear: both; + clear: both; } #live-community { @@ -481,3 +481,10 @@ td.pendingnote > p > span { border-left: 5px solid #f00; font-weight: bold; } + +/* src/href attributes filter error display */ +.invalid-src { border: 1px dotted red;} +.invalid-href { border-bottom: 1px dotted red;} +.invalid-src:after, +.invalid-href:after { content: '⚠️'} +img.invalid-src:after { vertical-align: top;}