]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/dark/style.less
Merge pull request #533 from fabrixxm/moveme
[friendica.git] / view / theme / dispy / dark / style.less
index 5e68839640bed12f4f4246510f14bd0284ecf087..d6920c77335e8fb305292bbd86f6e5aa44a1f463 100644 (file)
@@ -325,7 +325,7 @@ h6 {
 }
 #item-delete-selected-desc {
     float: left;
-    font-size: smaller;
+    font-size: x-small;
     margin-right: 5px;
     &:hover {
         text-decoration: underline;
@@ -542,9 +542,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 +594,9 @@ nav .nav-link {
 .pointer {
     cursor: pointer;
 }
+.sparkle {
+    cursor: url("icons/sparkle.cur"), pointer;
+}
 //* popup notifications */
 div.jGrowl div {
     &.notice {
@@ -1255,6 +1258,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 +1433,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;
 }
@@ -2366,9 +2370,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;
 }
@@ -3227,4 +3231,8 @@ footer {
     z-index: 999;
 }
 
+#fancybox-content {
+       color: #111;
+}
+
 @import "../css/media";