diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-18 22:39:48 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-18 22:56:18 -0700 |
commit | 8c9c632d317ee272b1ad900eece3fb1aeaa003e8 (patch) | |
tree | 44bca69cb26a135faf3d17e0fa8c40b6982ffb68 /static | |
parent | 3c9f0621cd6d605de9beeacfc4703539f1590ab4 (diff) | |
download | patchfoo-8c9c632d317ee272b1ad900eece3fb1aeaa003e8.tar.gz patchfoo-8c9c632d317ee272b1ad900eece3fb1aeaa003e8.zip |
Move name fields next to the composer textarea
instead of in the preview area. This is to clarify that the name
completions are part of what is being composed.
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index c75ec2e..f376a38 100644 --- a/static/styles.css +++ b/static/styles.css @@ -141,6 +141,10 @@ td { padding: 0; } +.mentions li { + list-style-type: none; +} + .mention-id-input { width: 60ex; } |