Welcome to mirror list, hosted at ThFree Co, Russian Federation.

enrichedheadline.directive.less « enrichedheadline « angularjs « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0548094018ea0999fb090e3f43add8003c89dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.inlineHelp {
    display: none;
}

[piwik-enriched-headline] {
    visibility: hidden;
    height: 47px;
}

[piwik-enriched-headline].ng-isolate-scope {
    visibility: visible;
    height: auto;
}

.enrichedHeadline {
    min-height: 22px;

    a.title {
        cursor: pointer;
    }

    .title {
        display:inline-block;
    }

    .inlineHelp {
        display: block;
        background: #F7F7F7;
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #E4E5E4;
        margin: 10px 0 10px 0;
        padding: 10px;
        border-radius: 2px;

        .readMore {
            margin-top: 10px;
            display: inline-block;
            font-weight: bold;
        }
    }
    .iconsBar {
        line-height: 1 !important;
    }

    .ratingIcons {
        display: inline-block;
        vertical-align: middle;
    }

    .helpIcon {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 -1px 4px;
        opacity: 0.3;
        font-size: 15px;
        color: @theme-color-text-light;
        &:hover {
            opacity: 0.9;
            text-decoration: none;
        }
    }
}