Changeset 27932
- Timestamp:
- 04/03/2014 02:07:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r27790 r27932 2004 2004 /* Thickbox for Plugin Install screen */ 2005 2005 body.plugin-install-php #TB_window, 2006 body.plugins-php #TB_window, 2007 body.update-core-php #TB_window, 2006 2008 body.index-php #TB_window { 2007 2009 background: #fcfcfc url( ../images/spinner.gif ) no-repeat center; … … 2012 2014 (-webkit-min-device-pixel-ratio: 1.25), 2013 2015 (min-resolution: 120dpi) { 2014 2016 2015 2017 body.plugin-install-php #TB_window, 2018 body.plugins-php #TB_window, 2019 body.update-core-php #TB_window, 2016 2020 body.index-php #TB_window { 2017 2021 background: #fcfcfc url( ../images/spinner-2x.gif ) no-repeat center; … … 2022 2026 2023 2027 body.plugin-install-php #TB_title, 2028 body.plugins-php #TB_title, 2029 body.update-core-php #TB_title, 2024 2030 body.index-php #TB_title { 2025 2031 float: left; … … 2028 2034 2029 2035 body.plugin-install-php #TB_ajaxWindowTitle, 2036 body.plugins-php #TB_ajaxWindowTitle, 2037 body.update-core-php #TB_ajaxWindowTitle, 2030 2038 body.index-php #TB_ajaxWindowTitle { 2031 2039 display: none; … … 2033 2041 2034 2042 body.plugin-install-php .tb-close-icon, 2043 body.plugins-php .tb-close-icon, 2044 body.update-core-php .tb-close-icon, 2035 2045 body.index-php .tb-close-icon { 2036 2046 line-height: 48px; … … 2040 2050 2041 2051 body.plugin-install-php .tb-close-icon:before, 2052 body.plugins-php .tb-close-icon:before, 2053 body.update-core-php .tb-close-icon:before, 2042 2054 body.index-php .tb-close-icon:before { 2043 2055 line-height: 48px;
Note: See TracChangeset
for help on using the changeset viewer.