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
path: root/themes
diff options
context:
space:
mode:
authortemplate_devs <template_devs@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-19 23:12:56 +0400
committertemplate_devs <template_devs@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-19 23:12:56 +0400
commitddb363ea8954a67788568196c1852e41549235a9 (patch)
treee24fc487d6b9c11cf1b62581155576632736b690 /themes
parent4f8136a360db518fcdb6ef10b4c575dc807ba00b (diff)
fixed
- in All website dashboard, the font size is bigger now - IE: there could be a bit more right padding in the Actions URL table next to the expanding + icon - the full calendar div should be clickable (left/right pixels not clickable on calendar when folded) - The language selector appears below the website selector but I can't seem find a solution... maybe you can? I tried z-index on the language id span
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index a66565b5fc..c299236982 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -114,6 +114,10 @@ a {
}
#periodString #date{
cursor:pointer;
+ display:inline-block;
+ padding:5px 10px 6px 10px;
+ margin:-5px -10px -6px -10px;
+
}
#periodString #date img{
vertical-align:middle;
@@ -383,7 +387,14 @@ a {
padding:15px;
clear:both;
}
-#topBars{ position:absolute; top:0; right:0; z-index:20; color:#9c9c9c; white-space:nowrap; }
+#topBars{
+ position:absolute;
+ top:0;
+ right:0;
+ z-index:40;
+ color:#9c9c9c;
+ white-space:nowrap;
+}
#topRightBar {
float:left;