diff -r 982d2226771c -r cfcbac34d020 src/widgets/KnowledgeConcierge.css --- a/src/widgets/KnowledgeConcierge.css Fri Nov 09 15:27:52 2012 +0100 +++ b/src/widgets/KnowledgeConcierge.css Fri Nov 16 17:36:56 2012 +0100 @@ -5,3 +5,67 @@ .Ldt-Kc-Canvas { border: 1px solid #999999; } + +.Ldt-Kc-Related { + display: none; +} + +.Ldt-Kc-Related-Item { + width: 235px; float: left; margin: 4px 0; padding: 4px 0; +} + +.Ldt-Kc-Related-Item:hover { + background: #e8e8e8; +} + +.Ldt-Kc-Related-Item:nth-child(even) { + margin-left: 10px; +} + +.Ldt-Kc-Related-Item a { + text-decoration: none; +} + +.Ldt-Kc-Related-Item img { + max-width: 80px; max-height: 60px; float: left; +} + +.Ldt-Kc-Related-Item h3, p { + margin: 0 0 5px 85px; +} + +.Ldt-Kc-Related-Item h3 { + font-size: 14px; font-weight: 600; +} + +.Ldt-Kc-Related-Item h3 a { + color: #330099; +} + +.Ldt-Kc-Related-Item h3 a:hover { + text-decoration: underline; +} + +.Ldt-Kc-Related-Item p { + font-size: 12px; +} + +.Ldt-Kc-Item-Duration { + color: #c00000; +} + +.Ldt-Kc-Row { + border-bottom: 1px solid #CCCCCC; + clear: both; float: left; width: 100%; +} + +.Ldt-Kc-Clearer { + clear: both; +} + +.Ldt-Kc-Waiting { + display: none; + height: 128px; + width: 100%; + background:url(img/loader.gif) center no-repeat; +}