| .inlineHelp { | |
| display: none; | |
| } | |
| .enrichedHeadline { | |
| min-height: 22px; | |
| a.title { | |
| cursor: pointer; | |
| } | |
| .title { | |
| display: inline-block; | |
| } | |
| .inlineHelp { | |
| display: block; | |
| background: @theme-color-background-base; | |
| font-size: 12px; | |
| line-height: 1.1; | |
| font-weight: normal; | |
| border: 1px solid @theme-color-border-alternative; | |
| margin: 10px 0 10px 0; | |
| padding: 10px; | |
| border-radius: 2px; | |
| .readMore { | |
| margin-top: 10px; | |
| display: inline-block; | |
| font-weight: bold; | |
| } | |
| } | |
| .iconsBar { | |
| line-height: 1 ; | |
| } | |
| .ratingIcons { | |
| display: inline-block; | |
| vertical-align: middle; | |
| margin-left: 6px; | |
| img { | |
| filter: @theme-filter-on-illustration; | |
| } | |
| } | |
| .helpIcon { | |
| cursor: pointer; | |
| display: inline-block; | |
| margin-bottom: -1px; | |
| margin-left: 8px; | |
| opacity: 0.4; | |
| font-size: 16px; | |
| color: @theme-color-text-light ; | |
| text-decoration: none; | |
| &:hover, &.active { | |
| color: @theme-color-link ; | |
| opacity: 0.9; | |
| text-decoration: none; | |
| } | |
| } | |
| } | |