mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-05-02 00:39:47 +00:00
Some html tweaks were made to the display and search functionality of the RIM event log page.
This commit is contained in:
parent
70c4d5aeff
commit
eed8e94c29
@ -330,7 +330,7 @@
|
|||||||
|
|
||||||
// Loop through all table rows, and hide those who don't match the search query
|
// Loop through all table rows, and hide those who don't match the search query
|
||||||
for (i = 0; i < tr.length; i++) {
|
for (i = 0; i < tr.length; i++) {
|
||||||
txtFound = false;
|
txtFound = true;
|
||||||
tds = tr[i].getElementsByTagName("td");
|
tds = tr[i].getElementsByTagName("td");
|
||||||
for (j = 0; j < tds.length; j++) {
|
for (j = 0; j < tds.length; j++) {
|
||||||
td = tds[j];
|
td = tds[j];
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
#tableDivTag {
|
#tableDivTag {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-left: 125px;
|
padding-left: 125px;
|
||||||
padding-right: 150px;
|
padding-bottom: 15px;
|
||||||
|
margin-right: 125px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user