Skip to content

Commit

Permalink
Updating SelectBoxIt CSS file to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranko committed Dec 15, 2012
1 parent cdec39a commit b444726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you find that you need a feature that SelectBoxIt does not currently support,

`2.2.0` - December 15, 2012

- Added jQuery Mobile `data-theme` support
- Added jQuery Mobile `data-theme` supporting

`2.2.0 RC1` - December 13, 2012

Expand Down
3 changes: 2 additions & 1 deletion src/stylesheets/SelectBoxIt/jquery.selectBoxIt.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container {
/* Positions the down arrow */
width: 20px;
width: 30px;
float: right;
position: relative;
}
Expand All @@ -137,6 +137,7 @@
display: block;
position: absolute;
top: 50%;
right: 40%;
}

/* Dropdown List Down Arrow For jQueryUI and jQuery Mobile */
Expand Down

0 comments on commit b444726

Please sign in to comment.