From a3784a2589daecb3662e3ce1973d0f232a850b9a Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 26 May 2015 13:44:44 -0700 Subject: [PATCH] fixed login error style --- cmd/drone-server/static/scripts/views/login.html | 13 ++++++------- cmd/drone-server/static/scripts/views/users.html | 16 +++++----------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/cmd/drone-server/static/scripts/views/login.html b/cmd/drone-server/static/scripts/views/login.html index d14fc597e..44e16719b 100644 --- a/cmd/drone-server/static/scripts/views/login.html +++ b/cmd/drone-server/static/scripts/views/login.html @@ -55,14 +55,13 @@ } -
-
Oops. There was an unexpected error. Please try again.
-
There was an error authorizing your account.
-
Login is restricted to approved organization members only
-
Self-registration is disabled. Please contact the system admin to grant access.
-
- +
+
Oops. There was an unexpected error. Please try again.
+
There was an error authorizing your account.
+
Login is restricted to approved organization members only
+
Self-registration is disabled. Please contact the system admin to grant access.
+
diff --git a/cmd/drone-server/static/scripts/views/users.html b/cmd/drone-server/static/scripts/views/users.html index 28a346b41..d0f0ee866 100644 --- a/cmd/drone-server/static/scripts/views/users.html +++ b/cmd/drone-server/static/scripts/views/users.html @@ -18,37 +18,31 @@ + - - - - - + + - - - -
LoginFull NameCreatedUpdated EmailSite AdminGravatarAdmin
{{ user.login }}{{ user.name }}{{ user.created_at | fromNow }}{{ user.updated_at | fromNow }} {{ user.email }} {{ !!user.admin }}
- +
- \ No newline at end of file +