]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/style.css
networkheader: do css work the other supported themes
[friendica.git] / view / theme / frost / style.css
index 5909df23553226028fd6c5702d1eb4fe6acbdbd8..3bfca31ee46b4e6192983f6a85a5b0117f44886d 100644 (file)
@@ -383,6 +383,27 @@ section {
        padding-top: 3em;
 }
 
+/* Contact-Header for the Network Stream */
+#viewcontact_wrapper-network {
+       width: 100%;
+       min-height: 100px;
+       background-color: #FAFAFA;
+       border: 1px solid #DDDDDD;
+       border-radius: 5px;
+}
+#contact-entry-wrapper-network {
+       float: none;
+       width: auto;
+       height: auto;
+       padding: 10px;
+       margin: 0;
+}
+#contact-entry-accounttype-network {
+       font-size: 0.9em;
+}
+#contact-entry-name-network {
+       font-size: 1.5em;
+}
 
 /* footer */
 footer {
@@ -2890,7 +2911,8 @@ aside input[type='text'] {
        font-weight: bold;
 }
 
-.vcard .title {
+.vcard .title,
+.vcard .p-faddr {
        margin-bottom: 5px;
        margin-left: 12px;
 }