src/widgets/KnowledgeConcierge.css
changeset 982 cfcbac34d020
parent 964 d7d56ea2d0a6
child 983 97fef7a4b189
equal deleted inserted replaced
981:982d2226771c 982:cfcbac34d020
     3 }
     3 }
     4 
     4 
     5 .Ldt-Kc-Canvas {
     5 .Ldt-Kc-Canvas {
     6     border: 1px solid #999999;
     6     border: 1px solid #999999;
     7 }
     7 }
       
     8 
       
     9 .Ldt-Kc-Related {
       
    10     display: none;
       
    11 }
       
    12 
       
    13 .Ldt-Kc-Related-Item {
       
    14     width: 235px; float: left; margin: 4px 0; padding: 4px 0;
       
    15 }
       
    16 
       
    17 .Ldt-Kc-Related-Item:hover {
       
    18     background: #e8e8e8;
       
    19 }
       
    20 
       
    21 .Ldt-Kc-Related-Item:nth-child(even) {
       
    22     margin-left: 10px;
       
    23 }
       
    24 
       
    25 .Ldt-Kc-Related-Item a {
       
    26     text-decoration: none;
       
    27 }
       
    28 
       
    29 .Ldt-Kc-Related-Item img {
       
    30     max-width: 80px; max-height: 60px; float: left;
       
    31 }
       
    32 
       
    33 .Ldt-Kc-Related-Item h3, p {
       
    34     margin: 0 0 5px 85px;
       
    35 }
       
    36 
       
    37 .Ldt-Kc-Related-Item h3 {
       
    38     font-size: 14px; font-weight: 600;
       
    39 }
       
    40 
       
    41 .Ldt-Kc-Related-Item h3 a {
       
    42      color: #330099;
       
    43 }
       
    44 
       
    45 .Ldt-Kc-Related-Item h3 a:hover {
       
    46     text-decoration: underline;
       
    47 }
       
    48 
       
    49 .Ldt-Kc-Related-Item p {
       
    50     font-size: 12px;
       
    51 }
       
    52 
       
    53 .Ldt-Kc-Item-Duration {
       
    54     color: #c00000;
       
    55 }
       
    56 
       
    57 .Ldt-Kc-Row {
       
    58     border-bottom: 1px solid #CCCCCC;
       
    59     clear: both; float: left; width: 100%;
       
    60 }
       
    61 
       
    62 .Ldt-Kc-Clearer {
       
    63     clear: both;
       
    64 }
       
    65 
       
    66 .Ldt-Kc-Waiting {
       
    67     display: none;
       
    68     height: 128px;
       
    69     width: 100%;
       
    70     background:url(img/loader.gif) center no-repeat;
       
    71 }