summaryrefslogtreecommitdiffstats
path: root/accounts/static/bootstrap-form.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2022-11-01 15:19:39 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2022-11-01 15:19:39 +0100
commit4310a59f8d679533e80d3779ea0fb433cda0a6ba (patch)
treeeafe5633cd921cf0cb666c212e14ab9cf203a09f /accounts/static/bootstrap-form.css
parent6eb8ee248fb57d26a38126eb5cfa81e7187c9328 (diff)
parentcd47946abdcc75f06bf61233aa5e50f6ecb77c70 (diff)
downloadweb-4310a59f8d679533e80d3779ea0fb433cda0a6ba.tar.gz
web-4310a59f8d679533e80d3779ea0fb433cda0a6ba.tar.bz2
web-4310a59f8d679533e80d3779ea0fb433cda0a6ba.zip
Merge branch 'jbb/design'
* jbb/design: Make layout mobile friendly Slightly modernize design
Diffstat (limited to 'accounts/static/bootstrap-form.css')
-rw-r--r--accounts/static/bootstrap-form.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/accounts/static/bootstrap-form.css b/accounts/static/bootstrap-form.css
deleted file mode 100644
index fb5d24b..0000000
--- a/accounts/static/bootstrap-form.css
+++ /dev/null
@@ -1,67 +0,0 @@
-/*!
- * based on
- * Bootstrap v2.1.1
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
- */
-
-
-.form-horizontal .control-label,
-.form-horizontal label {
- float: left;
- width: 20em;
- text-align: right;
-}
-
-.form-horizontal input,
-.form-horizontal textarea,
-.form-horizontal select {
- display: inline-block;
- *display: inline;
- /* IE7 inline-block hack */
-
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
-}
-.control-group {
- margin-bottom: .4em;
-}
-.form-horizontal .control-group:before,
-.form-horizontal .control-group:after {
- display: table;
- content: "";
- line-height: 0;
-}
-.form-horizontal .control-group:after {
- clear: both;
-}
-.form-horizontal .control-label {
- float: left;
- width: 20em;
- text-align: right;
-}
-.form-horizontal .controls {
- *display: inline-block;
- *padding-left: 20px;
- margin-left: 21em;
- *margin-left: 0;
-}
-.form-horizontal .controls:first-child {
- *padding-left: 11em;
-}
-.form-horizontal .help-block {
- margin-bottom: 0;
-}
-.form-horizontal input + .help-block,
-.form-horizontal select + .help-block,
-.form-horizontal textarea + .help-block {
- margin-top: 10px;
-}
-.form-horizontal .form-actions {
- padding-left: 21em;
-}