# HG changeset patch # User domruf # Date 1505159133 -7200 # Node ID 7e22d42320cd3c1448a16d4fb4044bd95b89ac5d # Parent 44ed1c6497ce6d9f847ba3754689b238149a6147 style: be consistent and don't use col-*-* classes In order to not show overlap the lock icon also change its positioning style. diff -r 44ed1c6497ce -r 7e22d42320cd kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Sep 15 03:06:30 2017 +0200 +++ b/kallithea/public/css/style.css Mon Sep 11 21:45:33 2017 +0200 @@ -577,7 +577,6 @@ #login .panel-body .icon-lock { font-size: 100px; color: #DDD; - position: absolute; margin-left: -15px; z-index: 1; } diff -r 44ed1c6497ce -r 7e22d42320cd kallithea/templates/login.html --- a/kallithea/templates/login.html Fri Sep 15 03:06:30 2017 +0200 +++ b/kallithea/templates/login.html Mon Sep 11 21:45:33 2017 +0200 @@ -20,19 +20,19 @@
- -
+ +
${h.text('username',class_='form-control')}
- -
+ +
${h.password('password',class_='form-control')}
-
+