summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-14 11:58:13 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-21 14:00:35 +0200
commite9d596011d24e818f59e98cbddcdbd9b91532b57 (patch)
tree57b9c20e6a08701b6d7e4087c07b4fee7a187f71 /core
parent04a0c3cfaf6ccb4a8d45239d8197cb1b303323ef (diff)
downloadnextcloud-server-e9d596011d24e818f59e98cbddcdbd9b91532b57.tar.gz
nextcloud-server-e9d596011d24e818f59e98cbddcdbd9b91532b57.zip
Loading position fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss19
1 files changed, 15 insertions, 4 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 9d9606a4b7d..3c2917f0ad6 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -113,6 +113,12 @@ kbd {
box-shadow: inset 2px 0 $color-primary;
}
}
+
+ /* align loader */
+ &.icon-loading-small:after {
+ left: 22px;
+ }
+
/* hide and animate deletion/collapse of subitems */
&.deleted,
&.collapsible:not(.open) {
@@ -124,6 +130,7 @@ kbd {
opacity 250ms ease-in-out;
}
}
+
/* Second level nesting for lists */
> ul {
flex: 1 0 100%;
@@ -145,6 +152,12 @@ kbd {
opacity: 1;
}
}
+
+ /* align loader */
+ &.icon-loading-small:after {
+ left: -10px;
+ }
+
/* Submenu fix for icon */
> .app-navigation-entry-bullet + a,
> a[class*='icon-'],
@@ -152,6 +165,7 @@ kbd {
.app-navigation-entry-bullet {
margin-left: -32px; /* 44px padding - 12px padding */
}
+
/* Submenu fix for bullet */
> .app-navigation-entry-bullet {
left: -32px;/* 44px padding - 12px padding */
@@ -165,11 +179,8 @@ kbd {
position: relative;
width: 100%;
box-sizing: border-box;
- /* Align items */
+ /* hide icons if loading */
&.icon-loading-small {
- &:after {
- left: 22px;
- }
> a,
> .app-navigation-entry-bullet {
background: none !important;