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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-23 07:02:26 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-23 07:02:26 +0400
commit999f46479294713104c962bfe7469e9b6e7a4bbf (patch)
treea22e349d850bc2f2946a85a3cab373c4b6dc1809 /plugins/CoreHome/templates/styles.css
parent462d78c290f19dd691d9634bf2b17d2adc4446af (diff)
parentc0b42ff664a0846064df23db232ea774931ab7a3 (diff)
0.6.3?
Diffstat (limited to 'plugins/CoreHome/templates/styles.css')
-rw-r--r--plugins/CoreHome/templates/styles.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/plugins/CoreHome/templates/styles.css b/plugins/CoreHome/templates/styles.css
index 8db24b9a65..c3537c2cdb 100644
--- a/plugins/CoreHome/templates/styles.css
+++ b/plugins/CoreHome/templates/styles.css
@@ -11,10 +11,6 @@ h2 {
clear:both;
}
-h2 a {
- text-decoration:none;
-}
-
h3 {
font-size: 1.3em;
margin-top: 2em;
@@ -24,7 +20,6 @@ h3 {
p {
padding-bottom: 1em;
margin-right: 1em;
- margin-left:1em;
}
/* Content */
@@ -50,14 +45,26 @@ p {
padding-left:10px;
}
+#calendar {
+ display: block;
+}
+
/* Calendar*/
-div.ui-datepicker {
- font-size: 62.5%;
+.calendar td.dateToday,.calendar td.dateToday a {
+ font-weight: bold;
}
-.ui-datepicker-current-period a, .ui-datepicker-current-period a:link, .ui-datepicker-current-period a:visited {
- border: 1px solid #2E85FF;
+.calendar td.dateUsedStats,.calendar td.dateUsedStats a {
color: #2E85FF;
+ border-color: #2E85FF;
+}
+
+.calendar td.calendar_unselectable {
+ color: #F2F7FF;
+}
+
+.calendar {
+ line-height: 1.33;
}
#otherPeriods a {
@@ -85,7 +92,6 @@ div .sparkline {
margin-top:10px;
border-bottom:1px solid white;
}
-
.sparkline img {
vertical-align: middle;
padding-right: 10px;