diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 778807f..fa8818c 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -9,4 +9,53 @@ body {padding: 53px 0 0 0 !important;} top: 0; left: 0; position: absolute; +} + +.form-control { + top: 0; + position: absolute; + background-color: white !important; + border: none; + margin-top: 30px; + border: thin solid #aaa !important; +} + +.form-control:focus { + border: thin solid #444 !important; +} + +.input-group .input-group-addon { + position: absolute; + top: 28px; + z-index: 3; + padding: 10px 15px 10px 12px !important; + background: transparent; + border: 0; + color: gray; +} + +.input-group .input-group-addon + .form-control{ + padding-left: 38px; +} + +.input-group .input-group-addon .bf-network{ + font-size: 140% !important; + position: absolute; + left: 8px; top: 8px; +} + +::-webkit-input-placeholder { /* WebKit browsers */ + color: #bbb !important; +} + +:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ + color: #999; + opacity: 1; +} +::-moz-placeholder { /* Mozilla Firefox 19+ */ + color: #999; + opacity: 1; +} +:-ms-input-placeholder { /* Internet Explorer 10+ */ + color: #999; } \ No newline at end of file diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index 9ba2a05..56ad530 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -43,7 +43,7 @@
Submitted {{application.show_pretty_date('submission')}}.
{% if review %}diff --git a/blender-bfct/application/templates/apply.html b/blender-bfct/application/templates/apply.html index b1fcdbe..0e3b1d0 100755 --- a/blender-bfct/application/templates/apply.html +++ b/blender-bfct/application/templates/apply.html @@ -2,27 +2,27 @@ {% block body %}
- Please fill all the fields. -
+