CC-84: Smart Playlists
-fixed spacing of modifier '+' button
This commit is contained in:
parent
ecd926ae90
commit
1b1b7e11d0
|
@ -29,7 +29,7 @@
|
||||||
echo 'style=display:none';
|
echo 'style=display:none';
|
||||||
} ?>>
|
} ?>>
|
||||||
<?php echo $this->element->getElement("sp_criteria_field_".$i) ?>
|
<?php echo $this->element->getElement("sp_criteria_field_".$i) ?>
|
||||||
<a class='ui-button sp-ui-button-icon-only' id='modifier_add_<?php echo $i ?>'>
|
<a class='ui-button sp-ui-button-icon-only sp_no_margins' id='modifier_add_<?php echo $i ?>'>
|
||||||
<span class='ui-icon ui-icon-plusthick'></span>
|
<span class='ui-icon ui-icon-plusthick'></span>
|
||||||
</a>
|
</a>
|
||||||
<?php echo $this->element->getElement("sp_criteria_modifier_".$i) ?>
|
<?php echo $this->element->getElement("sp_criteria_modifier_".$i) ?>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<?php for ($j = 0; $j < $this->modRowMap[$i]; $j++) {?>
|
<?php for ($j = 0; $j < $this->modRowMap[$i]; $j++) {?>
|
||||||
<div>
|
<div>
|
||||||
<?php echo $this->element->getElement("sp_criteria_field_".$i."_".$j) ?>
|
<?php echo $this->element->getElement("sp_criteria_field_".$i."_".$j) ?>
|
||||||
<a class='ui-button sp-ui-button-icon-only' id='modifier_add_<?php echo $i ?>'>
|
<a class='ui-button sp-ui-button-icon-only sp_no_margins' id='modifier_add_<?php echo $i ?>'>
|
||||||
<span class='ui-icon ui-icon-plusthick'></span>
|
<span class='ui-icon ui-icon-plusthick'></span>
|
||||||
</a>
|
</a>
|
||||||
<?php echo $this->element->getElement("sp_criteria_modifier_".$i."_".$j) ?>
|
<?php echo $this->element->getElement("sp_criteria_modifier_".$i."_".$j) ?>
|
||||||
|
|
|
@ -430,6 +430,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
||||||
width: 75px !important;
|
width: 75px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp_no_margins{
|
||||||
|
margin-left: 0px !important;
|
||||||
|
margin-right: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
input.input_text.sp_input_text{
|
input.input_text.sp_input_text{
|
||||||
width: 200px !important;
|
width: 200px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue