change currency field look
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,8 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<input type="text" class="main-element form-control" name="{{name}}" value="{{value}}" pattern="[\-]?[0-9,.]*" {{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group">
|
||||
<input type="text" class="main-element form-control" name="{{name}}" value="{{value}}" pattern="[\-]?[0-9,.]*" {{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}>
|
||||
<span class="input-group-btn">
|
||||
<select name="{{currencyFieldName}}" class="form-control">
|
||||
{{{currencyOptions}}}
|
||||
</select>
|
||||
|
||||
@@ -294,6 +294,11 @@ select[multiple].input-sm {
|
||||
|
||||
.input-group-btn:last-child > select.form-control {
|
||||
margin-right: 0;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group .form-control:focus {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.panel-body > .list-container > .list-expanded {
|
||||
|
||||
Reference in New Issue
Block a user