src/widgets/KnowledgeConcierge.css
author veltr
Fri, 16 Nov 2012 17:36:56 +0100
changeset 982 cfcbac34d020
parent 964 d7d56ea2d0a6
child 983 97fef7a4b189
permissions -rw-r--r--
Added Multi Segments Widget

.Ldt-Kc-Slider {
    width: 100%; height: 8px; margin: 3px 0; font-size: 8px;
}

.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;
}