]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
ability to edit image permissions
[friendica.git] / view / theme / loozah / style.css
index 2a037bf9f3696ffb986733410a1ba40b52302068..ffd352c5aa9401483ea87d4fa62489b5d81dffed 100644 (file)
@@ -410,8 +410,7 @@ nav {
 }
 
 #register-submit-button {
-       margin-top: 50px;
-       margin-left: 350px;
+       margin-top: 10px;
 }
 
 #label-login-name, #label-login-password, #login-extra-filler {
@@ -453,7 +452,7 @@ nav {
 
 input#dfrn-url {
        float: left;
-       background: url(ff-16.jpg) no-repeat;
+       background: url(friendika-16.png) no-repeat;
        background-position: 2px center;
        font-size: 17px;
        padding-left: 21px;
@@ -737,6 +736,10 @@ input#dfrn-url {
 #profile-photo-link-select-wrapper {
        margin-top: 2em;
 }
+#profile-photo-wrapper img {
+       width:175px;
+       height:175px;
+}
 
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
@@ -808,6 +811,25 @@ input#dfrn-url {
        margin-left: 20px;
 }
 
+#profile-publish-yes-reg,
+#profile-publish-no-reg {
+       float: left;
+       margin-bottom: 10px;
+}
+
+#profile-publish-yes-label-reg,
+#profile-publish-no-label-reg {
+       margin-left: 350px;
+       float: left;
+       width: 50px;
+}
+
+#profile-publish-break-reg,
+#profile-publish-end-reg {
+       clear: both;
+}
+
+
 
 #profile-edit-homepage {
        float: left;
@@ -943,29 +965,41 @@ input#dfrn-url {
        float: left;
 }
 .wall-item-wrapper {
-       float: left;
+       margin-left: 10px;;
 }
+
 .wall-item-lock {
-       height: 20px;
-       margin-top: 10px;
+       position: absolute;
+       left: 105px;
+       top: 1px;
 }
 
 .wall-item-ago {
        color: #888888;
        font-size: 0.8em;
 }
+.wall-item-like-buttons {
+    float: left;
+    margin-right: 10px;
+    padding-right: 10px;
+    border-right: 2px solid #fff;
+}
 
-.wall-item-like-buttons img {
-       cursor: pointer;
+.wall-item-links-wrapper {
+    float: left;
 }
+
 .wall-item-delete-wrapper {
-       float: right;
-       margin-top: 20px;
-       margin-right: 50px;
+    float: right;
 }
 
 .wall-item-delete-end {
-       clear: both;
+    clear: both;
+}
+
+
+.wall-item-like-buttons img {
+       cursor: pointer;
 }
 
 .wall-item-delete-icon {
@@ -994,6 +1028,22 @@ input#dfrn-url {
        overflow: auto;
 
 }
+.wall-item-tools {
+    clear: both;
+padding: 5px 10px 0px;
+}
+.wall-item-photo-end {
+       clear: both;
+}
+.wall-item-author {
+       margin-top: 10px;
+}
+.wall-item-info {
+    display: block;
+    float: left;
+    width:110px;
+    margin-right:10px;
+}
 
 .wall-item-title {
        float: left;
@@ -1004,7 +1054,7 @@ input#dfrn-url {
 .wall-item-body {
        float: left;
        width: 450px;
-       margin-top: 30px;
+       margin-top: 10px;
 }
 
 .comment-edit-wrapper {
@@ -1819,6 +1869,11 @@ a.mail-list-link {
        float: left;
        width: 150px;
 }
+
+#photo-edit-perms-end {
+       margin-bottom: 15px;
+}
+
 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
        float: left;
        margin-bottom: 25px;
@@ -1933,6 +1988,10 @@ a.mail-list-link {
 .contact-block-link {
        float: left;
 }
+.contact-block-img {
+       width:48px;
+       height:48px;
+}
 
 #tag-remove {
        margin-bottom: 15px;
@@ -2032,3 +2091,38 @@ a.mail-list-link {
 .tool-link {
   cursor: pointer;
 }
+
+
+.calendar {
+       font-family: Courier, monospace;
+}
+.today {
+       color: #FF0000;
+}
+
+
+.settings-block {
+       border: 1px solid #AAA;
+       margin: 10px;
+       padding: 10px;
+}
+
+
+.app-title {
+       margin: 10px;
+}
+
+
+#identity-manage-desc {
+       margin-top:15px;
+       margin-bottom: 15px;
+}
+
+#identity-manage-choose {
+       margin-bottom: 15px;
+}
+
+#identity-submit {
+       margin-top: 20px;
+}
+