]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/light/style.less
fix for preview post thingy blocking the posting buttons
[friendica.git] / view / theme / dispy / light / style.less
index c5641605e25ef7049240e729861ec4158493e702..950aaff5d616be5af224c3d7cba96aa97827bd27 100644 (file)
@@ -326,7 +326,7 @@ h6 {
 }
 #item-delete-selected-desc {
     float: left;
-    font-size: smaller;
+    font-size: x-small;
     margin-right: 5px;
     &:hover {
         text-decoration: underline;
@@ -543,9 +543,9 @@ nav .nav-link {
     }
 }
 #nav-manage-link {
-    background-position: 0px -22px;
+    background-position: -88px -88px;
     &:hover {
-        background-position: -22px -22px;
+        background-position: -110px -88px;
     }
 }
 #nav-messages-link {
@@ -595,6 +595,9 @@ nav .nav-link {
 .pointer {
     cursor: pointer;
 }
+.sparkle {
+    cursor: url("icons/sparkle.cur"), pointer;
+}
 //* popup notifications */
 div.jGrowl div {
     &.notice {
@@ -1256,6 +1259,7 @@ nav #nav-notifications-linkmenu {
     .rounded_corners;
     .box_shadow(5px, 0, 10px);
     padding: 3px 3px 6px 10px;
+    margin: 5em auto 1em;
     .wall-item-outside-wrapper {
         border: 0;
         .rounded_corners(0px 0px 0px 0px);
@@ -2367,9 +2371,9 @@ div {
     opacity: 1;
 }
 #item-delete-selected {
-    margin-top: 30px;
-    position: absolute;
-    left: 35px;
+    margin: 3em 5px;
+    position: relative;
+    left: 4em;
        width: 15em;
     overflow: auto;
 }