1
0
mirror of synced 2024-11-23 05:26:10 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Justin DuJardin
fa41027264 Set min-height to 26px for proper input sizing in Opera. 2012-03-31 10:06:34 -07:00
Justin DuJardin
dd0d80532c Fix spinner.gif input jumpiness.
Apply default outline and height properties on the input, to override site-specific CSS input styles.
2012-03-31 10:02:29 -07:00
Justin DuJardin
a28ea4fb98 Cleanup sizable implementation
- Remove absolute positioning from search input, and use inline-block with width 100% and padding.
 - Remove hardcoded search results margin (space is consumed by non-absolute, inline-block search wrapper)
2012-03-29 13:39:53 -07:00
Justin DuJardin
26baca110b Remove close button outline. 2012-03-29 13:39:10 -07:00
Justin DuJardin
b2c6ced65f Rework select2 and styles to support styled width's (rather than just fixed pixel widths)
- Will not work with styles specified in remote CSS, because there's no easy way to retrieve the original css value.
 - Will work with styles specified inline on the element (regex parse out width value with specified units intact, from the element style attribute)

Tested in Firefox,Chrome,Safari,Opera
2012-03-29 13:38:57 -07:00
Igor Vaynberg
b30b455505 Fix CRLF 2012-03-29 11:08:14 -07:00
Igor Vaynberg
2dc46c4bfa move the [x] icon back to the right in single selection mode. issue #3 2012-03-26 23:52:31 -07:00
Igor Vaynberg
339c7a850e moving [x] button to the left so its easier to remove multiple sequential selections. closes #3 2012-03-26 14:24:30 -07:00
Igor Vaynberg
b5c4817149 initial support for multiselect mode, issue #1 2012-03-25 20:30:57 -07:00
Igor Vaynberg
53e214d32f initial checkin 2012-03-04 10:58:26 -08:00