]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Replace current_theme() and current_theme_url() calls
[friendica.git] / view / global.css
index c14f727a59e0e9ab2387cf469e8da8b65f72ef0d..9d62cf03061619bd5b5c556a7b2159387f2802c9 100644 (file)
@@ -201,6 +201,18 @@ blockquote.shared_content {
   content: ' ยป';
 }
 
+#profile-photo-wrapper {
+  clear: both;
+  overflow: hidden;
+}
+
+#newmember-tips {
+  font-size: 1.2em;
+  float: right;
+  margin-top: -32px;
+  padding-right: 10px;
+}
+
 /* headers */
 h1, h2, h3, h4, h5, h6 {
   margin: 5px 0px 5px 0px;
@@ -414,6 +426,7 @@ a {
 }
 .federation-graph {
   margin: 0 auto;
+  float: right;
 }
 .federation-network-graph {
   float: left;
@@ -578,4 +591,4 @@ img.invalid-src:after { vertical-align: top;}
 }
 .tag-cloud {
   word-wrap: break-word;
-}
\ No newline at end of file
+}