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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-09-05 03:24:26 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-09-05 03:24:26 +0400
commit2df5feb0cd4a17f3243dc710aa76320be5f852c5 (patch)
treee3dbb8c697624c393bfbcc19afcbc23283cb8261 /themes
parent911dfd6ec31de47eb05e8a87b535d9bda260265c (diff)
Refactoring Widget and Menu code (in core and all plugins)
Commit patch by Maciej adding support for multiple lines plotting Cleaning Date object + small other code improvements
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index 6e16358248..bd31b943d2 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -63,9 +63,16 @@ a {
display: none;
}
+#otherPeriods {
+ display:none;
+}
#periodString #date, #periodString #periods, #periodString #date a, #periodString #periods a {
color: #520202;
font-size: 15pt;
+ text-decoration:none;
+}
+#periodString #periods a:hover {
+ text-decoration:underline;
}
#periodString {
padding-top: 2em;
@@ -114,6 +121,7 @@ a {
font-weight: bold;
color: #F88D22;
padding-left:1em;
+ clear:both;
}
.topBarElem {
height: 22px;