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

jsTrackingGenerator.css « stylesheets « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2686567b3d8a5cb734a904de17950cc8b0f1018e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#javascript-output-section textarea, #image-link-output-section textarea {
    width: 100%;
    display: block;
    font-family: "Courier New", Courier, monospace;
}
#javascript-output-section textarea {
    height: 312px;
}
#image-link-output-section textarea {
    height: 92px;
}

#image-tracking-text {
    padding-top: 10px;
}

#js-campaign-query-param-extra .form-group {
    /* terrible hack for a bug... */
    width: 600px;
}