8000 1.2.0 · angular-ui/bootstrap-bower@3fa60d7 · GitHub
[go: up one dir, main page]

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

Commit 3fa60d7

Browse files
committed
1.2.0
1 parent c1020d8 commit 3fa60d7

File tree

7 files changed

+1230
-636
lines changed

7 files changed

+1230
-636
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"ignore": [],
1313
"description": "Native AngularJS (Angular) directives for Bootstrap.",
14-
"version": "1.1.2",
14+
"version": "1.2.0",
1515
"main": ["./ui-bootstrap-tpls.js"],
1616
"dependencies": {
1717
"angular": ">=1.4.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-bootstrap",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Bootstrap widgets for Angular",
55
"main": "index.js",
66
"homepage": "http://angular-ui.github.io/bootstrap/",

ui-bootstrap-csp.css

Lines changed: 47 additions & 0 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
-webkit-transition: 0s ease-in-out left;
55
transition: 0s ease-in-out left
66
}
7+
.uib-position-measure {
8+
display: block !important;
9+
visibility: hidden !important;
10+
position: absolute !important;
11+
top: -9999px !important;
12+
left: -9999px !important;
13+
}
14+
15+
.uib-position-scrollbar-measure {
16+
position: absolute;
17+
top: -9999px;
18+
width: 50px;
19+
height: 50px;
20+
overflow: scroll;
21+
}
722
.uib-datepicker .uib-title {
823
width: 100%;
924
}
@@ -14,12 +29,44 @@
1429

1530
.uib-datepicker-popup.dropdown-menu {
1631
display: block;
32+
float: none;
33+
margin: 0;
1734
}
1835

1936
.uib-button-bar {
2037
padding: 10px 9px 2px;
2138
}
2239

40+
.uib-left, .uib-right {
41+
width: 100%
42+
}
43+
44+
[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
45+
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
46+
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
47+
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
48+
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
49+
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
50+
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
51+
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
52+
[uib-popover-popup].popover.top-left > .arrow,
53+
[uib-popover-popup].popover.top-right > .arrow,
54+
[uib-popover-popup].popover.bottom-left > .arrow,
55+
[uib-popover-popup].popover.bottom-right > .arrow,
56+
[uib-popover-popup].popover.left-top > .arrow,
57+
[uib-popover-popup].popover.left-bottom > .arrow,
58+
[uib-popover-popup].popover.right-top > .arrow,
59+
[uib-popover-popup].popover.right-bottom > .arrow {
60+
top: auto;
61+
bottom: auto;
62+
left: auto;
63+
right: auto;
64+
margin: 0;
65+
}
66+
67+
[uib-popover-popup].popover {
68+
display: block !important;
69+
}
2370
.uib-time input {
2471
width: 50px;
2572
}

0 commit comments

Comments
 (0)
0