diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-08 02:17:18 +0100 |
commit | e7747bf975a8523be7756a71d1b5166f5229363b (patch) | |
tree | 74e69eebf29c7c963a8ef36d3aed4d0470a3cbdd /assets | |
parent | 4b30e32dba3a53f02f2c5b5360ed73d1a023a5df (diff) | |
download | wcms-e7747bf975a8523be7756a71d1b5166f5229363b.tar.gz wcms-e7747bf975a8523be7756a71d1b5166f5229363b.zip |
mini help
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index e9283b5..be812a3 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -266,6 +266,33 @@ form#update { text-overflow: ellipsis; } +#help kbd { + border: 1px solid; + padding: 3px 6px; + background-color: lightgrey; + box-shadow: 3px 3px #00000087; +} + +#help div { + padding: 2%; +} + +#help code { + background-color: #1b1b1b; + color: white; + padding: 2px; + margin-right: 5px; +} + +#help code i { + color: #7b97b9; +} + + +#help li { + margin-bottom: 8px; +} + @media (max-width: 600px) { .bar { display: none; @@ -279,4 +306,5 @@ form#update { display: none; } -}
\ No newline at end of file +} + |