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-02-04 05:32:38 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-04 05:32:38 +0300
commitc1704506ac4e8a50da9d5905260898b43ccb745a (patch)
treead63bab576a544106ed3fa38515dc83657197d44 /plugins/Morpheus
parenteb444892b6ec63c292996f263a34e02eb3394d10 (diff)
refs #7129 fix year is not fully visible in chrome, removed date header which is not needed
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_jqueryUI.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_jqueryUI.less b/plugins/Morpheus/stylesheets/general/_jqueryUI.less
index e6aca7ff74..cff51214c5 100644
--- a/plugins/Morpheus/stylesheets/general/_jqueryUI.less
+++ b/plugins/Morpheus/stylesheets/general/_jqueryUI.less
@@ -190,6 +190,12 @@ td.ui-datepicker-other-month.ui-state-hover.ui-datepicker-current-period {
background: #978c7c !important;
}
+.ui-datepicker select.ui-datepicker-month {
+ width: 46%;
+}
+.ui-datepicker select.ui-datepicker-year {
+ width: 54%;
+}
.ui-datepicker-month:disabled {
border-color: #ccc !important;
background: #f5f3f0 !important;