]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'fabrixxm-master'
[friendica.git] / view / theme / duepuntozero / style.css
index b2bdb6e87d17df0f9e9f11b6abdd00406d4fb4e9..d27a894b76291e0e704b5b0847e27fd5ef878111 100644 (file)
@@ -604,6 +604,7 @@ input#dfrn-url {
 
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
+#profile-edit-pdesc-label,
 #profile-edit-gender-label,
 #profile-edit-dob-label,
 #profile-edit-address-label,
@@ -623,6 +624,7 @@ input#dfrn-url {
 
 #profile-edit-profile-name,
 #profile-edit-name,
+#profile-edit-pdesc,
 #gender-select,
 #profile-edit-dob,
 #profile-edit-address,
@@ -665,6 +667,7 @@ input#dfrn-url {
        margin-left: 20px;
 }
 
+#profile-edit-pdesc-desc,
 #profile-edit-keywords-desc {
        float: left;
        margin-left: 20px;
@@ -692,6 +695,7 @@ input#dfrn-url {
 
 #profile-edit-profile-name-end,
 #profile-edit-name-end,
+#profile-edit-pdesc-end,
 #profile-edit-gender-end,
 #profile-edit-dob-end,
 #profile-edit-address-end,
@@ -805,6 +809,8 @@ input#dfrn-url {
 }
 .wall-item-wrapper {
        float: left;
+    margin-right: 5px;
+    width: 150px;
 }
 .wall-item-lock {
        height: 20px;
@@ -847,9 +853,12 @@ input#dfrn-url {
 }
 .wall-item-content {
        float: left;
-       width: 450px;
+       /*width: 450px;*/
        margin-left: 10px;
        margin-bottom: 20px;
+       padding: 20px;
+       max-height: 400px;
+       overflow: auto;
 }
 
 .wall-item-title {
@@ -898,6 +907,7 @@ input#dfrn-url {
        margin: 10px 0px 10px 110px;
 }
 
+#profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
        margin-top: 15px;
 }
@@ -943,6 +953,9 @@ input#dfrn-url {
        height: 30px;
 }
 
+#profile-jot-plugin-end{
+  clear: both;
+}
 #profile-jot-end {
        /*clear: both;*/
        margin-bottom: 30px;
@@ -1196,6 +1209,10 @@ input#dfrn-url {
        margin-bottom: 10px;
 }
 
+#contact-edit-update-now {
+       margin-top: 15px;
+}
+
 #contact-edit-photo-wrapper {
        margin-bottom: 20px;
 }
@@ -1449,8 +1466,9 @@ input#dfrn-url {
        margin-top: 10px;
 }
 a.mail-list-link {
-       display: block;
-       padding: 4px 5px;
+    display: block;
+    font-size: 1.3em;
+    padding: 4px 0;
 }
 
 /*
@@ -1488,8 +1506,8 @@ a.mail-list-link {
 }
 
 .mail-conv-subject {
-       font-size: 1.1em;
-       margin-top: 10px;
+    font-size: 1.4em;
+    margin: 10px 0;
 }
 
 .mail-conv-outside-wrapper-end {
@@ -1586,6 +1604,10 @@ a.mail-list-link {
 #photos-upload-album-select {
        float: left;
 }
+
+#photos-upload-spacer {
+       margin-top: 25px;
+}
 #photos-upload-new-end, #photos-upload-exist-end {
        clear: both;
 }
@@ -1842,6 +1864,10 @@ a.mail-list-link {
        font-weight: bold;
 }
 
+.vcard .title {
+       margin-bottom: 5px;
+}
+
 
 #birthday-title {
        float: left;
@@ -1865,3 +1891,18 @@ a.mail-list-link {
 #birthday-wrapper {
        margin-bottom: 20px;
 }
+
+#network-new-link {
+       margin-top: 15px;
+       margin-bottom: 15px;
+}
+
+
+.tool-wrapper {
+  float: left;
+  margin-left: 20px;
+}
+
+.tool-link {
+  cursor: pointer;
+}