summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-31 18:58:56 +0400
committerAndrew Dolgov <[email protected]>2013-07-31 18:58:56 +0400
commit2fdbff069f93a60db19f70d95a8f7c69d826bf53 (patch)
tree705b435528a186bd44ac491e55530b79939e1c83 /plugins/shorten_expanded/init.css
parenta447f4e40aac4210c9b7d3c7a9942a7c798a1695 (diff)
add experimental plugin to shorten articles which are too damn long in expanded cdm
Diffstat (limited to 'plugins/shorten_expanded/init.css')
-rw-r--r--plugins/shorten_expanded/init.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
new file mode 100644
index 000000000..5e1bfa8f3
--- /dev/null
+++ b/plugins/shorten_expanded/init.css
@@ -0,0 +1,9 @@
+div.contentSizeWrapper {
+ overflow : hidden;
+ text-overflow: ellipsis;
+ height : 700px;
+}
+
+button.expandPrompt {
+ margin-top : 20px;
+}