Ticket #21598: 21598-18.patch
File 21598-18.patch, 2.0 KB (added by , 12 years ago) |
---|
-
wp-includes/css/buttons.css
43 43 text-decoration: none; 44 44 font-size: 12px; 45 45 line-height: 1.45em; 46 height: 2em; 46 47 margin: 0; 47 padding: 3px 10px ;48 padding: 3px 10px 4px; 48 49 cursor: pointer; 49 50 border-width: 1px; 50 51 border-style: solid; … … 67 68 68 69 .button.button-large, 69 70 .button-group.button-large .button { 70 padding: 5px 12px; 71 line-height: 1.85em; 72 height: 2.4em; 73 padding: 3px 12px 4px; 71 74 } 72 75 73 76 .button.button-small, 74 77 .button-group.button-small .button { 75 padding: 2px 8px; 78 line-height: 1.05em; 79 height: 1.65em; 80 padding: 3px 8px; 76 81 } 77 82 78 83 .button:active { -
wp-admin/css/ie.css
237 237 width: 98%; 238 238 } 239 239 240 .button, 241 .button-primary, 242 .button-secondary, 240 243 button, 241 244 input[type="reset"], 242 245 input[type="button"], 243 246 input[type="submit"] { 244 247 padding: 2px 8px; 248 height: auto; 245 249 } 246 250 247 251 button.button-large, 252 .button.button-large, 253 .button-group.button-large .button, 248 254 input[type="reset"].button-large, 249 255 input[type="button"].button-large, 250 256 input[type="submit"].button-large { 251 257 padding: 4px 12px; 258 height: auto; 252 259 } 253 260 254 261 button.button-small, 262 .button.button-small, 263 .button-group.button-small .button, 255 264 input[type="reset"].button-small, 256 265 input[type="button"].button-small, 257 266 input[type="submit"].button-small { 258 267 padding: 0 8px; 268 height: auto; 259 269 } 260 270 261 271 a.button { -
wp-admin/css/customize-controls.css
157 157 158 158 #customize-header-actions .button-primary { 159 159 float: right; 160 margin-top: 1 0px;160 margin-top: 11px; 161 161 } 162 162 163 163 #customize-header-actions .spinner {