Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 5538bd5

Browse files
committed
css fix for days in calendar header
1 parent d9dd650 commit 5538bd5

6 files changed

+13
-13
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A datepicker directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <filippo.oretti@gmail.com",

dist/angular-datepicker.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-datepicker.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(function setUp(module, require) {
33
'use strict';
44

5-
require('./src/js/angular-datepicker');
5+
require('./dist/angular-datepicker');
66

77
module.exports = '720kb.datepicker';
88
}(module, require));

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A datepicker directive for angularjs.",
55
"homepage": "http://720kb.github.io/angular-datepicker",
66
"keywords": [

src/css/angular-datepicker.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ datepicker, .datepicker, [datepicker],
162162
border-bottom:1px solid rgba(0,0,0,0.02);
163163
}
164164
._720kb-datepicker-calendar-days-header div{
165-
width: 13.2%;
166-
font-weight: 500;
167-
font-size: 11.5px;
168-
padding:10px 0.5%;
169-
float:left;
170-
text-align: center;
171-
color:rgba(0,0,0,0.7);
165+
width: 14.18%;
166+
font-weight: 500;
167+
font-size: 11.5px;
168+
padding:10px 0;
169+
float:left;
170+
text-align: center;
171+
color:rgba(0,0,0,0.7);
172172
}
173173
._720kb-datepicker-calendar-days
174174
._720kb-datepicker-default-button{

0 commit comments

Comments
 (0)