Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Apr 5, 2016
1 parent 7d5d078 commit 0001704
Show file tree
Hide file tree
Showing 7 changed files with 2,471 additions and 2,630 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"ignore": [],
"description": "Native AngularJS (Angular) directives for Bootstrap.",
"version": "1.2.5",
"version": "1.3.0",
"main": ["./ui-bootstrap-tpls.js"],
"dependencies": {
"angular": ">=1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-bootstrap",
"version": "1.2.5",
"version": "1.3.0",
"description": "Bootstrap widgets for Angular",
"main": "index.js",
"homepage": "http://angular-ui.github.io/bootstrap/",
Expand Down
34 changes: 19 additions & 15 deletions ui-bootstrap-csp.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
-webkit-transition: 0s ease-in-out left;
transition: 0s ease-in-out left
}
.uib-datepicker .uib-title {
width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
min-width: 100%;
}

.uib-left, .uib-right {
width: 100%
}

.uib-position-measure {
display: block !important;
visibility: hidden !important;
Expand All @@ -13,20 +25,16 @@
}

.uib-position-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.uib-datepicker .uib-title {
width: 100%;
position: absolute !important;
top: -9999px !important;
width: 50px !important;
height: 50px !important;
overflow: scroll !important;
}

.uib-day button, .uib-month button, .uib-year button {
min-width: 100%;
.uib-position-body-scrollbar-measure {
overflow: scroll !important;
}

.uib-datepicker-popup.dropdown-menu {
display: block;
float: none;
Expand All @@ -37,10 +45,6 @@
padding: 10px 9px 2px;
}

.uib-left, .uib-right {
width: 100%
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
Expand Down
Loading

0 comments on commit 0001704

Please sign in to comment.