]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
networkheader: do css work the other supported themes
[friendica.git] / view / theme / vier / style.css
index 5bd475759fff3d0a7ef4389e27cd4266e1306dc9..a62f9e80c6fbaa0140da43cf50581519fbf5853a 100644 (file)
@@ -1199,6 +1199,31 @@ section.minimal {
   height: 100%;
 }
 
+/* Contact-Header for the Network Stream */
+#viewcontact_wrapper-network {
+  width: 100%;
+  min-height: 100px;
+  background-color: #FAFAFA;
+  box-shadow: 1px 2px 0px 0px #D8D8D8;
+  border-bottom: 1px solid #D2D2D2;
+}
+#contact-entry-wrapper-network {
+  float: none;
+  width: auto;
+  height: auto;
+  padding: 10px;
+  margin: 0;
+}
+#contact-entry-accounttype-network {
+  font-size: 20px;
+}
+#contact-entry-name-network {
+  font-size: 24.5px;
+}
+.contact-entry-photo img {
+  border-radius: 4px;
+}
+
 /* wall item */
 .tread-wrapper {
 /*    border-bottom: 1px solid #BDCDD4; */