Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Jun 8, 2015
1 parent 35309c6 commit e1f8eff
Show file tree
Hide file tree
Showing 11 changed files with 1,400 additions and 656 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-bootstrap-calendar",
"version": "0.10.7",
"version": "0.11.0",
"homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar",
"authors": [
"Matt Lewis"
Expand Down
59 changes: 25 additions & 34 deletions dist/css/angular-bootstrap-calendar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day
* @version v0.10.7
* @version v0.11.0
* @link https://github.com/mattlewis92/angular-bootstrap-calendar
* @license MIT
*/
Expand Down Expand Up @@ -208,57 +208,42 @@
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
z-index: 1000;
}
.cal-slide-content ul.unstyled {
margin-bottom: 0;
}
.cal-slide-content ul li.dragging-active .event-item {
color: black;
}
.cal-week-box {
position: relative;
}
.cal-week-box [data-event-class] {
white-space: nowrap;
height: 30px;
margin: 1px 1px;
line-height: 30px;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 10px;
padding-top: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
font-size: 12px;
padding: 0 3px !important;
}
.cal-week-box .cal-column {
position: absolute;
height: 100%;
z-index: -1;
.cal-week-box .cal-day-panel {
border: 0px !important;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
position: relative;
.cal-week-box.cal-day-box .cal-row-head {
padding-left: 60px;
}
.cal-week-box .arrow-after:after {
content: "";
position: absolute;
top: 0px;
width: 0;
height: 0;
right: 0;
border-top: 15px solid #ffffff;
border-left: 8px solid;
border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
content: "";
position: absolute;
top: 0px;
width: 0;
height: 0;
left: 1px;
border-top: 15px solid transparent;
border-left: 8px solid #FFFFFF;
border-bottom: 15px solid transparent;
.cal-week-box.cal-day-box .cal-day-panel {
overflow-x: hidden;
}
.cal-day-box {
text-wrap: none;
overflow-x: auto !important;
overflow-y: hidden;
}
.cal-day-box .cal-day-hour-part {
height: 30px;
Expand All @@ -271,14 +256,16 @@
height: 30px;
}
.cal-day-box .cal-hours {
font-weight: bolder;
font-weight: bold;
font-size: 12px;
}
.cal-day-box .cal-day-hour:nth-child(odd) {
background-color: #fafafa;
}
.cal-day-box .cal-day-panel {
position: relative;
padding-left: 60px;
border: solid 1px #e1e1e1;
}
.cal-day-box .cal-day-panel-hour {
position: absolute;
Expand All @@ -289,9 +276,11 @@
position: absolute;
width: 150px;
overflow: hidden;
padding: 2px 3px !important;
}
.cal-day-box .day-event a {
font-size: 12px;
text-overflow: ellipsis;
}
.cal-day-box .day-highlight {
padding-top: 2px;
Expand Down Expand Up @@ -409,7 +398,9 @@
height: 100px;
}
[class*="cal-cell"]:hover,
.cell-focus {
.cell-focus,
[class*="cal-cell"] .drop-active,
.cal-cell.drop-active {
background-color: #ededed;
}
.cal-year-box [class*="span"],
Expand Down
4 changes: 2 additions & 2 deletions dist/css/angular-bootstrap-calendar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/angular-bootstrap-calendar.min.css.map

Large diffs are not rendered by default.

995 changes: 686 additions & 309 deletions dist/js/angular-bootstrap-calendar-tpls.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/angular-bootstrap-calendar-tpls.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/angular-bootstrap-calendar-tpls.min.js.map

Large diffs are not rendered by default.

0 comments on commit e1f8eff

Please sign in to comment.