mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-20 17:52: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
|
||||
for (i = 0; i < tr.length; i++) {
|
||||
txtFound = false;
|
||||
txtFound = true;
|
||||
tds = tr[i].getElementsByTagName("td");
|
||||
for (j = 0; j < tds.length; j++) {
|
||||
td = tds[j];
|
||||
|
@ -9,7 +9,8 @@
|
||||
#tableDivTag {
|
||||
padding-top: 5px;
|
||||
padding-left: 125px;
|
||||
padding-right: 150px;
|
||||
padding-bottom: 15px;
|
||||
margin-right: 125px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user