]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / view / theme / duepuntozero / style.css
index bfe524b0197da323174d0b99362b1c6154024863..54a522881ff84955ab84e5c3d9c8df9e1d5e495b 100644 (file)
@@ -203,7 +203,7 @@ div.wall-item-content-wrapper.shiny {
   background-repeat:no-repeat;
 }
 
-/* from defautlt */
+/* from default */
 #jot-perms-icon, 
 #profile-location,
 #profile-nolocation, 
@@ -373,6 +373,10 @@ input#dfrn-url {
        margin-bottom: 30px;
 }
 
+#settings-expire-end {
+       margin-bottom: 30px;
+}
+
 #settings-username-end,
 #settings-email-end,
 #settings-nick-end,
@@ -624,7 +628,8 @@ input#dfrn-url {
 #profile-edit-sexual-label,
 #profile-edit-politic-label,
 #profile-edit-religion-label,
-#profile-edit-keywords-label,
+#profile-edit-pubkeywords-label,
+#profile-edit-prvkeywords-label,
 #profile-edit-homepage-label {
        float: left;
        width: 175px;
@@ -644,7 +649,8 @@ input#dfrn-url {
 #sexual-select,
 #profile-edit-politic,
 #profile-edit-religion,
-#profile-edit-keywords,
+#profile-edit-pubkeywords,
+#profile-edit-prvkeywords,
 #profile-in-dir-yes,
 #profile-in-dir-no,
 #profile-in-netdir-yes,
@@ -698,7 +704,8 @@ input#dfrn-url {
 
 
 #profile-edit-pdesc-desc,
-#profile-edit-keywords-desc {
+#profile-edit-pubkeywords-desc,
+#profile-edit-prvkeywords-desc {
        float: left;
        margin-left: 20px;
 }
@@ -741,7 +748,8 @@ input#dfrn-url {
 #profile-edit-sexual-end,
 #profile-edit-politic-end,
 #profile-edit-religion-end,
-#profile-edit-keywords-end,
+#profile-edit-pubkeywords-end,
+#profile-edit-prvkeywords-end,
 #profile-edit-homepage-end,
 #profile-in-dir-break,
 #profile-in-dir-end,
@@ -833,31 +841,40 @@ input#dfrn-url {
 .wall-item-info {
        display: block;
        float: left;
-       width:150px;
+       width:110px;
+       margin-right:10px;
 }
-.wallwall .wall-item-info {
-       width: 300px;
+.comment .wall-item-info {
+       width: 70px;
 }
 
-
 .wall-item-photo-wrapper {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 100px;
 }
-.wallwall .wall-item-photo-wrapper {
-       float: left;
-}
 
+.wallwall .wwto {
+    left: 50px;
+    margin: 0;
+    position: absolute;
+    top: 70px;
+    width: 30px
+}
+.wallwall .wwto img {
+       width: 30px;
+       height: 30px;
+}
 .wallwall .wall-item-photo-end {
        clear: both;
 }
 
 .wall-item-arrowphoto-wrapper {
-       margin-top: 40px;
-       margin-right: 20px;
-       float: left;
+    position: absolute;
+    left: 75px;
+    top: 70px;
+    z-index: 100;
 }
 .wall-item-wrapper {
        /*float: left;
@@ -868,16 +885,38 @@ input#dfrn-url {
 .wall-item-lock {
        /*height: 20px;*/
        /*margin-top: 10px;*/
-    left: 135px;
+    left: 105px;
     position: absolute;
     top: 1px;  
 }
+.comment .wall-item-lock {
+       left: 65px;
+}
 
 .wall-item-ago {
        color: #888888;
        font-size: 0.8em;
 }
 
+.wall-item-location {
+       overflow: hidden;
+       /* add ellipsis on text overflow               */
+       /* this work on safari, opera, ie, chrome.     */
+       /* firefox users have to wait support or we    */
+       /* can use a jquery plugin http://bit.ly/zJskg */
+       text-overflow: ellipsis;
+       -o-text-overflow: ellipsis;
+       width: 100%;
+}
+
+.wall-item-like-buttons {
+       float: left;
+       margin-right: 10px;
+       padding-right: 10px;
+       border-right: 2px solid #fff;
+}
+
+
 .wall-item-like-buttons img {
        cursor: pointer;
 }
@@ -946,6 +985,10 @@ input#dfrn-url {
     background-repeat: repeat-x;
        padding: 5px 10px 0px;
 }
+.wall-item-author {
+       margin-top: 10px;
+}
+
 .comment .wall-item-tools {
        background:none;
 } 
@@ -1791,6 +1834,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;
@@ -2054,3 +2102,16 @@ a.mail-list-link {
        margin-top: 20px;
 }
 
+#photo-prev-link, #photo-next-link {
+       padding: 10px;
+       float: left;
+}
+
+#photo-photo {
+       float: left;
+}
+
+#photo-photo-end {
+       clear: both;
+}
+