diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 89e9947..ac43608 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -9,3 +9,50 @@ position: absolute; } +.label.label-2x { + font-size: 100%; +} + +.input-group { + position: relative; +} + +.form-control { + top: 0; + position: absolute; + background-color: transparent; + border: none; + margin-top: 24px; + border-bottom: 1px solid #ccc; + box-shadow: none; + transition: all 0.1s ease-in-out ; +} + +.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { + padding: 0px 4px 0px 10px; + height: 40px; + font-size: 120%; +} + +.control-label { + font-size: 80%; +} + +.input-group .control-label { + position: absolute; + left: 0; + top: 6px; + opacity: 0; + transition: all ease-out 0.2s; + transition-delay: .4s; +} + +.form-control:hover, .form-control:focus { + background-color: white; +} + +.form-control:focus + .control-label, +.form-control:hover + .control-label{ + opacity: 0.8; + top: 1px; +} \ No newline at end of file diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index 03df3b9..1feae3b 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit 03df3b93360546259dde9952e7cdd2f98db7f282 +Subproject commit 1feae3be6e341e3959a36c7679102fb6f19b88c5 diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index d69453b..403a88a 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -29,13 +29,13 @@