]> git.mxchange.org Git - friendica.git/blobdiff - view/style.css
fixing stuff that broke with the last big code push
[friendica.git] / view / style.css
index 60d9b2f19053e8b500df200fa1cfa2abd29d5840..a8f1abb139d3e1c1b1c72474c0839e90a2612dd7 100644 (file)
@@ -416,16 +416,30 @@ input#dfrn-url {
        clear: both;
 }
 
+.wall-item-comment-outside-wrapper {
+       margin-left: 50px;
+}
+
 .wall-item-photo-wrapper {
        margin-top: 20px;
        width: 100px;
        float: left;
 }
+.wall-item-arrowphoto-wrapper {
+       margin-top: 40px;
+       margin-right: 20px;
+       float: left;
+}
 .wall-item-wrapper {
        margin-top: 30px;
        float: left;
 }
 
+.wall-item-ago {
+       color: #888888;
+       font-size: 0.8em;
+}
+
 .wall-item-wrapper-end {
        clear: both;
 }
@@ -438,18 +452,36 @@ input#dfrn-url {
        border: none;
 }
 
-.comment-edit {
-       font-size: 0.8em;
-       cursor: pointer;
-       color: #3172BD;
+.comment-edit-wrapper {
+       margin-top: 15px;
+       margin-left: 100px;
+}
+
+.comment-wwedit-wrapper {
        margin-top: 15px;
+       margin-left: 250px;
 }
 
 
 #profile-jot-submit-wrapper {
        margin-top: 15px;
 }
+
+#profile-jot-submit {
+       float: left;
+}
+
+#profile-jot-perms {
+       float: left;
+       margin-left: 350px;
+}
+
+#profile-jot-perms-end {
+       clear: both;
+}
+
 #profile-jot-end {
+       clear: both;
        margin-bottom: 30px;
 }
 #about-jot-submit-wrapper {
@@ -521,13 +553,12 @@ input#dfrn-url {
 }
 
 #directory-search-wrapper {
-       float: right;
+       margin-left: 350px;
        margin-right: 20px;
        margin-bottom: 50px;
 }
 
 #directory-search-end {
-       clear: both;
 }
 
 .pager {
@@ -740,6 +771,7 @@ input#dfrn-url {
        float: left;
        padding:3px;
        margin-top: 10px;
+       margin-bottom: 10px;
        margin-right: 5px;
        border: 1px solid #888888;
        font-size: 0.8em;
@@ -751,4 +783,106 @@ input#dfrn-url {
 
 #profile-tabs-end {
        clear: both;
+}
+
+.comment-edit-text-empty {
+       color: gray;
+       height: 30px;
+       width: 175px;
+       overflow: auto;
+}
+
+.comment-edit-text-full {
+       color: black;
+       height: 150px;
+       width: 350px;
+       overflow: auto;
+}
+
+
+#acl-allow-group-label, 
+#acl-allow-contact-label,
+#acl-deny-group-label,
+#acl-deny-contact-label {
+       display: block;
+}
+
+#acl-permit-text,
+#acl-deny-text {
+       margin-top: 10px;
+}
+
+#acl-allow-group-label,
+#acl-allow-contact-label,
+#acl-deny-group-label,
+#acl-deny-contact-label {
+       margin-top: 5px;
+       margin-bottom: 5px;
+}
+
+
+#group_allow_wrapper, 
+#group_deny_wrapper {
+       float: left;
+       width: 100px;
+       margin-right: 10px;
+}
+
+#contact_allow_wrapper,
+#contact_deny_wrapper {
+       float: left;
+       width: 150px;
+       margin-right: 10px;
+}
+
+#acl-allow-end,
+#acl-deny-end {
+       clear: both;
+}
+#acl-permit-outer-wrapper,
+#acl-deny-outer-wrapper {
+       float: left;
+}
+
+#acl-wrapper-end {
+       clear: both;
+}
+
+#group-edit-name-label {
+       float: left;
+       width: 175px;
+       margin-top: 20px;
+       margin-bottom: 20px;
+}
+
+#group-edit-name {
+       float: left;
+       width: 225px;
+       margin-top: 20px;
+       margin-bottom: 20px;
+}
+
+#group-edit-name-wrapper {
+
+
+}
+
+
+#group_members_select_label {
+       display: block;
+       float: left;
+       width: 175px;
+}
+
+.group_members_select {
+       float: left;
+       width: 230px;
+       overflow: auto;
+}
+
+#group_members_select_end {
+       clear: both;
+}      
+#group-edit-name-end {
+       clear: both;
 }
\ No newline at end of file