]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
personal notes going to wall instead of PN in dispy
[friendica.git] / view / theme / duepuntozero / style.css
index 66e9f857e8d4e9e16cff0681aad415db5af38b8d..9bed3e97245688b82216f3755c04011a4223614c 100644 (file)
@@ -743,7 +743,7 @@ input#dfrn-url {
 
 .contact-entry-wrapper {
        float: left;
-       width: 180px;
+       width: 120px;
        height: 120px;
 }
 
@@ -760,7 +760,9 @@ input#dfrn-url {
 }
 .contact-entry-name {
        float: left;
-       margin-left: 30px;
+       margin-left: 0px;
+       width: 120px;
+       overflow: hidden;
 }
 .contact-entry-edit-links {
        margin-top: 6px;
@@ -778,6 +780,7 @@ input#dfrn-url {
 }
 .contact-entry-photo {
        float: left;
+       position: relative;
 }
 .contact-entry-end {
        clear: both;
@@ -785,6 +788,7 @@ input#dfrn-url {
 
 #contact-edit-end {
        clear: both;
+       margin-bottom: 65px;
 }
 
 #fsuggest-desc, #fsuggest-submit-wrapper {
@@ -799,6 +803,9 @@ input#dfrn-url {
        float: left;
        margin-right: 5px;
 }
+#network-bmark-link {
+       margin-top: 10px;
+}
 
 .wall-item-content-wrapper {
        margin-top: 10px;
@@ -1375,6 +1382,12 @@ input#dfrn-url {
        margin-left: 30px;
 }
 
+#contact-edit-nettype {
+       margin-top: 5px;
+       margin-left: 30px;
+}
+
+
 #contact-edit-poll-wrapper {
        margin-left: 50px;
        margin-top: 30px;
@@ -1461,15 +1474,14 @@ input#dfrn-url {
 
 
 .contact-photo-menu-button {
-       display: block;
-/*     position: absolute; */
+       position: absolute;
        background-image: url("photo-menu.jpg");
        background-position: top left; 
        background-repeat: no-repeat;
        margin: 0px; padding: 0px;
        width: 16px;
        height: 16px;
-       top: 60px; left:10px;
+       top: 64px; left:0px;
        overflow: hidden;
        text-indent: 40px;
        display: none;
@@ -1479,8 +1491,8 @@ input#dfrn-url {
        width: auto;
        border: 2px solid #444444;
        background: #FFFFFF;
-/*     position: absolute; */
-       left: 10px; top: 90px;
+       position: absolute;
+       left: 0px; top: 90px;
        display: none;
        z-index: 10000;
 }
@@ -1582,7 +1594,7 @@ input#dfrn-url {
        float: left;
        margin: 4px;
 }
-.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
+.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
 .acl-list-item a { 
        font-size: 8px;
        display: block;
@@ -1802,6 +1814,24 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+#search-save {
+       margin-left: 5px;
+}
+.groupsideedit {
+       margin-right: 10px;
+}
+#saved-search-ul {
+       list-style-type: none;
+}
+.savedsearchdrop, .savedsearchterm {
+       float: left;
+       margin-top: 10px;
+}
+.savedsearchterm {
+       margin-left: 10px;
+}
+
+
 #side-follow-wrapper {
        margin-top: 20px;
 }
@@ -2408,6 +2438,7 @@ a.mail-list-link {
 }
 
 #crepair-nick-label,
+#crepair-attag-label,
 #crepair-url-label,
 #crepair-request-label,
 #crepair-confirm-label,
@@ -2419,6 +2450,7 @@ a.mail-list-link {
 }
 
 #crepair-nick,
+#crepair-attag,
 #crepair-url,
 #crepair-request,
 #crepair-confirm,
@@ -2717,6 +2749,7 @@ a.mail-list-link {
 .off { background-position: 0px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
+.tagged { background-position: -48px -48px; }
 
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }