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:
authorsgiehl <stefan@piwik.org>2013-08-13 12:27:41 +0400
committersgiehl <stefan@piwik.org>2013-08-13 12:27:41 +0400
commit2703250445b70976ed67adf92a20c2727e2c9d56 (patch)
tree1ccb04ba158b7ece88936cb13cb736573323765e /plugins/Zeitgeist
parentae1df6040210639c6b971042585d5e949e8f9c6d (diff)
fixed small css issue
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/base.css2
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_headerMessage.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Zeitgeist/stylesheets/base.css b/plugins/Zeitgeist/stylesheets/base.css
index 3eea5ab03a..8c3f185b09 100644
--- a/plugins/Zeitgeist/stylesheets/base.css
+++ b/plugins/Zeitgeist/stylesheets/base.css
@@ -559,7 +559,7 @@ body .ui-tooltip.small {
#header_message:hover, #header_message.active {
width: auto;
height: auto;
- z-index: 35;
+ z-index: 150;
}
#header_message .header_short {
display: block;
diff --git a/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less b/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
index 7941861a90..3d8a672eeb 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
@@ -23,7 +23,7 @@
#header_message.active {
width: auto;
height: auto;
- z-index: 35;
+ z-index: 150;
}
#header_message .header_short {