summaryrefslogtreecommitdiffstats
path: root/accounts/static/bootstrap-form.css
diff options
context:
space:
mode:
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;
-}