{I" class:ETI"BundledAsset;FI"logical_path;TI"ext_form/application.css;FI" pathname;TI"^/home/bigxiang/RubyMineWorkspace/ext_form/app/assets/stylesheets/ext_form/application.css;FI"content_type;TI" text/css;TI" mtime;Tl+»à2RI" length;TiÑI" digest;TI"%6f8b0c3d49cc0903aec0d61b167eada5;FI" source;TI"Ñ/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * */ .form-horizontal .ext-form-group { float: left; } .form-horizontal .ext-form-label { padding-top: 5px; text-align: right; } .ext-default-form .ext-form-label { padding-right: 5px; } .form-horizontal .row:before, .row:after { display: table; content: ""; line-height: 0; } .form-horizontal .row:after { clear: both; } .ext-default-form .help-block { padding-top: 0; margin-top: 0; } span.add-on { position: absolute; z-index: 999; } /* * FROM typeahead.js-bootstrap.css * for compatibility of bootstrap and typeahead */ .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; } .tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .tt-suggestion { display: block; padding: 3px 20px; } .tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) } .tt-suggestion.tt-is-under-cursor a { color: #fff; } .tt-suggestion p { margin: 0; } /* * FROM https://raw.github.com/t0m/select2-bootstrap-css/master/select2-bootstrap.css */ /** * Select2 Bootstrap CSS 1.0 * Compatible with select2 3.3.2 and bootstrap 2.3.1 * MIT License */ .select2-container { vertical-align: middle; } .select2-container.input-mini { width: 60px; } .select2-container.input-small { width: 90px; } .select2-container.input-medium { width: 150px; } .select2-container.input-large { width: 210px; } .select2-container.input-xlarge { width: 270px; } .select2-container.input-xxlarge { width: 530px; } .select2-container.input-default { width: 220px; } .select2-container[class*="span"] { float: none; margin-left: 0; } .select2-container .select2-choice, .select2-container-multi .select2-choices { height: 28px; line-height: 29px; border: 1px solid #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: none; background-color: white; filter: none; -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); } .select2-container .select2-choice div, .select2-container .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div, .select2-container.select2-container-disabled .select2-choice .select2-arrow { border-left: none; background: none; filter: none; } .control-group.error [class^="select2-choice"] { border-color: #b94a48; } .select2-container-multi .select2-choices .select2-search-field { height: 28px; line-height: 27px; } .select2-drop.select2-drop-active, .select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices { border-color: rgba(82, 168, 236, 0.8); border-color: #ccc\0; outline: none; -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); } [class^="input-"] .select2-container { font-size: 14px; } .input-prepend [class^="select2-choice"] { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-append [class^="select2-choice"] { border-top-right-radius: 0; border-bottom-right-radius: 0; } .select2-dropdown-open [class^="select2-choice"] { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .select2-dropdown-open.select2-drop-above [class^="select2-choice"] { border-top-left-radius: 0; border-top-right-radius: 0; } [class^="input-"] .select2-offscreen { position: absolute; } /** * This stops the quick flash when a native selectbox is shown and * then replaced by a select2 input when javascript kicks in. This can be * removed if javascript is not present */ select.select2 { height: 28px; visibility: hidden; } ;TI"required_assets_digest;TI"%4c1bd813cc6afd56a95777282d519143;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F