Skip to content

Commit

Permalink
Upgrade to release v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed May 12, 2015
1 parent f81ed3e commit 10e8dde
Show file tree
Hide file tree
Showing 92 changed files with 6,944 additions and 6,777 deletions.
9 changes: 9 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.6.3
=============
**Date:** 12-May-2015

- (enh #31): Add Ukranian translations.
- (enh #32): Add Portugese translations.
- (enh #36): Add Polish translations.
- (enh #38): Update to latest release of bootstrap-datarangepicker plugin.

Version 1.6.2
=============
**Date:** 02-Mar-2015
Expand Down
2 changes: 1 addition & 1 deletion assets/css/daterangepicker-kv.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @version 1.6.3
*
* Custom styling for DateRangePicker
*
Expand All @@ -8,7 +9,6 @@
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/

.drp-container .glyphicon, .drp-container .caret {
cursor:pointer;
}
1 change: 1 addition & 0 deletions assets/css/daterangepicker-kv.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @version 1.6.3
*
* Custom styling for DateRangePicker
*
Expand Down
16 changes: 16 additions & 0 deletions assets/css/daterangepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,22 @@
content: '';
}

.daterangepicker.dropup{
margin-top: -5px;
}
.daterangepicker.dropup:before{
top: initial;
bottom:-7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after{
top: initial;
bottom:-6px;
border-bottom: initial;
border-top: 6px solid #fff;
}

.daterangepicker table {
width: 100%;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/daterangepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 10e8dde

Please sign in to comment.