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-09-09 17:53:39 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-07 14:42:28 +0300
commit10d482f1d3deb4c717fbb87f523428196634a326 (patch)
treefe4ba19fe7a69afed399812fdeed70e123e79579 /plugins/Overlay
parent8d2e4b1d1ae867b8a1fedcc0d937ef2ad00431b0 (diff)
Left menu design
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/stylesheets/overlay.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/Overlay/stylesheets/overlay.css b/plugins/Overlay/stylesheets/overlay.css
index d3db1a5126..4e30660775 100644
--- a/plugins/Overlay/stylesheets/overlay.css
+++ b/plugins/Overlay/stylesheets/overlay.css
@@ -23,7 +23,7 @@ a#overlayTitle {
font-size: 12px;
text-decoration: none;
color: #4d4d4d;
- margin-left: 15px;
+ margin-left: 10px;
}
a#overlayTitle .icon-help {
margin-left: 4px;
@@ -146,10 +146,16 @@ body .ui-tooltip.overlayTooltip {
font-weight: bold;
}
-#topBars {
+.navbar .navbar-right {
+ display: none;
+}
+
+.top_controls {
display: none;
}
.overlay-sidebar-container {
width: 220px;
+ margin-left: -16px;
+ margin-top: 10px;
}