summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 12:28:24 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 12:28:24 +0400
commit7415fcf2129c4ac0cfd814b0beb917e2372447f1 (patch)
tree95aba7e904eecea1378ecd4d0d3be40019e05e23 /css/cdm.css
parentda0f023745730ef2330f458945629e5ceaea89a5 (diff)
enable floating title for expandable combined mode, minor expandable mode fixes
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index c16cf28f1..98fd4edf6 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -110,6 +110,10 @@ div.cdm.expandable div.cdmHeader span.titleWrap {
max-width : 500px;
}
+div.cdm.expandable.active div.cdmHeader span.titleWrap {
+ white-space : normal;
+}
+
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;