summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-05 22:58:28 +0400
committerAndrew Dolgov <[email protected]>2013-06-05 22:58:28 +0400
commitf8900c3171ddc31e9972e65e902262e6688fc0ff (patch)
tree23921e2848f4564f54b110e4ad15e17fd909fe23 /css/cdm.css
parent3e008206a6349733878e95dbead3cdc10125c16c (diff)
unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 830576dcb..dc9d62bd5 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -98,6 +98,13 @@ div.cdm.expandable.active {
background : white ! important;
}
+div.cdm.expandable div.cdmHeader span.titleWrap {
+ white-space : nowrap;
+ text-overflow : ellipsis;
+ overflow : hidden;
+ max-width : 500px;
+}
+
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;