* Fix bug #12445.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
form {margin-right: 30px;}
|
||||
|
||||
.chosen-container .chosen-results {max-height: 180px;}
|
||||
|
||||
#whiteListBox div.input-group {margin-bottom: 2px;}
|
||||
#whiteListBox .input-group:last-child {margin-top: 10px;}
|
||||
|
||||
@@ -12,6 +12,11 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<?php include '../../common/view/chosen.html.php';?>
|
||||
<?php if($lib->type == 'product'):?>
|
||||
<style> .chosen-container .chosen-results {max-height: 180px;}</style>
|
||||
<?php else:?>
|
||||
<style> .chosen-container .chosen-results {max-height: 145px;}</style>
|
||||
<?php endif;?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block'>
|
||||
<div class='main-header'>
|
||||
|
||||
Reference in New Issue
Block a user