mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
filter, rule grid use table-condensed to increase readability.
This commit is contained in:
parent
1af4267a9b
commit
c16129ad24
@ -512,7 +512,7 @@ $( document ).ready(function() {
|
||||
<input type="hidden" id="id" name="id" value="" />
|
||||
<input type="hidden" id="action" name="act" value="" />
|
||||
<div class="table-responsive" >
|
||||
<table class="table table-striped table-hover" id="rules">
|
||||
<table class="table table-striped table-condensed table-hover" id="rules">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" id="selectAll"></th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user