Migliorie grafiche minori
This commit is contained in:
parent
85cfa84fda
commit
8907734985
|
@ -352,13 +352,11 @@ span.form-control {
|
|||
|
||||
.deleteicon {
|
||||
color: gray;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
position: absolute;
|
||||
margin-left: -30px;
|
||||
bottom: 1px;
|
||||
right: 15px;
|
||||
float: right;
|
||||
bottom: 19px;
|
||||
right: 29px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -74,12 +74,10 @@ if (!empty($type) && $type != 'menu' && $type != 'custom') {
|
|||
|
||||
if (empty($id_plugin) && count(Modules::getSegments($id_module)) > 1) {
|
||||
echo '
|
||||
<div class="container">
|
||||
<div class="row justify-content-end">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-3">
|
||||
{[ "type": "select", "name": "id_segment_", "required": 0, "ajax-source": "segmenti", "select-options": '.json_encode(['id_module' => $id_module]).', "value": "'.$_SESSION['module_'.$id_module]['id_segment'].'" ]}
|
||||
</div>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
echo '
|
||||
|
|
Loading…
Reference in New Issue