diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 19:49:41 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 19:51:41 +0100 |
commit | eb30a63c819ca50ebbc896eb293a0745dcd043be (patch) | |
tree | 45144b6d8e2a841de56d76c463e53c99ad029f02 /assets | |
parent | 36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 (diff) | |
download | wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.tar.gz wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.zip |
timeline message working
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 9d1c5a7..b58ad5b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -258,6 +258,16 @@ main.user table form { + + + +li.self.event { + text-align: right; +} + + + + @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 +284,5 @@ main.user table form { } + + |