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:
authorThomas Steur <thomas.steur@gmail.com>2015-07-27 08:55:23 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-27 08:55:56 +0300
commitca77eb792eb03a354875f76b0787a3b872b0f21a (patch)
tree0ae692cf16810b8afbbd45754dfb72ccfe416f86 /plugins
parentc64818ed4676df6c094c9c5d88779ffe6cccbbd1 (diff)
refs #8431 added little padding right to the segment links and others in overlay screen
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Overlay/stylesheets/overlay.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/stylesheets/overlay.css b/plugins/Overlay/stylesheets/overlay.css
index e0357bfcdd..f27e425b21 100644
--- a/plugins/Overlay/stylesheets/overlay.css
+++ b/plugins/Overlay/stylesheets/overlay.css
@@ -73,7 +73,7 @@ a#overlayTransitions {
font-size: 13px;
line-height: 15px;
margin: 0 0 0 10px;
- padding: 8px 0 3px 25px;
+ padding: 8px 10px 3px 25px;
text-decoration: none;
}