WordPress/wp-admin/css
Scott Taylor dfd3c19cec Media Grid, in the Edit Attachment modal:
* Label the fields under the attachment a la the Edit Media page
* Move the audio and video previews above the info
* Remove the audio / video icon display. Unnecessary.
* Ensure that `width` and `max-width` are set for `.mejs-container`

See #24716.

Built from https://develop.svn.wordpress.org/trunk@29088


git-svn-id: http://core.svn.wordpress.org/trunk@28874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-07-11 06:15:15 +00:00
..
colors More consistent icons in place of some buttons for the Customizer and theme install preview. 2014-07-08 18:19:14 +00:00
about-rtl.css Final about page. 2014-04-16 17:40:14 +00:00
about.css Final about page. 2014-04-16 17:40:14 +00:00
admin-menu-rtl.css Simplify the admin menu notification selector so color schemes don't get stomped. props celloexpressions. see #27920 for trunk. 2014-04-21 18:55:16 +00:00
admin-menu.css Simplify the admin menu notification selector so color schemes don't get stomped. props celloexpressions. see #27920 for trunk. 2014-04-21 18:55:16 +00:00
color-picker-rtl.css
color-picker-rtl.min.css
color-picker.css
color-picker.min.css
common-rtl.css Media Grid: Move toggling of visible fields to Screen Options. This moves us in a better direction... but this will probably need to be massaged again. 2014-07-10 21:00:17 +00:00
common.css Media Grid: Move toggling of visible fields to Screen Options. This moves us in a better direction... but this will probably need to be massaged again. 2014-07-10 21:00:17 +00:00
customize-controls-rtl.css Customizer info section: 2014-07-08 19:53:15 +00:00
customize-controls-rtl.min.css Customizer info section: 2014-07-08 19:53:15 +00:00
customize-controls.css Customizer info section: 2014-07-08 19:53:15 +00:00
customize-controls.min.css Customizer info section: 2014-07-08 19:53:15 +00:00
customize-widgets-rtl.css Widgets: Better padding for translations of "Reorder". 2014-04-16 13:07:16 +00:00
customize-widgets-rtl.min.css Widgets: Better padding for translations of "Reorder". 2014-04-16 13:07:16 +00:00
customize-widgets.css Widgets: Better padding for translations of "Reorder". 2014-04-16 13:07:16 +00:00
customize-widgets.min.css Widgets: Better padding for translations of "Reorder". 2014-04-16 13:07:16 +00:00
dashboard-rtl.css Adjust CSS for "Moved to the trash" message for a pingback in the dashboard. 2014-06-24 00:03:16 +00:00
dashboard.css Adjust CSS for "Moved to the trash" message for a pingback in the dashboard. 2014-06-24 00:03:16 +00:00
deprecated-media-rtl.css The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
deprecated-media-rtl.min.css The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
deprecated-media.css The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
deprecated-media.min.css The "old iframe media modal" has some pretty busted styles. Although this is a "deprecated" feature, clean up some of the broken styles. 2014-06-25 17:39:15 +00:00
edit-rtl.css Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328. 2014-07-09 22:06:15 +00:00
edit.css Enhance the editor on the Add/Edit Post screens, first run. Props avril, see #28328. 2014-07-09 22:06:15 +00:00
farbtastic-rtl.css
farbtastic.css
forms-rtl.css Don't allow disabled input styling to get lost in the cascade. props ocean90. see #27906 for trunk. 2014-04-21 20:55:15 +00:00
forms.css Don't allow disabled input styling to get lost in the cascade. props ocean90. see #27906 for trunk. 2014-04-21 20:55:15 +00:00
ie-rtl.css Only apply metabox handle styles and JS events to .postbox .hndle, as opposed to all h3s in a .postbox. 2014-07-01 16:23:15 +00:00
ie-rtl.min.css Only apply metabox handle styles and JS events to .postbox .hndle, as opposed to all h3s in a .postbox. 2014-07-01 16:23:15 +00:00
ie.css Only apply metabox handle styles and JS events to .postbox .hndle, as opposed to all h3s in a .postbox. 2014-07-01 16:23:15 +00:00
ie.min.css Only apply metabox handle styles and JS events to .postbox .hndle, as opposed to all h3s in a .postbox. 2014-07-01 16:23:15 +00:00
install-rtl.css Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183. 2014-07-08 17:52:14 +00:00
install-rtl.min.css Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183. 2014-07-08 17:52:14 +00:00
install.css Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183. 2014-07-08 17:52:14 +00:00
install.min.css Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183. 2014-07-08 17:52:14 +00:00
l10n-rtl.css
l10n.css
list-tables-rtl.css Display plugin install results as "cards" rather than in a list table, first run. 2014-07-09 20:02:14 +00:00
list-tables.css Display plugin install results as "cards" rather than in a list table, first run. 2014-07-09 20:02:14 +00:00
login-rtl.css Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393. 2014-06-26 15:36:15 +00:00
login-rtl.min.css Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393. 2014-06-26 15:36:15 +00:00
login.css Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393. 2014-06-26 15:36:15 +00:00
login.min.css Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393. 2014-06-26 15:36:15 +00:00
media-rtl.css Media Grid, in the Edit Attachment modal: 2014-07-11 06:15:15 +00:00
media.css Media Grid, in the Edit Attachment modal: 2014-07-11 06:15:15 +00:00
nav-menus-rtl.css Live update the menu item title when the user is editing the "Navigation Label" field. 2014-06-09 18:39:15 +00:00
nav-menus.css Live update the menu item title when the user is editing the "Navigation Label" field. 2014-06-09 18:39:15 +00:00
press-this-rtl.css TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
press-this.css TinyMCE: update to 4.0.21, see #24067 2014-04-01 22:46:14 +00:00
revisions-rtl.css Revisions: Properly position the spinner on Compare Revisions screen. 2014-07-10 01:44:14 +00:00
revisions.css Revisions: Properly position the spinner on Compare Revisions screen. 2014-07-10 01:44:14 +00:00
themes-rtl.css More consistent icons in place of some buttons for the Customizer and theme install preview. 2014-07-08 18:19:14 +00:00
themes.css More consistent icons in place of some buttons for the Customizer and theme install preview. 2014-07-08 18:19:14 +00:00
widgets-rtl.css
widgets.css
wp-admin-rtl.css
wp-admin-rtl.min.css Media Grid, in the Edit Attachment modal: 2014-07-11 06:15:15 +00:00
wp-admin.css
wp-admin.min.css Media Grid, in the Edit Attachment modal: 2014-07-11 06:15:15 +00:00