From 006104bdeca54fde83185e68e440ba3687581b81 Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Tue, 20 Feb 2018 16:31:35 +0000 Subject: [PATCH 1/8] Switched to bs4 css file, cards instead of panels, updated column widths --- static/index.css | 16 ++++++++-------- templates/login.html | 26 +++++++++++++------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/static/index.css b/static/index.css index ef307a1..a15bd37 100644 --- a/static/index.css +++ b/static/index.css @@ -1,19 +1,19 @@ body { padding-top: 90px; } -.panel-login { +.card-login { border-color: #ccc; -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2); } -.panel-login>.panel-heading { +.card-login>.card-heading { color: #00415d; background-color: #fff; border-color: #fff; text-align:center; } -.panel-login>.panel-heading a{ +.card-login>.card-heading a{ text-decoration: none; color: #666; font-weight: bold; @@ -22,11 +22,11 @@ body { -moz-transition: all 0.1s linear; transition: all 0.1s linear; } -.panel-login>.panel-heading a.active{ +.card-login>.card-heading a.active{ color: #029f5b; font-size: 18px; } -.panel-login>.panel-heading hr{ +.card-login>.card-heading hr{ margin-top: 10px; margin-bottom: 0px; clear: both; @@ -37,7 +37,7 @@ body { background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); } -.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] { +.card-login input[type="text"],.card-login input[type="email"],.card-login input[type="password"] { height: 45px; border: 1px solid #ddd; font-size: 16px; @@ -45,8 +45,8 @@ body { -moz-transition: all 0.1s linear; transition: all 0.1s linear; } -.panel-login input:hover, -.panel-login input:focus { +.card-login input:hover, +.card-login input:focus { outline:none; -webkit-box-shadow: none; -moz-box-shadow: none; diff --git a/templates/login.html b/templates/login.html index 0e5a6fc..91a2f92 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,7 +1,7 @@ - + @@ -14,22 +14,22 @@ {% endif %}
-
-