-smart block criteria UI change for small screen resolution
This commit is contained in:
parent
d5a2fc93e1
commit
a75a12a198
|
@ -1,6 +1,7 @@
|
|||
<form id="smart-block-form" method="post" action="">
|
||||
<fieldset class='toggle <?php echo $this->openOption ? "" : "closed"?>' id='smart_block_options'>
|
||||
<fieldset class='toggle <?php echo $this->openOption ? "" : "closed"?> sb-criteria-fieldset' id='smart_block_options'>
|
||||
<legend style='cursor: pointer;'><span class='ui-icon ui-icon-triangle-2-n-s'></span>Smart Block Options</legend>
|
||||
|
||||
<dl class='zend_form search-criteria'>
|
||||
<div class='btn-toolbar clearfix'>
|
||||
<div class='btn-group pull-right'>
|
||||
|
@ -100,8 +101,8 @@
|
|||
?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
|
@ -2278,6 +2278,10 @@ fieldset.closed, fieldset.display_field.closed {
|
|||
margin-bottom: -6px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
fieldset.sb-criteria-fieldset{
|
||||
min-width:670px;
|
||||
overflow-x:auto;
|
||||
}
|
||||
|
||||
fieldset.closed dl, fieldset.closed textarea, fieldset.closed div, fieldset.closed h2 {
|
||||
display:none;
|
||||
|
|
Loading…
Reference in New Issue