diff options
Diffstat (limited to 'public/assets/stylesheets/staff.css')
| -rw-r--r-- | public/assets/stylesheets/staff.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css index de31571..fffadbf 100644 --- a/public/assets/stylesheets/staff.css +++ b/public/assets/stylesheets/staff.css @@ -67,10 +67,26 @@ hr { .staff .body a { border-bottom: 1px dotted; } -.staff .editLinks a { +.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; } |
