]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/quattro.less
provide ability to repair contact photo
[friendica.git] / view / theme / quattro / quattro.less
index 1be65ea917cf217f83cca9b4882252b3058cfb14..31a25694f0982a53a51af1a9bd0cf8d0db18d64a 100644 (file)
@@ -3,7 +3,7 @@
 /* global */
 body {
        font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
-       font-size: 10px;
+       font-size: 12px;
        background-color: @BodyBackground;
        color: @BodyColor;
        margin: 50px 0px 0px 0px;
@@ -324,18 +324,17 @@ section {
        .wall-item-ago { padding-right: 40px; }
        .wall-item-name { font-weight: bold; }
        
-       .wall-item-actions-author { float: left; width: 25%; margin-top: 0.5em; }
-       .wall-item-actions-social { float: left; width: 50%; margin-top: 0.5em;
+       .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
+       .wall-item-actions-social { float: left; margin-top: 0.5em;
                a { margin-right: 3em; }
         }
-       .wall-item-actions-tools { float: right; width: 25%; 
+       .wall-item-actions-tools { float: right; width: 15%; 
                a { float: right; }
                input { float: right; }
        }
 }
 
 
-
 .wall-item-container.comment {
        margin-top: 50px;
        .wall-item-photo { width: 32px; height: 32px; margin-left: 16px;}       
@@ -345,3 +344,34 @@ section {
        }
        .wall-item-links { padding-left: 12px; }
 }
+
+.wall-item-comment-wrapper {
+       margin: 30px 2em 2em 60px;
+       .comment-edit-photo { display: none; }
+       textarea {      
+               height: 1em; width: 100%; font-size: 10px;
+               color: @CommentBoxEmptyColor;
+               border: 1px solid @CommentBoxEmptyBorderColor;
+               padding:0.3em;
+       }
+       .comment-edit-text-full {
+               font-size: 14px;
+               height: 4em;
+               color: @CommentBoxFullColor;
+               border: 1px solid @CommentBoxFullBorderColor;
+       }
+}
+
+#profile-jot-wrapper {
+       width: 100%;
+       margin: 0px 2em 20px 0px;
+       
+       
+}
+.profile-jot-text {
+       height: 1em; width: 100%; font-size: 10px;
+       color: @CommentBoxEmptyColor;
+       border: 1px solid @CommentBoxEmptyBorderColor;
+       padding:0.3em;
+}
+