]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Add response active support to vier theme
[friendica.git] / view / global.css
index 1bc2f11d680b281130c449dbcec5d68c065b5c3b..85e45db006f0fc28af4afd8c0d0e67537744c055 100644 (file)
@@ -27,6 +27,10 @@ a.btn, a.btn:hover {
   background-color: #2d2d2d;
 }
 
+.overline {
+       text-decoration: overline;
+}
+
 /* List of social Networks */
 img.connector, img.connector-disabled {
   height: 40px;
@@ -460,3 +464,20 @@ td.federation-data {
 #settings-form .pageflags {
     margin: 0 0 20px 30px;
 }
+
+/* admin pending user notes */
+td.pendingnote {
+       padding-left: 20px;
+       padding-right: 20px;
+}
+td.pendingnote > p > span {
+       font-weight: bold;
+}
+
+/* warning message */
+.warning-message {
+       padding: 10px;
+       margin: 5px;
+       border-left: 5px solid #f00;
+       font-weight: bold;
+}