From 8e135e460b8018359fba6f9a9193d549478e076f Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 5 Feb 2016 23:19:23 +0100 Subject: [PATCH] UX: Date Picker in user preferences was ugly --- app/assets/stylesheets/desktop/user.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index eb11d0af8c6..55a6268691c 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -197,9 +197,9 @@ margin-bottom: 10px; } - table { + .user-invite-list { width: 100%; - margin-top: 10px; + margin-top: 15px; th { text-align: left; @@ -222,10 +222,6 @@ } } - .user-invite-list { - margin-top: 15px; - } - .user-invite-controls { background-color: dark-light-diff($primary, $secondary, 90%, -75%); padding: 5px 10px 0px 0;