summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-19 15:49:28 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-21 14:00:39 +0200
commitc66f16a2011f4f8774fee7812e16736ed6110e7e (patch)
treef2dec07c263fd095694e2cb2c11a25703a1dce04 /core
parent85300ab50a3135dd96e86eb7e2eac5eb447f84fc (diff)
downloadnextcloud-server-c66f16a2011f4f8774fee7812e16736ed6110e7e.tar.gz
nextcloud-server-c66f16a2011f4f8774fee7812e16736ed6110e7e.zip
Relative positionning to li
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 461ddbb5065..ace9c2dd93f 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -93,6 +93,9 @@ kbd {
border-right: 1px solid nc-darken($color-main-background, 8%);
display: flex;
flex-direction: column;
+ li {
+ position: relative;
+ }
> ul {
position: relative;
height: 100%;
@@ -125,7 +128,7 @@ kbd {
/* Ugly hack for overriding the main entry link */
/* align the input correctly with the link text
44px-6px padding for the input */
- padding-left: 38px !important;
+ padding-left: 38px !important;
}
&:focus,
@@ -255,7 +258,7 @@ kbd {
height: 12px;
border: none;
border-radius: 50%;
- cursor: pointer;
+ cursor: pointer;
}
/* padding in case of icon or bullet */
@@ -498,14 +501,14 @@ kbd {
transition: padding-bottom 500ms ease 0s;
padding-bottom: 40px;
}
-
+
.error {
color: $color-error;
}
.app-navigation-separator {
border-bottom: 1px solid nc-lighten($color-main-text, 86%);
}
-
+
.app-navigation-entry-utils ul,
.app-navigation-entry-menu ul {
list-style-type: none;