Ticket #10323: 10323.patch
File 10323.patch, 5.0 KB (added by , 16 years ago) |
---|
-
wp-admin/css/widgets.css
55 55 font-size: 13px; 56 56 border-width: 1px; 57 57 border-style: solid; 58 -moz-border-radius-topleft: 8px; 59 -moz-border-radius-topright: 8px; 58 -moz-border-radius: 8px 8px 0 0; 60 59 -webkit-border-top-right-radius: 8px; 61 60 -webkit-border-top-left-radius: 8px; 62 61 -khtml-border-top-right-radius: 8px; … … 66 65 } 67 66 68 67 .js .closed .sidebar-name { 69 -moz-border-radius-bottomleft: 8px; 70 -moz-border-radius-bottomright: 8px; 68 -moz-border-radius: 0 0 8px 8px; 71 69 -webkit-border-bottom-right-radius: 8px; 72 70 -webkit-border-bottom-left-radius: 8px; 73 71 -khtml-border-bottom-right-radius: 8px; … … 80 78 #widgets-left .widget-holder { 81 79 border-width: 0 1px 1px; 82 80 border-style: none solid solid; 83 -moz-border-radius-bottomleft: 8px; 84 -moz-border-radius-bottomright: 8px; 81 -moz-border-radius: 0 0 8px 8px; 85 82 -webkit-border-bottom-right-radius: 8px; 86 83 -webkit-border-bottom-left-radius: 8px; 87 84 -khtml-border-bottom-right-radius: 8px; … … 362 359 .widgets_access .widget .widget-top { 363 360 cursor: default; 364 361 } 365 -
wp-admin/wp-admin.css
1033 1033 #adminmenu .wp-submenu .wp-submenu-head { 1034 1034 border-width: 1px 1px 0; 1035 1035 border-style: solid solid none; 1036 -moz-border-radius-topleft :6px; 1037 -moz-border-radius-topright: 6px; 1036 -moz-border-radius: 6px 6px 0 0; 1038 1037 -webkit-border-top-right-radius: 6px; 1039 1038 -webkit-border-top-left-radius: 6px; 1040 1039 -khtml-border-top-right-radius: 6px; … … 1047 1046 .folded #adminmenu li.menu-top-last { 1048 1047 border-width: 1px; 1049 1048 border-style: solid; 1050 -moz-border-radius-bottomleft: 6px; 1051 -moz-border-radius-bottomright: 6px; 1049 -moz-border-radius: 0 0 6px 6px; 1052 1050 -webkit-border-bottom-right-radius: 6px; 1053 1051 -webkit-border-bottom-left-radius: 6px; 1054 1052 -khtml-border-bottom-right-radius: 6px; … … 1732 1730 } 1733 1731 1734 1732 .postbox.closed h3 { 1735 -moz-border-radius -bottomleft:4px;1733 -moz-border-radius: 0 0 4px 4px; 1736 1734 -webkit-border-bottom-left-radius: 4px; 1737 -khtml-border-bottom-left-radius: 4px;1738 border-bottom-left-radius: 4px;1739 -moz-border-radius-bottomright:4px;1740 1735 -webkit-border-bottom-right-radius: 4px; 1736 -khtml-border-bottom-left-radius: 4px; 1741 1737 -khtml-border-bottom-right-radius: 4px; 1738 border-bottom-left-radius: 4px; 1742 1739 border-bottom-right-radius: 4px; 1743 1740 } 1744 1741 -
wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css
45 45 } 46 46 47 47 abbr.required { 48 color: # FF0000;48 color: #f00; 49 49 text-align: left; 50 50 } 51 51 … … 137 137 text-align: center; 138 138 white-space: nowrap; 139 139 margin: 0; 140 padding: 0 pt7px;140 padding: 0 7px; 141 141 } 142 142 143 143 #sidemenu a.current { 144 -moz-border-radius-topleft: 4px; 145 -khtml-border-top-left-radius: 4px; 144 -moz-border-radius: 4px 4px 0 0; 146 145 -webkit-border-top-left-radius: 4px; 147 border-top-left-radius: 4px;148 -moz-border-radius-topright: 4px;149 -khtml-border-top-right-radius: 4px;150 146 -webkit-border-top-right-radius: 4px; 147 -khtml-border-top-left-radius: 4px; 148 -khtml-border-top-right-radius: 4px; 149 border-top-left-radius: 4px; 151 150 border-top-right-radius: 4px; 152 border-style: solid;153 border-width: 1px;154 font-weight: normal;151 border-style: solid; 152 border-width: 1px; 153 font-weight: normal; 155 154 } 156 155 157 156 #adv_settings .field label { … … 160 159 161 160 #media-upload h3 { 162 161 clear: both; 163 padding: 0 pt 0pt3px;162 padding: 0 0 3px; 164 163 border-bottom-style: solid; 165 164 border-bottom-width: 1px; 166 165 font-family: Georgia,"Times New Roman",Times,serif; -
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css
169 169 opacity:0.3; filter:alpha(opacity=30); 170 170 } 171 171 .wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction { 172 -moz-border-radius-bottomleft: 3px; 173 -webkit-border-bottom-left-radius: 3px; 174 -khtml-border-bottom-left-radius: 3px; 175 border-bottom-left-radius: 3px; 176 -moz-border-radius-topleft: 3px; 172 -moz-border-radius: 3px 0 0 3px; 177 173 -webkit-border-top-left-radius: 3px; 174 -webkit-border-bottom-left-radius: 3px; 178 175 -khtml-border-top-left-radius: 3px; 176 -khtml-border-bottom-left-radius: 3px; 179 177 border-top-left-radius: 3px; 178 border-bottom-left-radius: 3px; 180 179 } 181 180 .wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen { 182 -moz-border-radius -bottomright:3px;181 -moz-border-radius: 3px 0 0 3px; 183 182 -webkit-border-bottom-right-radius: 3px; 184 183 -khtml-border-bottom-right-radius: 3px; 185 184 border-bottom-right-radius: 3px;