Add script 'get-openssl-version.sh'.
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
#plugin__logviewer {
|
||||
form {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin-top: -1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
dl {
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
|
||||
dt {
|
||||
display: flex;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.datetime {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.log {
|
||||
flex: 1 1 auto;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
span.file {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dd {
|
||||
font-size: 80%;
|
||||
white-space: nowrap;
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user