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

SitesManager.less « stylesheets « SitesManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3b4e48b059a95452be2688acee29860c3a71ef (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
.trackingHelp {
    ul {
        padding-left: 40px;
        list-style-type: square;
        li {
            margin-bottom: 10px;
        }
    }
    h2 {
        margin-top: 20px;
    }
    p {
        text-align: justify;
    }
}

.SitesManager {

    .sitesManagerList {

        .site {
            .title {
                font-size: 11px;
                text-transform: uppercase;
            }
            h4, .link_but {
                color: @theme-color-text;
            }
        }
        .editingSite {
            .editingSiteFooter {
                padding: 15px;
                margin: 0 -15px -15px;
            }
        }
    }

    .visible {
        visibility: visible;
    }
    .hide_only {
        visibility: hidden;
    }

    .search_ico {
        cursor: pointer;
        display: block;
        left: 205px;
        margin: -32px 0 17px -21px;
        position: relative;
    }

    .sitesButtonBar {
        width: 100%;
        text-align: center;
    }
    .bottomButtonBar {
        margin-top: 7px;
    }
    .addSite {
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .paging {
        text-align: center;
        display: inline-block;
        min-width: 400px;
        margin-top: 8px;

        .counter {
            margin-left: 10px;
            margin-right: 10px;
        }
    }

    .search {
        display: inline-block;
        text-align: right;
        float: right;

        input {
            padding-right: 29px;
            width: 205px;
            margin-bottom: 7px;
        }
    }
}

td.editable-site-field:hover {
    cursor: pointer;
}

.link_but:hover {
    cursor: pointer;
}
.link_but:hover > span {
    text-decoration: underline;
}

.site-without-data {
    h2 {
        border-bottom: 1px solid @theme-color-background-tinyContrast;
        margin: 25px 0;
        padding: 0 0 5px 0;
        font-size: 24px;
    }
    h3 {
        margin: 15px 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: black;
    }
}

#js-visitor-cv-extra th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}