This commit is contained in:
tianshujie
2022-09-09 10:10:17 +08:00
parent adb25f92b3
commit 490c0f8791
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
#whiteListBox .input-group:last-child {margin-top: 10px;}
#module_chosen.chosen-container .chosen-results {max-height: 200px;}
+1 -1
View File
@@ -9,7 +9,7 @@
.no-content-button a:nth-child(2) {margin-left: 20px;}
.cell .detail .detail-title {padding-left: 5px; list-style: none;}
.menu-actions {position: relative; float: right; top: -34px; right: -15px; padding: 7px 8px;}
.menu-actions {position: absolute; top: 7px; right: 45px; padding: 7px 8px;}
.detail ul {position: relative;}
.tail-info {position: absolute; right: 0; padding-left: 10px; padding-top: 1px;}
.tail-info, .doc-title, span.item {background: #fff;}
+1 -1
View File
@@ -31,7 +31,7 @@
<tr>
<th><?php echo $lang->doc->module;?></th>
<td>
<span id='moduleBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "class='form-control chosen'");?></span>
<span id='moduleBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "class='form-control chosen' data-drop_direction='down'");?></span>
</td><td></td>
</tr>
<tr>