summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/staff.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/staff.css')
-rw-r--r--public/assets/stylesheets/staff.css40
1 files changed, 39 insertions, 1 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
index de31571..7ae4a1e 100644
--- a/public/assets/stylesheets/staff.css
+++ b/public/assets/stylesheets/staff.css
@@ -30,6 +30,23 @@ nav {
nav a {
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: 10px auto 10px;
@@ -62,15 +79,36 @@ hr {
user-select: none;
}
.staff {
+ background: white;
font-size: 15px;
}
+.staff hr {
+ border: 1px solid black;
+ border-top: 0;
+}
.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;
}