mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix bad design that I shouldn't have ever added #1466
This commit is contained in:
81
unauthenticated/errors.css
Normal file
81
unauthenticated/errors.css
Normal file
@@ -0,0 +1,81 @@
|
||||
.err-head,
|
||||
.err-content,
|
||||
.err-body {
|
||||
font-family: Lucida Console, Courier, monospace;
|
||||
}
|
||||
|
||||
.err-head {
|
||||
color: #f12b2b;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
padding: 5px 2.5px 0;
|
||||
text-transform: uppercase;
|
||||
transform: scale(1, 1.5);
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.err-content {
|
||||
padding-left: 2.5px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.err-content,
|
||||
.err-body {
|
||||
font-size: 12.5px;
|
||||
}
|
||||
.err-head[data-fatal-error-text] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.err-stack caption,
|
||||
.err-stack > tbody > tr:first-child > td > b {
|
||||
color: #151515;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.err-stack > tbody > tr:first-child > td > b {
|
||||
border-bottom: 1px solid #151515;
|
||||
}
|
||||
|
||||
.err-stack > tbody > tr:first-child>td {
|
||||
font-family: unset;
|
||||
font-size: 14px;
|
||||
height: 25px;
|
||||
text-transform: uppercase;
|
||||
transform: scale(1, 1.2);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.err-stack {
|
||||
border: 1px dashed #151515
|
||||
}
|
||||
|
||||
.err-stack.captured {
|
||||
margin-left: 12px;
|
||||
width: auto
|
||||
}
|
||||
.err-stack tr td {
|
||||
font-family: Lucida Console, Courier, monospace;
|
||||
font-size: 13px;
|
||||
padding: 1px 10px;
|
||||
transform: scale(1, 1.15);
|
||||
}
|
||||
|
||||
.err-stack tr:not(:first-child) td.captured {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.err-stack > tr:first-child > td.captured {
|
||||
font-size: 96%;
|
||||
padding-bottom: 7px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.err-stack caption.err-head {
|
||||
padding:0 0 10px 0;
|
||||
}
|
||||
.err-stack caption.err-head.captured {
|
||||
color: #222;
|
||||
font-size:98%;
|
||||
}
|
||||
Reference in New Issue
Block a user