]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/style.css
try to get rid of scrollbars in Frost
[friendica.git] / view / theme / frost / style.css
index c27c74e9586ec73e2128243f8e812e737bd4ffe2..52e425010a78d0b585b35540ea55b070cf0e9772 100644 (file)
@@ -511,8 +511,10 @@ div.wall-item-content-wrapper.shiny {
        margin-top: 10px;
 }
 
-
-#login_standard {
+.login-form {
+       margin-top: -150px;
+}
+/*#login_standard {
        width: 210px;
        float: left;
 }
@@ -541,9 +543,9 @@ div.wall-item-content-wrapper.shiny {
 }
 
 #login-submit-button {
-/*     margin-top: 10px; */
+       margin-top: 10px; 
        margin-left: 200px;
-}
+}*/
 
 
 input#dfrn-url {
@@ -1294,7 +1296,7 @@ input#dfrn-url {
 .wall-item-content {
        margin-left: 10px;
        padding-right: 1em;
-       max-height: 500px;
+/*     max-height: 500px;*/
        overflow: auto;
 }
 
@@ -1363,6 +1365,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 +1381,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 +1409,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 +1426,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 {
@@ -3514,13 +3538,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;