]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/style.css
Threading updates
[friendica.git] / view / theme / frost / style.css
index 3bc9ad1cd034cfa091ce50ca3a0281e8b12486d1..4401ffedb66a312c53986d5b9c5a8c8c0693dc38 100644 (file)
@@ -1363,6 +1363,12 @@ input#dfrn-url {
        margin-left: 50px;
 }
 
+.comment-wwedit-wrapper.comment {
+       width: 300px;
+       margin-left: 150px;
+       border-radius: 10px;
+}
+
 .comment-edit-photo {
        margin-top: 10px;
        margin-left: 10px;
@@ -1373,6 +1379,9 @@ input#dfrn-url {
 .comment-edit-photo img {
        width: 25px;
 }
+.comment .comment-edit-photo {
+       width: 50px;
+}
 .comment-edit-text-empty, .comment-edit-text-full {
        float: left;
        margin-top: 10px;
@@ -1398,6 +1407,16 @@ input#dfrn-url {
        overflow: auto;
 }
 
+.comment .comment-edit-text-empty {
+       height: 1.5em;
+       width: 150px;
+}
+
+.comment .comment-edit-text-full {
+       margin-left: 10px;
+       width: 275px;
+}
+
 .comment-edit-text-end {
        clear: both;
 }
@@ -1405,6 +1424,9 @@ input#dfrn-url {
 .comment-edit-submit {
        margin: 10px 0px 10px 110px;
 }
+.comment .comment-edit-submit {
+       margin-left: 30px;
+}
 
 #profile-jot-plugin-wrapper,
 #profile-jot-submit-wrapper {
@@ -1894,7 +1916,7 @@ input#dfrn-url {
 
 
 #acl-wrapper {
-       width: 690px;
+       width: 580px;
        float:left;
 }
 #acl-search {
@@ -1935,7 +1957,7 @@ input#dfrn-url {
 }
 .acl-list-item {
        display: block;
-       width: 150px;
+       width: 170px;
        height: 30px;
        border: 1px solid #cccccc;
        margin: 5px;
@@ -1949,10 +1971,10 @@ input#dfrn-url {
 }
 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
 .acl-list-item a { 
-       font-size: 8px;
+       font-size: 10px; /* 8px; */
        display: block;
-       width: 40px;
-       height: 10px;
+       width: 50px;
+       height: 12px;
        float: left;
        color: #999999;
        background-color: #cccccc;
@@ -3514,13 +3536,19 @@ aside input[type='text'] {
 }
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
-[class^="comment-edit-bb"] {
+/*[class^="comment-edit-bb"] {*/
+.comment-edit-bb {
        list-style: none;
        display: none;
        margin: 0px 0 -5px 60px;
        width: 75%;
 }
-[class^="comment-edit-bb"] > li {
+.comment .comment-edit-bb {
+       width: 300px;
+       margin: 0px;
+}
+/*[class^="comment-edit-bb"] > li {*/
+.comment-edit-bb > li {
        display: inline-block;
        margin: 10px 10px 0 0;
        visibility: none;