make fulltext search form at least 330px

needed because the user selection will be cut off otherwise
This commit is contained in:
Uwe Steinmann 2015-08-13 08:17:39 +02:00
parent b692439165
commit 3687cceb3f

View File

@ -355,7 +355,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n"; echo "<div class=\"tab-pane ".(($fullsearch == true) ? 'active' : '')."\" id=\"fulltext\">\n";
$this->contentContainerStart(); $this->contentContainerStart();
?> ?>
<form action="../op/op.Search.php" name="form2" onsubmit="return checkForm();"> <form action="../op/op.Search.php" name="form2" onsubmit="return checkForm();" style="min-height: 330px;">
<input type="hidden" name="fullsearch" value="1" /> <input type="hidden" name="fullsearch" value="1" />
<table class="table-condensed"> <table class="table-condensed">
<tr> <tr>