8000 chore(release): 1.2.5 · angular-ui/bootstrap@4932f52 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 4932f52

Browse files
committed
chore(release): 1.2.5
1 parent f7fb971 commit 4932f52

33 files changed

+36728
-38
lines changed

assets/module-mapping.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/raw-files.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.html

Lines changed: 51 additions & 35 deletions
Large diffs are not rendered by default.

ui-bootstrap-1.2.5-csp.css

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
/* Include this file in your html if you are using the CSP mode. */
2+
3+
.ng-animate.item:not(.left):not(.right) {
4+
-webkit-transition: 0s ease-in-out left;
5+
transition: 0s ease-in-out left
6+
}
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+
}
22+
.uib-datepicker .uib-title {
23+
width: 100%;
24+
}
25+
26+
.uib-day button, .uib-month button, .uib-year button {
27+
min-width: 100%;
28+
}
29+
30+
.uib-datepicker-popup.dropdown-menu {
31+
display: block;
32+
float: none;
33+
margin: 0;
34+
}
35+
36+
.uib-button-bar {
37+
padding: 10px 9px 2px;
38+
}
39+
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-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
53+
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
54+
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
55+
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
56+
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
57+
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
58+
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
59+
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
60+
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
61+
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
62+
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
63+
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
64+
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
65+
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
66+
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
67+
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
68+
[uib-popover-popup].popover.top-left > .arrow,
69+
[uib-popover-popup].popover.top-right > .arrow,
70+
[uib-popover-popup].popover.bottom-left > .arrow,
71+
[uib-popover-popup].popover.bottom-right > .arrow,
72+
[uib-popover-popup].popover.left-top > .arrow,
73+
[uib-popover-popup].popover.left-bottom > .arrow,
74+
[uib-popover-popup].popover.right-top > .arrow,
75+
[uib-popover-popup].popover.right-bottom > .arrow,
76+
[uib-popover-html-popup].popover.top-left > .arrow,
77+
[uib-popover-html-popup].popover.top-right > .arrow,
78+
[uib-popover-html-popup].popover.bottom-left > .arrow,
79+
[uib-popover-html-popup].popover.bottom-right > .arrow,
80+
[uib-popover-html-popup].popover.left-top > .arrow,
81+
[uib-popover-html-popup].popover.left-bottom > .arrow,
82+
[uib-popover-html-popup].popover.right-top > .arrow,
83+
[uib-popover-html-popup].popover.right-bottom > .arrow,
84+
[uib-popover-template-popup].popover.top-left > .arrow,
85+
[uib-popover-template-popup].popover.top-right > .arrow,
86+
[uib-popover-template-popup].popover.bottom-left > .arrow,
87+
[uib-popover-template-popup].popover.bottom-right > .arrow,
88+
[uib-popover-template-popup].popover.left-top > .arrow,
89+
[uib-popover-template-popup].popover.left-bottom > .arrow,
90+
[uib-popover-template-popup].popover.right-top > .arrow,
91+
[uib-popover-template-popup].popover.right-bottom > .arrow {
92+
top: auto;
93+
bottom: auto;
94+
left: auto;
95+
right: auto;
96+
margin: 0;
97+
}
98+
99+
[uib-popover-popup].popover,
100+
[uib-popover-html-popup].popover,
101+
[uib-popover-template-popup].popover {
102+
display: block !important;
103+
}
104+
105+
.uib-time input {
106+
width: 50px;
107+
}
108+
109+
[uib-typeahead-popup].dropdown-menu {
110+
display: block;
111+
}

0 commit comments

Comments
 (0)
0