Changeset 27765
- Timestamp:
- 03/27/2014 12:07:05 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r27749 r27765 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; … … 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 … … 1876 1874 bottom: 0; 1877 1875 left: 0; 1876 overflow: auto; 1878 1877 } 1879 1878 … … 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; … … 1891 1889 top: 0; 1892 1890 right: 0; 1891 bottom: 0; 1893 1892 width: 217px; 1893 overflow: auto; 1894 1894 } 1895 1895 … … 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 … … 1975 1976 #plugin-information-content { 1976 1977 overflow: auto; 1977 bottom: 62px;1978 bottom: 58px; 1978 1979 } 1979 1980 … … 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 } … … 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 -
trunk/src/wp-includes/css/editor.css
r27545 r27765 72 72 width: -webkit-calc( 100% - 36px ); 73 73 width: calc( 100% - 36px ); 74 } 75 76 .mce-wp-help .mce-window-head { 77 border-bottom: none; 74 78 } 75 79 -
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r27729 r27765 183 183 width: 450, 184 184 height: 420, 185 inline: 1 185 inline: 1, 186 classes: 'wp-help' 186 187 }); 187 188 }); -
trunk/src/wp-includes/js/tinymce/wp-mce-help.php
r27190 r27765 28 28 } 29 29 30 #tabs-wrap { 30 .wp-core-ui #tabs { 31 margin-top: 1px; 32 padding: 0 6px; 31 33 position: absolute; 32 34 top: 0; 33 } 34 35 #tabs { 36 box-shadow: 0 3px 5px rgba( 255, 255, 255, 0.2 ); 35 right: 0; 36 left: 0; 37 height: 31px; 38 z-index: 1; 39 } 40 41 .wp-core-ui #tabs a { 42 position: relative; 43 float: left; 44 padding: 6px 10px; 37 45 margin: 0; 38 padding: 0; 39 position: relative; 40 -webkit-user-select: none; 41 -moz-user-select: none; 42 -ms-user-select: none; 43 user-select: none; 44 } 45 46 #tabs a { 46 height: 18px; 47 line-height: 18px; 48 text-decoration: none; 47 49 -webkit-transition: none; 48 50 transition: none; 49 51 } 50 51 #tabs-wrap #tabs > a { 52 float: left; 53 font-size: 14px; 54 height: 18px; 55 line-height: 18px; 56 margin: 0; 57 padding: 7px 10px; 58 position: relative; 59 text-decoration: none; 60 border-right: 1px solid #ddd; 61 background-color: #eee; 62 color: inherit; 63 } 64 65 #tabs > a:active, 66 #tabs > a:focus { 67 outline: none; 68 } 69 70 #tabs-wrap #tabs .active, 71 #tabs-wrap #tabs .active:hover { 52 53 #tabs a.active { 54 margin: -1px -1px 0; 55 background: #fff; 56 border: 1px solid #ddd; 57 border-bottom: none; 72 58 color: #333; 73 background: #fff;74 border-bottom: 1px solid #fff;75 59 } 76 60 … … 84 68 height: 360px; 85 69 margin: 0; 86 margin-top: 3 2px;87 overflow -y: scroll;70 margin-top: 30px; 71 overflow: auto; 88 72 padding: 10px 16px; 89 73 } … … 152 136 </script> 153 137 154 <div id="tabs-wrap"> 155 <div id="tabs"> 156 <a id="tab1" href="javascript:flipTab(1)" title="<?php esc_attr_e('Basics of Rich Editing'); ?>" accesskey="1" class="active"><?php _e('Basics'); ?></a> 157 <a id="tab2" href="javascript:flipTab(2)" title="<?php esc_attr_e('Advanced use of the Rich Editor'); ?>" accesskey="2"><?php _e('Advanced'); ?></a> 158 <a id="tab3" href="javascript:flipTab(3)" title="<?php esc_attr_e('Hotkeys'); ?>" accesskey="3"><?php _e('Hotkeys'); ?></a> 159 <a id="tab4" href="javascript:flipTab(4)" title="<?php esc_attr_e('About the software'); ?>" accesskey="4"><?php _e('About'); ?></a> 160 </div> 138 <div id="tabs"> 139 <a id="tab1" href="javascript:flipTab(1)" title="<?php esc_attr_e('Basics of Rich Editing'); ?>" accesskey="1" class="active"><?php _e('Basics'); ?></a> 140 <a id="tab2" href="javascript:flipTab(2)" title="<?php esc_attr_e('Advanced use of the Rich Editor'); ?>" accesskey="2"><?php _e('Advanced'); ?></a> 141 <a id="tab3" href="javascript:flipTab(3)" title="<?php esc_attr_e('Hotkeys'); ?>" accesskey="3"><?php _e('Hotkeys'); ?></a> 142 <a id="tab4" href="javascript:flipTab(4)" title="<?php esc_attr_e('About the software'); ?>" accesskey="4"><?php _e('About'); ?></a> 161 143 </div> 162 144
Note: See TracChangeset
for help on using the changeset viewer.