diff options
author | friendica <info@friendica.com> | 2013-11-07 15:30:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-07 15:30:59 -0800 |
commit | cb37c0ce1421ecf5ddd00baee39b227307bb10b5 (patch) | |
tree | fca63a2c1300f35292bdc4de5c954d70aa02a6c0 /view/theme/redbasic/css | |
parent | 7381326b7a7a271da52464d15774a1309adb2bd5 (diff) | |
download | volse-hubzilla-cb37c0ce1421ecf5ddd00baee39b227307bb10b5.tar.gz volse-hubzilla-cb37c0ce1421ecf5ddd00baee39b227307bb10b5.tar.bz2 volse-hubzilla-cb37c0ce1421ecf5ddd00baee39b227307bb10b5.zip |
make PM expiry UI match the main post editor, e.g. JS input triggered by an icon rather than a scary looking text field
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1a556df06..a7e8f0717 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1711,11 +1711,13 @@ tr.mceLast { #prvmail-upload-wrapper, #prvmail-attach-wrapper, #prvmail-link-wrapper, +#prvmail-expire-wrapper, #prvmail-rotator-wrapper { float: left; margin-top: 10px; margin-right: 10px; width: 24px; + cursor: pointer; } #prvmail-end { |