summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-28 19:13:00 +0300
committerAndrew Dolgov <[email protected]>2017-02-28 19:13:00 +0300
commit4eb861026b8aed148f411a307cf7c0a48d0d15f0 (patch)
tree30f417d394de785ed5d40bb7cfdee679cfc68d89 /css
parentc348dcdc5faca033272fb39d3cc36086a85a0704 (diff)
add book description tooltips using qtip2
Diffstat (limited to 'css')
-rw-r--r--css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 5de7b47..b3231ad 100644
--- a/css/index.css
+++ b/css/index.css
@@ -23,3 +23,8 @@
text-overflow: ellipsis;
white-space : nowrap;
}
+
+.qtip-custom {
+ max-height : 250px;
+ overflow : auto;
+}