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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-29 20:05:50 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-02 12:20:55 +0300
commit70fa0e4cdcfda6e28a7c4d03548ee14c4bdf5c01 (patch)
treeabd4106a50ec8415aa37d222224303342e3091be /plugins/CoreAdminHome/stylesheets
parent2fee3f7e9006c19d5f54213e94513a9e88804563 (diff)
#7960 Applied the new form design to "JavaScript Tracking Code" page
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css68
1 files changed, 2 insertions, 66 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
index 2aeafbbe6b..086d095d9f 100644
--- a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
+++ b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
@@ -1,79 +1,15 @@
#javascript-output-section textarea, #image-link-output-section textarea {
width: 100%;
display: block;
- color: #111;
font-family: "Courier New", Courier, monospace;
-
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
}
-
#javascript-output-section textarea {
height: 256px;
}
-
#image-link-output-section textarea {
height: 128px;
}
-label {
- margin-right: .35em;
- display: inline-block;
-}
-
-#optional-js-tracking-options>tbody>tr>td, #image-tracking-section>tbody>tr>td {
- width: 488px;
- max-width: 488px;
-}
-
-.custom-variable-name, .custom-variable-value {
- width: 100px;
-}
-
-h3 {
- margin-top: 0;
-}
-
-.small-form-description {
- color: #666;
- font-size: 1em;
- font-style: italic;
- margin-left: 4em;
-}
-
-.tracking-option-section {
- margin-bottom: 1.5em;
-}
-
-#javascript-output-section, #image-link-output-section {
- padding-top: 1em;
-}
-
-#optional-js-tracking-options th, #image-tracking-section th {
- text-align: left;
-}
-
-#js-visitor-cv-extra, #js-page-cv-extra, #js-campaign-query-param-extra {
- margin-left: 1em;
-}
-
-#js-visitor-cv-extra td, #js-page-cv-extra td, #js-campaign-query-param-extra td {
- vertical-align: middle;
-}
-
-.revenue {
- width: 32px;
-}
-
-.goal-picker {
- height: 1.2em;
-}
-
-.goal-picker select {
- width: 128px;
-}
-
-#js-campaign-query-param-extra input {
- width: 72px;
+#image-tracking-text {
+ padding-top: 10px;
}