diff options
Diffstat (limited to 'public/assets/stylesheets/staff.css')
| -rw-r--r-- | public/assets/stylesheets/staff.css | 51 |
1 files changed, 47 insertions, 4 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css index aa21f9b..7ae4a1e 100644 --- a/public/assets/stylesheets/staff.css +++ b/public/assets/stylesheets/staff.css @@ -28,15 +28,33 @@ nav { text-align: left; } nav a { - padding-left: 20px; + margin-left: 10px; +} +nav.subnav { + background: white; + padding: 10px; + font-weight: 200; + font-size: 12px; +} +.alphabet a { + margin-left: 5px; +} +.body .error { + color: #f00; + border: 1px solid #f00; + margin: 20px 5px 200px 5px; + padding: 10px; + width: 400px; + display: block; } hr { border: 1px solid #bbb; - margin: 5px auto 10px; + margin: 10px auto 10px; + background: transparent; } .body { width: 80%; - margin: 0 auto; + margin: 40px auto; } .json { display: none; @@ -61,10 +79,35 @@ hr { user-select: none; } .staff { + background: white; font-size: 15px; } -.staff .editLinks a { +.staff hr { + border: 1px solid black; + border-top: 0; +} +.staff .body a { + border-bottom: 1px dotted; +} +.staff .editLinks a, .staff a.bluelink { color: #00f; + border-bottom: 1px solid; +} +.staff form { + max-width: none; + width: 600px; + padding: 20px; +} +.staff form label { + float: none; +} +.staff form p { + width: 350px; + margin: 5px 0; + color: #444; +} +.staff form div li { + width: 180px; } #iframe-embed, #iframe-embed tr, #iframe-embed td { width: 79vw; |
