Wordpress/wp-includes/css
Daryl Koopersmith 15c451d2f6 Give media a heart transplant.
Revises the concept of the media controller and workspace views (i.e. two central points of control) to be more granular. The main media object is now the `Frame`, which is a hybrid view and state machine.

The state machine is a collection of states, which are just generic instances of `Backbone.Model`. This circumvents the problem of juggling global parameters when changing states. Each state contains its own event loop. All events are also forwarded to the frame itself (as is the case in all model/collection relationships).

The frame view contains several regions, each of which can be overridden without harming or re-rendering the other regions. These work well when used in conjunction with the state machine events.

This removes the upload sidebar (don't worry, visible upload UI will return). Drag and drop uploading still works. The ability to upload has been abstracted into its own view (instead of being attached to the central workspace view).

Editing galleries is temporarily broken — the gallery creation and editing experiences will be unified in a future patch.

Adds events to detect dragging changes in `wp.Uploader` and adds methods to detect and leverage browser support for CSS3 transitions.

see #21390, #21809.


git-svn-id: https://develop.svn.wordpress.org/trunk@22320 602fd350-edb4-49c9-b593-d223f7449a82
2012-10-28 23:29:17 +00:00
..
admin-bar-rtl.css
admin-bar-rtl.min.css
admin-bar.css Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863. 2012-10-23 14:30:03 +00:00
admin-bar.min.css Compress scripts/styles: 3.5-beta2-22287. 2012-10-23 22:58:40 +00:00
buttons.css Buttons: 2012-10-26 19:40:39 +00:00
buttons.min.css Compress scripts/styles: 3.5-beta2-22315. 2012-10-26 22:58:34 +00:00
editor.css Improve visible focus in the admin, props lessbloat, fixes #21324 2012-10-22 19:51:51 +00:00
editor.min.css Compress scripts/styles: 3.5-beta2-22269. 2012-10-22 22:58:34 +00:00
jquery-ui-dialog.css
jquery-ui-dialog.min.css
media-views.css Give media a heart transplant. 2012-10-28 23:29:17 +00:00
media-views.min.css Compress scripts/styles: 3.5-beta2-22252. TinyMCE updated. 2012-10-16 22:58:39 +00:00
wp-pointer.css Fix typo in wp-pointer.css, props TobiasBg, fixes #21019 2012-09-28 00:38:07 +00:00
wp-pointer.min.css Compress scripts/styles: 3.5-beta1-22128. 2012-10-07 02:27:48 +00:00