mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Make text of edit entry being aligned with other entries
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
dd92923afa
commit
138ae59901
1 changed files with 9 additions and 2 deletions
|
|
@ -206,12 +206,19 @@ kbd {
|
|||
left: 22px; /* 44px / 2 */
|
||||
}
|
||||
|
||||
> .app-navigation-entry-deleted,
|
||||
> .app-navigation-entry-edit {
|
||||
> .app-navigation-entry-deleted {
|
||||
/* margin to keep active indicator visible */
|
||||
margin-left: 4px;
|
||||
padding-left: 84px;
|
||||
}
|
||||
|
||||
> .app-navigation-entry-edit {
|
||||
/* margin to keep active indicator visible */
|
||||
margin-left: 4px;
|
||||
/* align the input correctly with the link text
|
||||
44px+44px-4px-6px padding for the input */
|
||||
padding-left: 78px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue