aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-15 04:04:01 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-15 04:04:01 +0100
commit2ff846f7fb65998cd6cf151554434f56f116d4f2 (patch)
tree8106cf1744dc7545e1482fd98bae16ea3628c153 /assets/css/home.css
parent8e79f279938f0fff64ddd381d073c2c277dd2d5c (diff)
parentde195c2fca2f4b77a54be68fb58cd0ccee10a5b7 (diff)
downloadwcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.tar.gz
wcms-2ff846f7fb65998cd6cf151554434f56f116d4f2.zip
Merge branch 'implement-timeline' into develop
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 9d1c5a7..79f82d1 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -258,6 +258,63 @@ main.user table form {
+
+
+
+
+
+main.timeline ul {
+ list-style: none;
+ padding-inline-start: 0;
+}
+
+
+li.self.user {
+ text-align: right;
+}
+
+main.timeline li.event .eline {
+ display: inline-block;
+ margin: 0;
+}
+
+
+
+main.timeline p.eline {
+ background-color: white;
+ border-radius: 10px;
+ padding: 3px 7px;
+ font-family: sans-serif;
+}
+
+
+
+main.timeline textarea#message {
+ width: 100%;
+ max-width: unset;
+}
+
+
+
+li.event:hover span.details {
+ display: inline;
+}
+
+span.details {
+ display: none;
+}
+
+main.timeline li.event {
+ margin: 7px;
+}
+
+
+
+
+
+
+
+
@media (max-width: 600px) {
main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag {
display: none;
@@ -274,3 +331,5 @@ main.user table form {
}
+
+