nextcloud/server

LDAP admin settings design improvements

Open

#13.805 geöffnet am 24. Jan. 2019

Auf GitHub ansehen
 (11 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (4.865 Forks)batch import
1. to developdesignenhancementfeature: ldapgood first issuehelp wanted

Repository-Metriken

Stars
 (34.953 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T) (627 gemergte PRs in 30 T)

Beschreibung

@nextcloud/ldap something for you! :) Quick tips on how to improve the LDAP app interface:

  • The ui-… classes from the buttons override Nextcloud styles and should be removed :)

  • The <span class="ui-button-text">…</span> element around the text is unnecessary and can be removed too (the "Detect Port" button is standard style and clearly looks like a button) ldap buttons

  • The "Configuration OK" element can be moved to be left-aligned

  • Same with the "Continue" and help elements, it can go below that and left-aligned. At the moment it’s floating weirdly in space.

Contributor Guide