]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Add translation to required labels on input fields
[friendica.git] / view / global.css
index cd0253ac665326bdfe0754da0bf2c78d9cae6a8d..3fa82906a3089d28063d8dde5b469bcd47a38f7e 100644 (file)
@@ -180,11 +180,6 @@ span.connector {
   margin-right: 9px;
 }
 
-.shared_header span {
-  display: table-cell;
-  float: none;
-}
-
 blockquote.shared_content {
   margin-left: 32px;
   color: #000;
@@ -657,3 +652,7 @@ body.dragging, body.dragging * {
        border-left-color: black;
        border-right: none;
 }
+
+span.required {
+       color: #c80000;
+}