summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-17 14:45:31 -0700
committerAndrew Godwin2022-12-17 14:45:31 -0700
commite8d6dccbb27a8611311b5f94f593b69bcca99528 (patch)
tree440901d8495f29e682d5fd08bb3ee4e44e983505 /static
parentb3b2c6effdd747db9076b3139963965f4718eee9 (diff)
downloadtakahe-e8d6dccbb27a8611311b5f94f593b69bcca99528.tar.gz
takahe-e8d6dccbb27a8611311b5f94f593b69bcca99528.tar.bz2
takahe-e8d6dccbb27a8611311b5f94f593b69bcca99528.zip
Report function and admin
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f525857..68efbdc 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -709,7 +709,9 @@ button,
}
button.delete,
-.button.delete {
+.button.delete,
+button.danger,
+.button.danger {
background: var(--color-delete);
}
@@ -833,6 +835,20 @@ table.metadata th {
font-weight: bold;
}
+table.buttons {
+ margin: -10px 0 10px 0;
+ text-align: left;
+}
+
+table.buttons th {
+ padding: 5px 20px 5px 0;
+ text-align: center;
+}
+
+table.buttons th button {
+ width: 100%;
+}
+
.stats {
margin: 0 0 20px 0;
}