]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #1754 from rabuzarus/share-jotnets
[friendica.git] / view / global.css
index c61ded6ae85ab797d7191077d3f161abeef84dcc..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;
@@ -84,6 +87,10 @@ span.connector {
   position: relative;
 }
 
+.embed_rich {
+  display: block;
+}
+
 /* Shared Messages */
 .shared_header {
   height: 32px;
@@ -162,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