From e5d80b7090d7c1088854e8a0f8223bdf8a769d12 Mon Sep 17 00:00:00 2001 From: Rémy Boulanouar Date: Thu, 14 Sep 2017 13:46:14 +0200 Subject: Implementation of all repositories of a user from user->settings (#1740) * Implementation of all repositories of a user from user->settings * Update message when no repository found * Update according to comments * Change UI to have a better look * improved user repositories UI --- public/less/_user.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/less') diff --git a/public/less/_user.less b/public/less/_user.less index a3e6852994..7b6294448d 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -101,4 +101,9 @@ padding-top: 15px; padding-bottom: 5px; } + &.settings { + .iconFloat { + float: left; + } + } } -- cgit v1.2.3