]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #1754 from rabuzarus/share-jotnets
[friendica.git] / view / global.css
index 628bac7cfc3b3cf61736ba8f4d19544b7158f9c2..9bcd30229633fdaad828451efcee5293c13189c2 100644 (file)
@@ -1,3 +1,6 @@
+/* General style rules .*/
+.pull-right { float: right }
+
 /* List of social Networks */
 img.connector, img.connector-disabled {
   height: 40px;
@@ -166,3 +169,11 @@ h6 {
 span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
+
+/* fields help text */
+.field .field_help {
+    clear: left;
+}
+
+/* notifications unseen */
+.notify-unseen { background-color: #cceeFF; }
\ No newline at end of file