Skip to content

Commit

Permalink
Workaround for datepicker using bootstrap 3 library.
Browse files Browse the repository at this point in the history
  • Loading branch information
vartija committed Mar 24, 2016
1 parent ee0a5da commit 5490fe3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions organisaatio-ui/src/main/webapp/css/organisaatio.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 5490fe3

Please sign in to comment.