From 5490fe3b7e94dae93616637479f1d119096b03f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petri=20Ryh=C3=A4nen?= Date: Thu, 24 Mar 2016 11:19:37 +0200 Subject: [PATCH] Workaround for datepicker using bootstrap 3 library. --- .../src/main/webapp/css/organisaatio.css | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/organisaatio-ui/src/main/webapp/css/organisaatio.css b/organisaatio-ui/src/main/webapp/css/organisaatio.css index 1f63ebe9d..d51d25c5d 100644 --- a/organisaatio-ui/src/main/webapp/css/organisaatio.css +++ b/organisaatio-ui/src/main/webapp/css/organisaatio.css @@ -1,3 +1,33 @@ +/*Override bootstrap 3 with bootstrap 2 class for datepicker*/ +.glyphicon-chevron-right { + display: inline-block; + width: 14px; + height: 14px; + margin-top: 1px; + *margin-right: .3em; + line-height: 14px; + vertical-align: text-top; + background-image: url("../img/glyphicons-halflings.png"); + /*background-position: 14px 14px;*/ + background-repeat: no-repeat; + background-position: -456px -72px; +} + +/*Override bootstrap 3 with bootstrap 2 class for datepicker*/ +.glyphicon-chevron-left { + display: inline-block; + width: 14px; + height: 14px; + margin-top: 1px; + *margin-right: .3em; + line-height: 14px; + vertical-align: text-top; + background-image: url("../img/glyphicons-halflings.png"); + /*background-position: 14px 14px;*/ + background-repeat: no-repeat; + background-position: -432px -72px; +} + .sr-only { position: absolute; width: 1px;