2015-07-13 12:26:29 +02:00
|
|
|
/**
|
2017-01-11 16:24:33 +01:00
|
|
|
* Copyright JS Foundation and other contributors, http://js.foundation
|
2015-07-13 12:26:29 +02:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
**/
|
|
|
|
/*!
|
|
|
|
* Extracted from Bootstrap v2.3.2
|
|
|
|
*
|
|
|
|
* Copyright 2013 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 by @mdo and @fat.
|
|
|
|
*/
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
textarea {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
input {
|
|
|
|
*overflow: visible;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"]::-moz-focus-inner,
|
2015-07-13 12:26:29 +02:00
|
|
|
input::-moz-focus-inner {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
html input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"] {
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
|
|
|
|
|
|
|
label,
|
|
|
|
select,
|
|
|
|
button,
|
|
|
|
input[type="button"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="submit"],
|
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"] {
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 21px;
|
|
|
|
line-height: 40px;
|
|
|
|
color: #333333;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend small {
|
|
|
|
font-size: 15px;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
label,
|
|
|
|
input,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="datetime"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="date"],
|
|
|
|
input[type="month"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="week"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="tel"],
|
|
|
|
input[type="color"],
|
2016-09-08 21:46:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.uneditable-input {
|
2016-06-27 00:48:59 +02:00
|
|
|
box-sizing: border-box;
|
2015-07-13 12:26:29 +02:00
|
|
|
display: inline-block;
|
2016-06-27 00:48:59 +02:00
|
|
|
height: 34px;
|
2015-07-14 16:59:56 +02:00
|
|
|
padding: 6px 6px;
|
2015-07-13 12:26:29 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #555555;
|
|
|
|
vertical-align: middle;
|
2015-07-14 16:59:56 +02:00
|
|
|
border-radius: 4px;
|
2015-07-13 12:26:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
textarea,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.uneditable-input {
|
|
|
|
width: 206px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
input[type="text"],
|
|
|
|
input[type="password"],
|
|
|
|
input[type="datetime"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="date"],
|
|
|
|
input[type="month"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="week"],
|
|
|
|
input[type="number"],
|
|
|
|
input[type="email"],
|
|
|
|
input[type="url"],
|
|
|
|
input[type="search"],
|
|
|
|
input[type="tel"],
|
|
|
|
input[type="color"],
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.uneditable-input {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid $form-input-border-color;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea:focus,
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="password"]:focus,
|
|
|
|
input[type="datetime"]:focus,
|
|
|
|
input[type="datetime-local"]:focus,
|
|
|
|
input[type="date"]:focus,
|
|
|
|
input[type="month"]:focus,
|
|
|
|
input[type="time"]:focus,
|
|
|
|
input[type="week"]:focus,
|
|
|
|
input[type="number"]:focus,
|
|
|
|
input[type="email"]:focus,
|
|
|
|
input[type="url"]:focus,
|
|
|
|
input[type="search"]:focus,
|
|
|
|
input[type="tel"]:focus,
|
|
|
|
input[type="color"]:focus,
|
2016-09-20 11:10:28 +02:00
|
|
|
div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.uneditable-input:focus {
|
|
|
|
border-color: $form-input-focus-color;
|
|
|
|
outline: 0;
|
|
|
|
outline: thin dotted \9;
|
|
|
|
/* IE6-9 */
|
|
|
|
|
|
|
|
// -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
// -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
// box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin: 4px 0 0;
|
|
|
|
margin-top: 1px \9;
|
|
|
|
*margin-top: 0;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="file"],
|
|
|
|
input[type="image"],
|
|
|
|
input[type="submit"],
|
|
|
|
input[type="reset"],
|
|
|
|
input[type="button"],
|
|
|
|
input[type="radio"],
|
|
|
|
input[type="checkbox"] {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
input[type="file"] {
|
2015-07-14 16:59:56 +02:00
|
|
|
height: 34px;
|
2015-07-13 12:26:29 +02:00
|
|
|
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
|
|
|
|
|
|
|
*margin-top: 4px;
|
|
|
|
/* For IE7, add top margin to align select with labels */
|
|
|
|
|
2015-07-14 16:59:56 +02:00
|
|
|
line-height: 34px;
|
2015-07-13 12:26:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: 220px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid $form-input-border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
select[multiple],
|
|
|
|
select[size] {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
select:focus,
|
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="radio"]:focus,
|
|
|
|
input[type="checkbox"]:focus {
|
|
|
|
outline: thin dotted #333;
|
|
|
|
outline: 2px auto $form-input-focus-color;
|
|
|
|
outline-offset: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uneditable-input,
|
|
|
|
.uneditable-textarea {
|
|
|
|
color: #999999;
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
border-color: #cccccc;
|
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
|
|
|
}
|
|
|
|
|
|
|
|
.uneditable-input {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uneditable-textarea {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-moz-placeholder,
|
|
|
|
textarea:-moz-placeholder {
|
|
|
|
color: $form-placeholder-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-ms-input-placeholder,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"]:-ms-input-placeholder,
|
2015-07-13 12:26:29 +02:00
|
|
|
textarea:-ms-input-placeholder {
|
|
|
|
color: $form-placeholder-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-webkit-input-placeholder,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"]::-webkit-input-placeholder,
|
2015-07-13 12:26:29 +02:00
|
|
|
textarea::-webkit-input-placeholder {
|
|
|
|
color: $form-placeholder-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio,
|
|
|
|
.checkbox {
|
|
|
|
min-height: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio input[type="radio"],
|
|
|
|
.checkbox input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls > .radio:first-child,
|
|
|
|
.controls > .checkbox:first-child {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio.inline,
|
|
|
|
.checkbox.inline {
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio.inline + .radio.inline,
|
|
|
|
.checkbox.inline + .checkbox.inline {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-mini {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-small {
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-medium {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-large {
|
|
|
|
width: 210px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-xlarge {
|
|
|
|
width: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-xxlarge {
|
|
|
|
width: 530px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[class*="span"],
|
|
|
|
select[class*="span"],
|
|
|
|
textarea[class*="span"],
|
|
|
|
.uneditable-input[class*="span"],
|
|
|
|
.row-fluid input[class*="span"],
|
|
|
|
.row-fluid select[class*="span"],
|
|
|
|
.row-fluid textarea[class*="span"],
|
|
|
|
.row-fluid .uneditable-input[class*="span"] {
|
|
|
|
float: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input[class*="span"],
|
|
|
|
.input-append .uneditable-input[class*="span"],
|
|
|
|
.input-prepend input[class*="span"],
|
|
|
|
.input-prepend .uneditable-input[class*="span"],
|
|
|
|
.row-fluid input[class*="span"],
|
|
|
|
.row-fluid select[class*="span"],
|
|
|
|
.row-fluid textarea[class*="span"],
|
|
|
|
.row-fluid .uneditable-input[class*="span"],
|
|
|
|
.row-fluid .input-prepend [class*="span"],
|
|
|
|
.row-fluid .input-append [class*="span"] {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
textarea,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.uneditable-input {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row [class*="span"] + [class*="span"] {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span12,
|
|
|
|
textarea.span12,
|
|
|
|
.uneditable-input.span12 {
|
|
|
|
width: 926px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span11,
|
|
|
|
textarea.span11,
|
|
|
|
.uneditable-input.span11 {
|
|
|
|
width: 846px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span10,
|
|
|
|
textarea.span10,
|
|
|
|
.uneditable-input.span10 {
|
|
|
|
width: 766px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span9,
|
|
|
|
textarea.span9,
|
|
|
|
.uneditable-input.span9 {
|
|
|
|
width: 686px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span8,
|
|
|
|
textarea.span8,
|
|
|
|
.uneditable-input.span8 {
|
|
|
|
width: 606px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span7,
|
|
|
|
textarea.span7,
|
|
|
|
.uneditable-input.span7 {
|
|
|
|
width: 526px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span6,
|
|
|
|
textarea.span6,
|
|
|
|
.uneditable-input.span6 {
|
|
|
|
width: 446px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span5,
|
|
|
|
textarea.span5,
|
|
|
|
.uneditable-input.span5 {
|
|
|
|
width: 366px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span4,
|
|
|
|
textarea.span4,
|
|
|
|
.uneditable-input.span4 {
|
|
|
|
width: 286px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span3,
|
|
|
|
textarea.span3,
|
|
|
|
.uneditable-input.span3 {
|
|
|
|
width: 206px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span2,
|
|
|
|
textarea.span2,
|
|
|
|
.uneditable-input.span2 {
|
|
|
|
width: 126px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.span1,
|
|
|
|
textarea.span1,
|
|
|
|
.uneditable-input.span1 {
|
|
|
|
width: 46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row:before,
|
|
|
|
.controls-row:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row [class*="span"],
|
|
|
|
.row-fluid .controls-row [class*="span"] {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-row .checkbox[class*="span"],
|
|
|
|
.controls-row .radio[class*="span"] {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-12-19 01:56:02 +01:00
|
|
|
label.disabled {
|
|
|
|
color: #bbb !important;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2015-07-13 12:26:29 +02:00
|
|
|
input[disabled],
|
|
|
|
select[disabled],
|
|
|
|
textarea[disabled],
|
|
|
|
input[readonly],
|
|
|
|
select[readonly],
|
|
|
|
textarea[readonly] {
|
|
|
|
cursor: not-allowed;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="radio"][disabled],
|
|
|
|
input[type="checkbox"][disabled],
|
|
|
|
input[type="radio"][readonly],
|
|
|
|
input[type="checkbox"][readonly] {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning .control-label,
|
|
|
|
.control-group.warning .help-block,
|
|
|
|
.control-group.warning .help-inline {
|
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning .checkbox,
|
|
|
|
.control-group.warning .radio,
|
|
|
|
.control-group.warning input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.warning div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.warning select,
|
|
|
|
.control-group.warning textarea {
|
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.warning div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.warning select,
|
|
|
|
.control-group.warning textarea {
|
|
|
|
border-color: #c09853;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning input:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.warning div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.warning select:focus,
|
|
|
|
.control-group.warning textarea:focus {
|
|
|
|
border-color: #a47e3c;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.warning .input-prepend .add-on,
|
|
|
|
.control-group.warning .input-append .add-on {
|
|
|
|
color: #c09853;
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
border-color: #c09853;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error .control-label,
|
|
|
|
.control-group.error .help-block,
|
|
|
|
.control-group.error .help-inline {
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error .checkbox,
|
|
|
|
.control-group.error .radio,
|
|
|
|
.control-group.error input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.error div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.error select,
|
|
|
|
.control-group.error textarea {
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.error div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.error select,
|
|
|
|
.control-group.error textarea {
|
|
|
|
border-color: #b94a48;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error input:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.error div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.error select:focus,
|
|
|
|
.control-group.error textarea:focus {
|
|
|
|
border-color: #953b39;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.error .input-prepend .add-on,
|
|
|
|
.control-group.error .input-append .add-on {
|
|
|
|
color: #b94a48;
|
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #b94a48;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success .control-label,
|
|
|
|
.control-group.success .help-block,
|
|
|
|
.control-group.success .help-inline {
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success .checkbox,
|
|
|
|
.control-group.success .radio,
|
|
|
|
.control-group.success input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.success div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.success select,
|
|
|
|
.control-group.success textarea {
|
|
|
|
color: #468847;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.success div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.success select,
|
|
|
|
.control-group.success textarea {
|
|
|
|
border-color: #468847;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success input:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.success div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.success select:focus,
|
|
|
|
.control-group.success textarea:focus {
|
|
|
|
border-color: #356635;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.success .input-prepend .add-on,
|
|
|
|
.control-group.success .input-append .add-on {
|
|
|
|
color: #468847;
|
|
|
|
background-color: #dff0d8;
|
|
|
|
border-color: #468847;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info .control-label,
|
|
|
|
.control-group.info .help-block,
|
|
|
|
.control-group.info .help-inline {
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info .checkbox,
|
|
|
|
.control-group.info .radio,
|
|
|
|
.control-group.info input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.info div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.info select,
|
|
|
|
.control-group.info textarea {
|
|
|
|
color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.info div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.info select,
|
|
|
|
.control-group.info textarea {
|
|
|
|
border-color: #3a87ad;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info input:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
.control-group.info div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.control-group.info select:focus,
|
|
|
|
.control-group.info textarea:focus {
|
|
|
|
border-color: #2d6987;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group.info .input-prepend .add-on,
|
|
|
|
.control-group.info .input-append .add-on {
|
|
|
|
color: #3a87ad;
|
|
|
|
background-color: #d9edf7;
|
|
|
|
border-color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus:invalid,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"]:focus:invalid,
|
2015-07-13 12:26:29 +02:00
|
|
|
textarea:focus:invalid,
|
|
|
|
select:focus:invalid {
|
|
|
|
color: #b94a48;
|
|
|
|
border-color: #ee5f5b;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus:invalid:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
div[contenteditable="true"]:focus:invalid:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
textarea:focus:invalid:focus,
|
|
|
|
select:focus:invalid:focus {
|
|
|
|
border-color: #e9322d;
|
|
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
box-shadow: 0 0 6px #f8b9b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-actions {
|
|
|
|
padding: 19px 20px 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-actions:before,
|
|
|
|
.form-actions:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-actions:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-block,
|
|
|
|
.help-inline {
|
|
|
|
color: #595959;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-block {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-inline {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append,
|
|
|
|
.input-prepend {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input,
|
|
|
|
.input-prepend input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.input-append div[contenteditable="true"],
|
|
|
|
.input-prepend div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.input-append select,
|
|
|
|
.input-prepend select,
|
|
|
|
.input-append .uneditable-input,
|
|
|
|
.input-prepend .uneditable-input,
|
|
|
|
.input-append .dropdown-menu,
|
|
|
|
.input-prepend .dropdown-menu,
|
|
|
|
.input-append .popover,
|
|
|
|
.input-prepend .popover {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input,
|
|
|
|
.input-prepend input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.input-append div[contenteditable="true"],
|
|
|
|
.input-prepend div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.input-append select,
|
|
|
|
.input-prepend select,
|
|
|
|
.input-append .uneditable-input,
|
|
|
|
.input-prepend .uneditable-input {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 0;
|
|
|
|
*margin-left: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input:focus,
|
|
|
|
.input-prepend input:focus,
|
2016-08-25 17:47:30 +02:00
|
|
|
.input-append div[contenteditable="true"]:focus,
|
|
|
|
.input-prepend div[contenteditable="true"]:focus,
|
2015-07-13 12:26:29 +02:00
|
|
|
.input-append select:focus,
|
|
|
|
.input-prepend select:focus,
|
|
|
|
.input-append .uneditable-input:focus,
|
|
|
|
.input-prepend .uneditable-input:focus {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .add-on,
|
|
|
|
.input-prepend .add-on {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
height: 20px;
|
|
|
|
min-width: 16px;
|
|
|
|
padding: 4px 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .add-on,
|
|
|
|
.input-prepend .add-on,
|
|
|
|
.input-append .btn,
|
|
|
|
.input-prepend .btn,
|
|
|
|
.input-append .btn-group > .dropdown-toggle,
|
|
|
|
.input-prepend .btn-group > .dropdown-toggle {
|
|
|
|
vertical-align: top;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .active,
|
|
|
|
.input-prepend .active {
|
|
|
|
background-color: #a9dba9;
|
|
|
|
border-color: #46a546;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend .add-on,
|
|
|
|
.input-prepend .btn {
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend .add-on:first-child,
|
|
|
|
.input-prepend .btn:first-child {
|
|
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.input-append div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.input-append select,
|
|
|
|
.input-append .uneditable-input {
|
|
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append input + .btn-group .btn:last-child,
|
|
|
|
.input-append select + .btn-group .btn:last-child,
|
|
|
|
.input-append .uneditable-input + .btn-group .btn:last-child {
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .add-on,
|
|
|
|
.input-append .btn,
|
|
|
|
.input-append .btn-group {
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-append .add-on:last-child,
|
|
|
|
.input-append .btn:last-child,
|
|
|
|
.input-append .btn-group:last-child > .dropdown-toggle {
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append input,
|
2016-08-25 17:47:30 +02:00
|
|
|
.input-prepend.input-append div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.input-prepend.input-append select,
|
|
|
|
.input-prepend.input-append .uneditable-input {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append input + .btn-group .btn,
|
|
|
|
.input-prepend.input-append select + .btn-group .btn,
|
|
|
|
.input-prepend.input-append .uneditable-input + .btn-group .btn {
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append .add-on:first-child,
|
|
|
|
.input-prepend.input-append .btn:first-child {
|
|
|
|
margin-right: -1px;
|
|
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append .add-on:last-child,
|
|
|
|
.input-prepend.input-append .btn:last-child {
|
|
|
|
margin-left: -1px;
|
|
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-prepend.input-append .btn-group:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.search-query {
|
|
|
|
padding-right: 14px;
|
|
|
|
padding-right: 4px \9;
|
|
|
|
padding-left: 14px;
|
|
|
|
padding-left: 4px \9;
|
|
|
|
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Allow for input prepend/append in search forms */
|
|
|
|
|
|
|
|
.form-search .input-append .search-query,
|
|
|
|
.form-search .input-prepend .search-query {
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-append .search-query {
|
|
|
|
-webkit-border-radius: 14px 0 0 14px;
|
|
|
|
-moz-border-radius: 14px 0 0 14px;
|
|
|
|
border-radius: 14px 0 0 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-append .btn {
|
|
|
|
-webkit-border-radius: 0 14px 14px 0;
|
|
|
|
-moz-border-radius: 0 14px 14px 0;
|
|
|
|
border-radius: 0 14px 14px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-prepend .search-query {
|
|
|
|
-webkit-border-radius: 0 14px 14px 0;
|
|
|
|
-moz-border-radius: 0 14px 14px 0;
|
|
|
|
border-radius: 0 14px 14px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-prepend .btn {
|
|
|
|
-webkit-border-radius: 14px 0 0 14px;
|
|
|
|
-moz-border-radius: 14px 0 0 14px;
|
|
|
|
border-radius: 14px 0 0 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search input,
|
|
|
|
.form-inline input,
|
|
|
|
.form-horizontal input,
|
2016-09-08 21:46:30 +02:00
|
|
|
.form-search div[contenteditable="true"],
|
|
|
|
.form-inline div[contenteditable="true"],
|
|
|
|
.form-horizontal div[contenteditable="true"],
|
2015-07-13 12:26:29 +02:00
|
|
|
.form-search textarea,
|
|
|
|
.form-inline textarea,
|
|
|
|
.form-horizontal textarea,
|
|
|
|
.form-search select,
|
|
|
|
.form-inline select,
|
|
|
|
.form-horizontal select,
|
|
|
|
.form-search .help-inline,
|
|
|
|
.form-inline .help-inline,
|
|
|
|
.form-horizontal .help-inline,
|
|
|
|
.form-search .uneditable-input,
|
|
|
|
.form-inline .uneditable-input,
|
|
|
|
.form-horizontal .uneditable-input,
|
|
|
|
.form-search .input-prepend,
|
|
|
|
.form-inline .input-prepend,
|
|
|
|
.form-horizontal .input-prepend,
|
|
|
|
.form-search .input-append,
|
|
|
|
.form-inline .input-append,
|
|
|
|
.form-horizontal .input-append {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .hide,
|
|
|
|
.form-inline .hide,
|
|
|
|
.form-horizontal .hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search label,
|
|
|
|
.form-inline label,
|
|
|
|
.form-search .btn-group,
|
|
|
|
.form-inline .btn-group {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .input-append,
|
|
|
|
.form-inline .input-append,
|
|
|
|
.form-search .input-prepend,
|
|
|
|
.form-inline .input-prepend {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .radio,
|
|
|
|
.form-search .checkbox,
|
|
|
|
.form-inline .radio,
|
|
|
|
.form-inline .checkbox {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-search .radio input[type="radio"],
|
|
|
|
.form-search .checkbox input[type="checkbox"],
|
|
|
|
.form-inline .radio input[type="radio"],
|
|
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
margin-right: 3px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend + .control-group {
|
|
|
|
margin-top: 20px;
|
|
|
|
-webkit-margin-top-collapse: separate;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .control-group {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .control-group:before,
|
|
|
|
.form-horizontal .control-group:after {
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .control-group:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .control-label {
|
|
|
|
float: left;
|
|
|
|
width: 160px;
|
|
|
|
padding-top: 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .controls {
|
|
|
|
*display: inline-block;
|
|
|
|
*padding-left: 20px;
|
|
|
|
margin-left: 180px;
|
|
|
|
*margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .controls:first-child {
|
|
|
|
*padding-left: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .help-block {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal input + .help-block,
|
|
|
|
.form-horizontal select + .help-block,
|
|
|
|
.form-horizontal textarea + .help-block,
|
|
|
|
.form-horizontal .uneditable-input + .help-block,
|
|
|
|
.form-horizontal .input-prepend + .help-block,
|
|
|
|
.form-horizontal .input-append + .help-block {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .form-actions {
|
|
|
|
padding-left: 180px;
|
|
|
|
}
|
2016-09-18 22:20:50 +02:00
|
|
|
|
2016-09-20 11:10:28 +02:00
|
|
|
.form-row div[contenteditable="true"] {
|
2016-09-18 22:20:50 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|