Commit graph

19 commits

Author SHA1 Message Date
gseguin
dd9ae4898b Fix for issue #779
Added a ui-li-has-count class for listview items that contain a count bubble. Changed default padding-right to 25px adjusting it to 75px when count bubble is present.
2011-08-11 16:59:51 -07:00
scottjehl
3f94d4ff97 Moved our own widget css layout toggles over to using standard media queries, rather than the classes we apply to the HTML element to simulate media queries. 2011-05-11 18:00:44 +02:00
Nabil Saleh
4ffb0a5f33 - code cleanup
- added class-based hiding
2011-05-09 13:25:13 +02:00
scottjehl
799cee85bc fixed bug in CSS counter in readonly lists 2011-03-31 17:34:16 -04:00
scottjehl
f241a858b5 fixed ordered lists in readonly OL listviews. Fixes #1144 2011-03-31 17:24:09 -04:00
scottjehl
15a052134f moved overflow hidden w/ ellips to inner anchor fixing a small listview CSS regression. 2011-03-27 14:19:00 -04:00
scottjehl
1f703625c1 css fix for split button icons. This concludes the listview markup refactor, which allows us to remove many previous workarounds that dealt with anchor elements not filling the whole list dimension (and requiring us to trigger clicks and mimic default anchor clicking when not using Ajax... ). That was bad. This is good. Fixes #652 and Fixes #596. 2011-03-27 02:21:02 -04:00
scottjehl
07333e3482 moved padding to anchor rather than inner div 2011-03-27 01:59:55 -04:00
scottjehl
84b55548d3 more updates to the listview markup, styles and scripts to allow wrapped anchors 2011-03-26 21:29:24 -04:00
Alexander Wunschik
862c0119d9 Default cursor for listview deviders. Fixes #1244 2011-03-21 22:13:11 +08:00
hakanson
d16c46a6e9 format search filter for inset lists 2011-03-15 12:05:47 +08:00
scottjehl
bd1f9e1249 changing overflow to visible makes list items stack properly in IE7. This rule was only there for clearfix, so either value should be fine. Tested in iOS/iPad to make sure this did not re-introduce the icon positioning bug. Removed unnecessary zoom as well. 2011-03-14 00:20:24 -04:00
scottjehl
dcaeeb70ad Changed width of aside content when under 480px min-width breakpoint. Fixes #171 2010-11-01 21:58:13 -04:00
Jeffrey Way
ef72ae4ddf Fixed iPad button positioning bug 2010-10-21 21:20:14 +08:00
scottjehl
920adf204c scoped the application of negative margins to .ui-content . Fixes #254 2010-10-20 16:54:10 -04:00
scottjehl
cc6389b707 Search inputs now format similarly to other text input types. Optimized for iPhone orientations, so it'll be a bit wider than the others in a wider screen, unfortunately. It's got padding that can't be avoided. Fixes #177 2010-10-13 19:55:22 -04:00
scottjehl
869fa0ce1a added negative margins to pair listview filter forms with full-width listviews. We'll need an exception to support filtered inset lists. 2010-10-13 19:32:22 -04:00
scottjehl
8378e315f0 list tweaks to padding, etc 2010-10-13 15:05:09 -04:00
scottjehl
d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00