remove sizing of history content div in JS. CSS to fix width and containing box problems.
This commit is contained in:
parent
5c0ba2e79b
commit
f7531d5da2
3 changed files with 9 additions and 23 deletions
|
@ -1,5 +1,12 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
#history_content {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
height: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.dataTables_filter input {
|
||||
width: 30%;
|
||||
}
|
||||
|
@ -26,4 +33,4 @@ div.his-timerange div {
|
|||
|
||||
table.dataTable tbody tr {
|
||||
cursor: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue