]> 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 2619651291309ef2d71c0be984354edfd6c5c649..a8f1abb139d3e1c1b1c72474c0839e90a2612dd7 100644 (file)
@@ -425,11 +425,21 @@ input#dfrn-url {
        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;
 }
@@ -447,6 +457,11 @@ input#dfrn-url {
        margin-left: 100px;
 }
 
+.comment-wwedit-wrapper {
+       margin-top: 15px;
+       margin-left: 250px;
+}
+
 
 #profile-jot-submit-wrapper {
        margin-top: 15px;
@@ -461,6 +476,10 @@ input#dfrn-url {
        margin-left: 350px;
 }
 
+#profile-jot-perms-end {
+       clear: both;
+}
+
 #profile-jot-end {
        clear: both;
        margin-bottom: 30px;
@@ -534,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 {
@@ -771,12 +789,100 @@ input#dfrn-url {
        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