2016-08-21 14:46:23 +00:00
|
|
|
.length-break {
|
|
|
|
word-break: break-all !important;
|
2019-12-13 14:22:58 +00:00
|
|
|
width: 70% !important;
|
2016-08-21 14:46:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table td {
|
|
|
|
font-family:'Roboto Mono' !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*Fit default macbook screen*/
|
|
|
|
.small-box .icon {
|
|
|
|
font-size: 70px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: 5px 4px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Pretty JSON */
|
|
|
|
.json-pre {
|
|
|
|
background-color: ghostwhite;
|
|
|
|
border: 1px solid silver;
|
|
|
|
padding: 10px 20px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
.json-key {
|
|
|
|
color: brown;
|
|
|
|
}
|
|
|
|
.json-value {
|
|
|
|
color: navy;
|
|
|
|
}
|
|
|
|
.json-string {
|
|
|
|
color: olive;
|
|
|
|
}
|
|
|
|
|
2018-09-02 14:27:49 +00:00
|
|
|
.user-footer {
|
|
|
|
background-color: #222d32 !important;
|
2020-04-17 14:01:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ms-container {
|
|
|
|
background-size: 20px 20px;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-input {
|
|
|
|
width: 100%;
|
2023-02-20 17:49:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .image { padding-top: 0.7em; }
|
|
|
|
.sidebar .info { color: #fff; }
|
|
|
|
.sidebar .info p { margin: 0; }
|
|
|
|
.sidebar .info a { font-size: 0.8em; }
|
|
|
|
|
|
|
|
/* Global Styles */
|
|
|
|
table.records thead th, table.records tbody td { text-align: center; vertical-align: middle; }
|
|
|
|
table.records thead th:last-of-type { width: 50px; }
|
|
|
|
div.records > div.dataTables_wrapper > div.row:first-of-type { margin: 0 0.5em 0 0.5em; }
|
|
|
|
div.records > div.dataTables_wrapper > div.row:last-of-type { margin: 0.4em 0.5em 0.4em 0.5em; }
|
|
|
|
div.records > div.dataTables_wrapper table.dataTable { margin: 0 !important; }
|