From f07e78a5921e9091dd8aa723b224317bb8814199 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 21 Jul 2014 09:48:30 -0400 Subject: [PATCH] Login dialog Made login logo width a % rather than a fixed px. Fixed column classes so that labels break correctly on smaller viewports. --- awx/ui/static/less/ansible-ui.less | 2 +- awx/ui/templates/ui/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 93fea2bb0d..14bedc4e50 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -503,7 +503,7 @@ dd { } .login-header img { - width: 327px; + width: 60%; } .form-title { diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index bb77e5a131..df32f3aebe 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -263,8 +263,8 @@
Your session timed out due to inactivity. Please sign in.
- -
+ +
A value is required!
@@ -272,8 +272,8 @@
- -
+ +
A value is required!