diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-13 00:43:47 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-13 00:43:47 +0100 |
commit | fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af (patch) | |
tree | f66188b95d3ad1dc0cbdaa99334acddb8d9b84a0 /assets/css/edit.css | |
parent | 0842a9b17c0b25e2f1f5eca9f15e79cfb293b4a1 (diff) | |
download | wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.tar.gz wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.zip |
templateoptions
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r-- | assets/css/edit.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 79b9dee..e9283b5 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -150,7 +150,7 @@ body { -section.editor { +main.editor { position: fixed; width: 100%; height: 100%; @@ -258,6 +258,14 @@ form#update { cursor: pointer; } +#external label { + width: 150px; + display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + @media (max-width: 600px) { .bar { display: none; |