Commit f087b342 authored by Mark Otto's avatar Mark Otto
Browse files

remove element from selector

parent fe7b6dec
1 merge request!6069use a textproperty parameter on Typeahead to identify a source result object's property.
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1958,7 +1958,7 @@ legend + .control-group { ...@@ -1958,7 +1958,7 @@ legend + .control-group {
.form-horizontal input + .help-block, .form-horizontal input + .help-block,
.form-horizontal select + .help-block, .form-horizontal select + .help-block,
.form-horizontal textarea + .help-block, .form-horizontal textarea + .help-block,
.form-horizontal span.uneditable-input + .help-block { .form-horizontal .uneditable-input + .help-block {
margin-top: 10px; margin-top: 10px;
} }
......
...@@ -673,7 +673,7 @@ legend + .control-group { ...@@ -673,7 +673,7 @@ legend + .control-group {
input, input,
select, select,
textarea, textarea,
span.uneditable-input { .uneditable-input {
+ .help-block { + .help-block {
margin-top: @baseLineHeight / 2; margin-top: @baseLineHeight / 2;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment