change currency field look

This commit is contained in:
Yuri Kuznetsov
2014-07-10 17:22:51 +03:00
parent 15196f2062
commit 24dcd46d6f
3 changed files with 9 additions and 6 deletions
+1 -1
View File
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>
+5
View File
@@ -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 {