]> 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 b0fab994c61e84e3ea913d482975ad658b0a478c..950aaff5d616be5af224c3d7cba96aa97827bd27 100644 (file)
@@ -326,6 +326,7 @@ h6 {
 }
 #item-delete-selected-desc {
     float: left;
+    font-size: x-small;
     margin-right: 5px;
     &:hover {
         text-decoration: underline;
@@ -542,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 {
@@ -594,6 +595,9 @@ nav .nav-link {
 .pointer {
     cursor: pointer;
 }
+.sparkle {
+    cursor: url("icons/sparkle.cur"), pointer;
+}
 //* popup notifications */
 div.jGrowl div {
     &.notice {
@@ -1255,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);
@@ -1429,7 +1434,7 @@ nav #nav-notifications-linkmenu {
     margin-bottom: 1.4em;
 }
 .wall-item-body {
-    margin: 15px 10px 10px 0px;
+    margin: 1em;
     text-align: left;
     overflow-x: auto;
 }
@@ -1534,10 +1539,6 @@ nav #nav-notifications-linkmenu {
         }
     }
 }
-#item-delete-selected {
-    overflow: auto;
-    width: 100%;
-}
 #connect-services-header,
 #extra-help-header {
     margin: 1.5em 0 0 0;
@@ -2370,18 +2371,15 @@ div {
     opacity: 1;
 }
 #item-delete-selected {
-    margin-top: 30px;
-}
-/* was tired of having no way of moving it around, so
-* here's a little 'hook' to do so */
-.delete-checked {
-    position: absolute;
-    left: 35px;
-    margin-top: 20px;
+    margin: 3em 5px;
+    position: relative;
+    left: 4em;
+       width: 15em;
+    overflow: auto;
 }
 #item-delete-selected-icon {
     float: left;
-    margin-right: 5px;
+    margin: 11px 5px;
 }
 .fc-state-highlight {
     background: @bg_colour;