mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 04:26:05 +00:00
Pretty history details.
This commit is contained in:
@ -1,16 +1,34 @@
|
||||
.length-break {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
table td {
|
||||
font-family:'Roboto Mono' !important;
|
||||
}
|
||||
|
||||
/*Fit default macbook screen*/
|
||||
.small-box .icon {
|
||||
font-size: 70px !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 5px 4px !important;
|
||||
}
|
||||
.length-break {
|
||||
word-break: break-all !important;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user