|
@@ -11,6 +11,10 @@
|
|
height: 34px;
|
|
height: 34px;
|
|
border-radius: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .select2-container .select2-selection--single .select2-selection__rendered {
|
|
|
|
+ padding: 0px;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
$(function () {
|
|
@@ -35,7 +39,7 @@
|
|
});
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
- <div>
|
|
|
|
|
|
+ <div class="clearfix">
|
|
<div style="width: 50%; float: left;">
|
|
<div style="width: 50%; float: left;">
|
|
{{ block('choice_widget') }}
|
|
{{ block('choice_widget') }}
|
|
</div>
|
|
</div>
|