* Modify search page form stash.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.table-footer .pager {margin: 0px; height: 30px; padding-top: 10px;}
|
||||
.table-footer .pager .icon-play.icon-flip-horizontal:before {content:"\e314";}
|
||||
.table-footer .pager .icon-play:before {content:"\e315";}
|
||||
.modal.with-titlebar .modal-header {margin-bottom: 10px;}
|
||||
.modal.with-titlebar .modal-header, .no-stash {margin-bottom: 10px;}
|
||||
.modal.with-titlebar .modal-header .modal-title {display: block;}
|
||||
|
||||
.list {color: #333; background-color: #fff; border: solid #DDD 1px; border-radius: 3px;}
|
||||
|
||||
@@ -19,7 +19,7 @@ adjustMenuWidth();
|
||||
|
||||
<div class='row'>
|
||||
<div class='col-md-12'>
|
||||
<form method='post' action='<?php echo inlink('index')?>' style='margin-bottom:10px;'>
|
||||
<form method='post' action='<?php echo inlink('index')?>' class='no-stash'>
|
||||
<div class='input-group col-md-8 col-md-offset-2'>
|
||||
<span class='input-group-btn w-auto'><?php echo html::input('words', $words, "class='form-control'")?></span>
|
||||
<span class='input-group-btn select'><?php echo html::select('type[]', $typeList, $type, "class='form-control chosen' multiple")?></span>
|
||||
|
||||
Reference in New Issue
Block a user