]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'fabrixxm-master'
[friendica.git] / view / theme / duepuntozero / style.css
index b00f24cc28abb4e1134d515095b8059a1a4abaeb..d27a894b76291e0e704b5b0847e27fd5ef878111 100644 (file)
@@ -809,6 +809,8 @@ input#dfrn-url {
 }
 .wall-item-wrapper {
        float: left;
+    margin-right: 5px;
+    width: 150px;
 }
 .wall-item-lock {
        height: 20px;
@@ -851,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 {
@@ -902,6 +907,7 @@ input#dfrn-url {
        margin: 10px 0px 10px 110px;
 }
 
+#profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
        margin-top: 15px;
 }
@@ -947,6 +953,9 @@ input#dfrn-url {
        height: 30px;
 }
 
+#profile-jot-plugin-end{
+  clear: both;
+}
 #profile-jot-end {
        /*clear: both;*/
        margin-bottom: 30px;
@@ -1200,6 +1209,10 @@ input#dfrn-url {
        margin-bottom: 10px;
 }
 
+#contact-edit-update-now {
+       margin-top: 15px;
+}
+
 #contact-edit-photo-wrapper {
        margin-bottom: 20px;
 }
@@ -1453,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;
 }
 
 /*
@@ -1492,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 {
@@ -1590,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;
 }
@@ -1880,3 +1898,11 @@ a.mail-list-link {
 }
 
 
+.tool-wrapper {
+  float: left;
+  margin-left: 20px;
+}
+
+.tool-link {
+  cursor: pointer;
+}