summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 22:56:34 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 22:56:34 +0300
commit7adf937936d4433890941821bb3abc5dc3ac7073 (patch)
tree94dc6769c0649b6b1b7323fbce52a314d75c5c95 /plugins/shorten_expanded/init.css
parentc1d9cd3c22c58ce4a746f2718702c58c517a4c42 (diff)
shorten_expanded: use dojo button, don't break attachment dropdown, other fixes
Diffstat (limited to 'plugins/shorten_expanded/init.css')
-rw-r--r--plugins/shorten_expanded/init.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
index 920e38415..0966aa1f9 100644
--- a/plugins/shorten_expanded/init.css
+++ b/plugins/shorten_expanded/init.css
@@ -1,9 +1,9 @@
-div.contentSizeWrapper {
+.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
height : 800px;
}
-button.expandPrompt {
- margin-top : 20px;
+.expand-prompt {
+ margin-top : 16px;
}