diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-11 12:28:24 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-11 12:28:24 +0400 |
| commit | 7415fcf2129c4ac0cfd814b0beb917e2372447f1 (patch) | |
| tree | 95aba7e904eecea1378ecd4d0d3be40019e05e23 /css | |
| parent | da0f023745730ef2330f458945629e5ceaea89a5 (diff) | |
enable floating title for expandable combined mode, minor expandable mode fixes
Diffstat (limited to 'css')
| -rw-r--r-- | css/cdm.css | 4 |
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; |