Skip to content

Commit 560042c

Browse files
committed
New version 0.2.0
1 parent 2a29cfe commit 560042c

File tree

3 files changed

+186
-104
lines changed

3 files changed

+186
-104
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-select",
3-
"version": "0.0.1",
3+
"version": "0.2.0",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

dist/select.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
32-
border-radius: 4px; /* FIXME hardcoded value :-/ */
32+
border-radius: 4px; /* FIXME hardcoded value :-/ */
3333
border-top-right-radius: 0;
3434
border-bottom-right-radius: 0;
3535
}
@@ -40,9 +40,9 @@
4040
}
4141

4242
.ui-select-bootstrap > .ui-select-match > .caret {
43-
top: 45%;
4443
position: absolute;
45-
right: 17px;
44+
top: 45%;
45+
right: 15px;
4646
}
4747

4848
.ui-select-bootstrap > .ui-select-choices {

0 commit comments

Comments
 (0)