summaryrefslogtreecommitdiffstats
path: root/res/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/main.css')
-rw-r--r--res/main.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/main.css b/res/main.css
index 9bf4562..91b67c6 100644
--- a/res/main.css
+++ b/res/main.css
@@ -135,6 +135,25 @@ textarea {
height: 7em;
}
+.submission {
+ background-color: aliceblue;
+ padding-bottom: 0.5em;
+}
+
+.submission .submissionSource {
+ background-color: #81D4FA;
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+}
+
+.submission .submissionContent {
+ margin-left: 0.5em;
+}
+
+.submission .submissionDelete {
+ margin-left: 0.5em;
+}
+
@media (max-width: 768px) {
.communitySidebar {
display: none; /* TODO still show this somewhere */