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:
authordiosmosis <benaka@piwik.pro>2014-09-11 15:27:38 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-12 00:04:31 +0400
commita1960d288743d285b837eee97ed0c06600d00008 (patch)
treea5d7b6cdbea2ce7c0cbed420d974711a9b5cfb7e /plugins/Annotations
parent155a614fda9470645e86e24752e9f99a3417f60d (diff)
Refs #5976, more tweaks to CSS to get different datatable views to look correct.
Diffstat (limited to 'plugins/Annotations')
-rwxr-xr-xplugins/Annotations/stylesheets/annotations.less9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Annotations/stylesheets/annotations.less b/plugins/Annotations/stylesheets/annotations.less
index 9f06273e77..c92f96fe49 100755
--- a/plugins/Annotations/stylesheets/annotations.less
+++ b/plugins/Annotations/stylesheets/annotations.less
@@ -13,10 +13,6 @@
}
#content, .ui-dialog {
- .evolution-annotations {
- margin-top: -5px;
- margin-bottom: -5px;
- }
.evolution-annotations > span {
top: -1px;
position: absolute;
@@ -26,6 +22,11 @@
}
}
+.evolution-annotations {
+ margin-top: -5px;
+ margin-bottom: -5px;
+}
+
.ui-dialog .evolution-annotations > span {
top: 25px;
}