Ticket #26952: 26952.14.patch
File 26952.14.patch, 2.0 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/common.css
1806 1806 } 1807 1807 1808 1808 #plugin-information-title { 1809 padding: 0 36px 0 16px;1810 font-size: 18px;1809 padding: 0 76px 0 20px; 1810 font-size: 22px; 1811 1811 font-weight: 600; 1812 line-height: 36px;1812 line-height: 56px; 1813 1813 top: 0; 1814 1814 right: 0; 1815 1815 left: 0; 1816 height: 36px; 1817 border-bottom: 1px solid #ddd; 1816 height: 56px; 1818 1817 overflow: hidden; 1819 1818 text-overflow: ellipsis; 1820 1819 white-space: nowrap; … … 1862 1861 position: absolute; 1863 1862 top: 90px; 1864 1863 right: 0; 1865 bottom: 44px;1864 bottom: 58px; 1866 1865 left: 0; 1867 overflow: auto;1868 1866 } 1869 1867 1870 1868 #section-holder { … … 1875 1873 right: 250px; 1876 1874 bottom: 0; 1877 1875 left: 0; 1876 overflow: auto; 1878 1877 } 1879 1878 1880 1879 #section-holder .updated { … … 1883 1882 1884 1883 #plugin-information .fyi { 1885 1884 background: #f3f3f3; 1886 border: 1px solid #ddd; 1887 border-top: 0; 1885 border-left: 1px solid #ddd; 1888 1886 color: #666; 1889 1887 padding: 16px; 1890 1888 position: absolute; 1891 1889 top: 0; 1892 1890 right: 0; 1891 bottom: 0; 1893 1892 width: 217px; 1893 overflow: auto; 1894 1894 } 1895 1895 1896 1896 #plugin-information .fyi strong { … … 1922 1922 } 1923 1923 1924 1924 #plugin-information-footer { 1925 padding: 8px 16px;1925 padding: 15px 16px; 1926 1926 position: absolute; 1927 1927 right: 0; 1928 1928 bottom: 0; 1929 1929 left: 0; 1930 height: 28px; 1930 1931 } 1931 1932 1932 1933 #plugin-information .section ul, … … 1974 1975 @media screen and ( max-width: 782px ) { 1975 1976 #plugin-information-content { 1976 1977 overflow: auto; 1977 bottom: 62px;1978 bottom: 58px; 1978 1979 } 1979 1980 1980 1981 #plugin-information .fyi { … … 1994 1995 } 1995 1996 1996 1997 #plugin-information-footer { 1997 padding: 12px 16px ;1998 height: 37px;1998 padding: 12px 16px 0; 1999 height: 46px; 1999 2000 } 2000 2001 } 2001 2002 … … 2031 2032 2032 2033 body.plugin-install-php .tb-close-icon, 2033 2034 body.index-php .tb-close-icon { 2034 line-height: 36px;2035 width: 36px;2036 height: 36px;2035 line-height: 48px; 2036 width: 48px; 2037 height: 48px; 2037 2038 } 2038 2039 2039 2040 body.plugin-install-php .tb-close-icon:before, 2040 2041 body.index-php .tb-close-icon:before { 2041 line-height: 36px;2042 line-height: 48px; 2042 2043 } 2043 2044 2044 2045 /* @todo: move this. */