]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
update javascript cropper library
[friendica.git] / view / global.css
index cf8ad8d4e2637dacc1002f1ad009ed3f61fd0bba..30dbeeff0928150aa92eeb71c1ad5eca20c82c98 100644 (file)
@@ -28,7 +28,7 @@ a.btn, a.btn:hover {
 }
 
 .overline {
-       text-decoration: overline;
+  text-decoration: overline;
 }
 
 /* List of social Networks */
@@ -201,6 +201,10 @@ blockquote.shared_content {
   content: ' ยป';
 }
 
+#profile-photo-wrapper {
+  overflow: hidden;
+}
+
 /* headers */
 h1, h2, h3, h4, h5, h6 {
   margin: 5px 0px 5px 0px;
@@ -237,8 +241,22 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
-code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
-key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
+code {
+  display: block;
+  background-color: #eee;
+  color: #666;
+  padding: 1em;
+  font-size: 0.85em;
+  font-family: monospace;
+}
+key {
+  display: inline;
+  background-color: #eee;
+  color: #666;
+  padding: 0.2em;
+  font-size: 0.85em;
+  font-family: monospace;
+}
 
 /* fields help text */
 .field .field_help {
@@ -399,14 +417,10 @@ a {
   color: #00a700;
 }
 .federation-graph {
-  width: 400px;
-  height: 400px;
+  margin: 0 auto;
   float: right;
-  margin: 20px;
 }
 .federation-network-graph {
-  width: 240px;
-  height: 240px;
   float: left;
   margin: 20px;
 }
@@ -501,19 +515,19 @@ td.federation-data {
 
 /* admin pending user notes */
 td.pendingnote {
-       padding-left: 20px;
-       padding-right: 20px;
+  padding-left: 20px;
+  padding-right: 20px;
 }
 td.pendingnote > p > span {
-       font-weight: bold;
+  font-weight: bold;
 }
 
 /* warning message */
 .warning-message {
-       padding: 10px;
-       margin: 5px;
-       border-left: 5px solid #f00;
-       font-weight: bold;
+  padding: 10px;
+  margin: 5px;
+  border-left: 5px solid #f00;
+  font-weight: bold;
 }
 
 /* src/href attributes filter error display */
@@ -564,7 +578,9 @@ img.invalid-src:after { vertical-align: top;}
   font-size: 1.8em;
   color: DeepPink;
 }
-.tag1:hover, .tag2:hover, .tag3:hover, .tag4:hover, .tag5:hover,
-.tag6:hover, .tag7:hover, .tag8:hover, .tag9:hover, .tag10:hover {
+.tags > a:hover {
   text-decoration: underline;
-}
\ No newline at end of file
+}
+.tag-cloud {
+  word-wrap: break-word;
+}