summaryrefslogtreecommitdiff
path: root/misc/dashboard/godashboard/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dashboard/godashboard/static/style.css')
-rw-r--r--misc/dashboard/godashboard/static/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/dashboard/godashboard/static/style.css b/misc/dashboard/godashboard/static/style.css
index d6d23b536..ad7038c3d 100644
--- a/misc/dashboard/godashboard/static/style.css
+++ b/misc/dashboard/godashboard/static/style.css
@@ -116,3 +116,21 @@ div.paginate a.inactive {
td.time {
font-family: monospace;
}
+.notice {
+ padding: 10px;
+ margin: 10px;
+ border: 2px solid #FF6;
+ background: #900;
+ color: white;
+ text-align: center;
+}
+.notice a {
+ color: #FF6;
+}
+.unapproved a.name {
+ color: red;
+}
+.tag {
+ font-size: 0.8em;
+ color: #666;
+}