]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #5772 from MrPetovan/bug/php7-remove-pear-text_highlighter
[friendica.git] / view / global.css
index c14f727a59e0e9ab2387cf469e8da8b65f72ef0d..e266ceb53ef895244a3e9060f16ebbc1f40b9786 100644 (file)
@@ -201,6 +201,16 @@ blockquote.shared_content {
   content: ' ยป';
 }
 
+#profile-photo-wrapper {
+  clear: both;
+  overflow: hidden;
+}
+
+#newmember-tips {
+  margin-top: -3px;
+  font-size: 1.2em;
+}
+
 /* headers */
 h1, h2, h3, h4, h5, h6 {
   margin: 5px 0px 5px 0px;
@@ -238,7 +248,6 @@ span.oembed, h4 {
 }
 
 code {
-  display: block;
   background-color: #eee;
   color: #666;
   padding: 1em;
@@ -414,6 +423,7 @@ a {
 }
 .federation-graph {
   margin: 0 auto;
+  float: right;
 }
 .federation-network-graph {
   float: left;
@@ -451,6 +461,22 @@ td.federation-data {
   opacity: 0.3;
 }
 
+/* help widget */
+aside .help-aside-wrapper ul {
+  padding-left: 1em;
+}
+
+aside .help-aside-wrapper h1 {
+  font-size:2em
+}
+
+.md_warning {
+  padding: 1em;
+  border: #ff0000 solid 2px;
+  background-color: #f9a3a3;
+  color: #ffffff;
+}
+
 #forum-widget-collapse:hover {
   opacity: 1.0;
 }
@@ -578,4 +604,8 @@ img.invalid-src:after { vertical-align: top;}
 }
 .tag-cloud {
   word-wrap: break-word;
-}
\ No newline at end of file
+}
+
+#register-explicid-content {
+  font-weight: bold;
+}