]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #3214 from Hypolite/get_contact-rewrite
[friendica.git] / view / global.css
index e3cbf08c3b252ac9a2598896ea5345191e5496c7..3fb31a30cc15e7b54e15af75a31785b5134480fd 100644 (file)
@@ -117,6 +117,10 @@ span.connector {
   position: relative;
 }
 
+.embed_video.active {
+  float: none;
+}
+
 .embed_rich {
   display: block;
   transition: height .75s;
@@ -365,15 +369,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 +433,7 @@ td.federation-data {
 }
 
 .p-addr {
-  clear: both; 
+  clear: both;
 }
 
 #live-community {
@@ -473,3 +477,18 @@ td.pendingnote {
 td.pendingnote > p > span {
        font-weight: bold;
 }
+
+/* warning message */
+.warning-message {
+       padding: 10px;
+       margin: 5px;
+       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;}