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 Aubry <mattab@users.noreply.github.com>2016-09-27 00:41:55 +0300
committerGitHub <noreply@github.com>2016-09-27 00:41:55 +0300
commit947a78cde33138640c9a670afb32ef85b71338f5 (patch)
tree1d3d871d39e08dc5c171a6b1e0b5734cd4526eb8 /plugins/CoreAdminHome/stylesheets
parent3b09e9abc1f255a3d14c7db98b49894bbab02096 (diff)
Various minor tweaks to 3.x (#10566)
* Remove code block height as it looks better to let the browser set height automatically (ie. no scroll bar) * Remove deprecated code * UI tests: nicer code block * select on focus the tracking code
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
index 0c591087b0..b7dee89bdb 100644
--- a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
+++ b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
@@ -1,7 +1,3 @@
-#javascript-output-section .codeblock {
- height: 312px;
-}
-
#image-link-output-section .codeblock {
height: 92px;
}