]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Separate default config values between file-only and admin settings
[friendica.git] / view / global.css
index c14f727a59e0e9ab2387cf469e8da8b65f72ef0d..cea6c51036bd11da370b2083121c55197c00da7c 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;
@@ -414,6 +424,7 @@ a {
 }
 .federation-graph {
   margin: 0 auto;
+  float: right;
 }
 .federation-network-graph {
   float: left;
@@ -451,6 +462,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 +605,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;
+}