mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-24 05:55:11 +08:00
Minor UI tweaks to directory listings
This commit is contained in:
parent
bdd145b0de
commit
23f7f5ebba
|
@ -11,7 +11,7 @@ const defaultTemplate = `<!DOCTYPE html>
|
|||
|
||||
body {
|
||||
padding: 1% 2%;
|
||||
font: 16px sans-serif;
|
||||
font: 16px Arial;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -60,7 +60,7 @@ th {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
@media (max-width: 700px) {
|
||||
.hideable {
|
||||
display: none;
|
||||
}
|
||||
|
@ -71,7 +71,7 @@ th {
|
|||
|
||||
header,
|
||||
header h1 {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -80,7 +80,7 @@ th {
|
|||
width: 100%;
|
||||
background: #333;
|
||||
color: #FFF;
|
||||
padding: 10px;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -95,8 +95,8 @@ th {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 35px;
|
||||
height: 28px;
|
||||
width: 40px;
|
||||
height: 48px;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
|
@ -105,7 +105,7 @@ th {
|
|||
}
|
||||
|
||||
main {
|
||||
margin-top: 50px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user