aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2022-07-11 20:46:14 +0200
committercbdev <cb@cbcdn.com>2022-07-11 20:46:14 +0200
commit83094a255627d55df2cd96d9c1b0be7a3ea2b198 (patch)
tree29bdab8a5cc22b95ab03983ac7b2a29403067337 /assets
parent596d683fc26e18e68f2a7a13520dd2b85674814b (diff)
downloadcargohold-83094a255627d55df2cd96d9c1b0be7a3ea2b198.tar.gz
cargohold-83094a255627d55df2cd96d9c1b0be7a3ea2b198.tar.bz2
cargohold-83094a255627d55df2cd96d9c1b0be7a3ea2b198.zip
Initial admin templates and logic
Diffstat (limited to 'assets')
-rw-r--r--assets/admin.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/assets/admin.css b/assets/admin.css
new file mode 100644
index 0000000..4fdc5fb
--- /dev/null
+++ b/assets/admin.css
@@ -0,0 +1,45 @@
+#dirlisting {
+ text-align: left;
+}
+
+#create {
+ text-align: center;
+ padding: 2em 2em 0 2em;
+}
+
+#message {
+ padding: 2em;
+ font-weight: bold;
+ font-size: 120%;
+ color: #302;
+ background-color: #df2266;
+ border-radius: 1em;
+ margin: 1em auto;
+ width: 50%;
+}
+
+div.entry {
+ padding: 0.5em;
+ margin: 0.5em;
+ background-color: #4467ae55;
+ display: flex;
+ vertical-align: center;
+}
+
+div.entry a.button {
+ padding: 0.5em;
+ background-color: #c8e;
+ text-decoration: none;
+ margin-left: 0.5em;
+ display: block;
+ border-radius: 0.5em;
+}
+
+a.delete {
+ background-color: #f79 !important;
+}
+
+a.directory {
+ text-decoration: none;
+ color: #aade88;
+}