From 4fabeb0b92daae2bc2c93069cf14ba1703cbe3c9 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 7 Jul 2015 16:53:35 +0530 Subject: proposal form styling & footer to center --- website/static/css/bootstrap.css | 6 ++++++ website/static/css/main.css | 26 +++++++++++++++++++++++--- website/templates/base.html | 2 +- website/templates/submit-cfp.html | 8 +++----- 4 files changed, 33 insertions(+), 9 deletions(-) diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index ea91a3d..5fd35bb 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -287,6 +287,9 @@ textarea { font-size: inherit; line-height: inherit; } +textarea { + height: 150px; +} a { color: #428bca; text-decoration: none; @@ -1651,6 +1654,8 @@ label { display: inline-block; margin-bottom: 5px; font-weight: bold; + float:left; + margin-right: -90px; } input[type="search"] { -webkit-box-sizing: border-box; @@ -1666,6 +1671,7 @@ input[type="checkbox"] { } input[type="file"] { display: block; + margin-left: 30%; } input[type="range"] { display: block; diff --git a/website/static/css/main.css b/website/static/css/main.css index 4aa9c42..e46e71d 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -1,6 +1,3 @@ -html, button, input, select, textarea { - color: #222; -} body { font-size: 1em; line-height: 1.4; @@ -529,3 +526,26 @@ body .header { line-height: 38px; } } + +.row1 { + width:80%; + margin-left: 5%; + +} + +.row1 textarea { + height: 150px; + width: 350px; +} + +.row1 label { + display: inline-block; + margin-bottom: 5px; + font-weight: bold; + min-width: 300px; + float: left; +} + +.row1 input { + width: 350px; +} diff --git a/website/templates/base.html b/website/templates/base.html index 633a129..8d72bde 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -228,7 +228,7 @@