$log_output .= qq(<tr class="r$ssid">
<td width="15%">$dtf<input id="y$id" type="hidden" value="$dty"/></td>
<td id="t$id" width="10%" class="tbl">$dth</td>
- <td id="v$id" class="log" width="40%">$log</td>
+ <td id="v$id"><div class="log">$log</div></td>
<td id="a$id" width="10%" class="tbl">$am</td>
<td id="c$id" width="10%" class="tbl">$ct</td>
);
}
#div_log {
- font-weight: bold;
+ font-weight: bold;
}
#div_srh {
text-align: center;
}
.log {
+ max-width:550px;
text-align: left;
word-wrap: break-word;
- padding-left: 5px;
+ white-space: normal;
+ padding-left: 5px;
+ overflow-y:hidden;
}
+.log::-webkit-scrollbar {
+ -webkit-appearance: none;
+}
+
+.log::-webkit-scrollbar:vertical {
+ width: 12px;
+}
+
+.log::-webkit-scrollbar:horizontal {
+ height: 12px;
+}
+
+.log::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ border: 2px solid white; /* should match background, can't be transparent */
+ background-color: rgba(0, 0, 0, .5);
+}
div#rz {
border: 1px solid black;
function fetchBackup() {
window.location = "config.cgi?bck=1";
+ setTimeout("location.reload(true);", 1000);
}
function deleteBackup() {
$('<div></div>').dialog({
}
.log {
+ max-width:550px;
text-align: left;
word-wrap: break-word;
- padding-left: 5px;
+ white-space: normal;
+ padding-left: 5px;
+ overflow-y:hidden;
+}
+
+
+.log::-webkit-scrollbar {
+ -webkit-appearance: none;
+}
+
+.log::-webkit-scrollbar:vertical {
+ width: 12px;
+}
+
+.log::-webkit-scrollbar:horizontal {
+ height: 12px;
+}
+
+.log::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ border: 2px solid white; /* should match background, can't be transparent */
+ background-color: rgba(0, 0, 0, .5);
}
div#rz {
}
.log {
+ max-width:550px;
text-align: left;
word-wrap: break-word;
- padding-left: 5px;
+ white-space: normal;
+ padding-left: 5px;
+ overflow-y:hidden;
+}
+
+
+.log::-webkit-scrollbar {
+ -webkit-appearance: none;
+}
+
+.log::-webkit-scrollbar:vertical {
+ width: 12px;
+}
+
+.log::-webkit-scrollbar:horizontal {
+ height: 12px;
+}
+
+.log::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ border: 2px solid white; /* should match background, can't be transparent */
+ background-color: rgba(0, 0, 0, .5);
}
#tag_FRM {
}
.log {
+ max-width:550px;
text-align: left;
word-wrap: break-word;
- padding-left: 5px;
+ white-space: normal;
+ padding-left: 5px;
+ overflow-y:hidden;
}
+.log::-webkit-scrollbar {
+ -webkit-appearance: none;
+}
+
+.log::-webkit-scrollbar:vertical {
+ width: 12px;
+}
+
+.log::-webkit-scrollbar:horizontal {
+ height: 12px;
+}
+
+.log::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ border: 2px solid white; /* should match background, can't be transparent */
+ background-color: rgba(0, 0, 0, .5);
+}
+
div#rz {
border: 1px solid black;