Ticket #22743: 22743.7.diff
File 22743.7.diff, 1.2 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
4150 4150 margin: 8px 0; 4151 4151 } 4152 4152 4153 .post-php .imgedit-wrap table { 4154 width: 100%; 4155 } 4156 4153 4157 .describe .imgedit-wrap table td, 4154 4158 .wp_attachment_holder .imgedit-wrap table td { 4155 4159 vertical-align: top; 4156 4160 padding-top: 0; 4157 4161 } 4158 4162 4159 .imgedit-wrap p,4160 .describe .imgedit-wrap table td {4161 font-size: 11px;4162 line-height: 18px;4163 }4164 4165 4163 .describe .imgedit-wrap table td.imgedit-settings { 4166 4164 padding: 0 5px; 4167 4165 } 4168 4166 4167 .wp_attachment_holder .imgedit-wrap table td.imgedit-settings { 4168 width: 250px; 4169 } 4170 4169 4171 td.imgedit-settings input { 4172 margin-top: 0; 4170 4173 vertical-align: middle; 4171 4174 } 4172 4175 … … 4349 4352 margin-bottom: 8px; 4350 4353 } 4351 4354 4352 .imgedit-help ul li {4353 font-size: 11px;4354 }4355 4356 4355 a.imgedit-help-toggle { 4357 4356 text-decoration: none; 4358 4357 } 4359 4358 4360 #wpbody-content .imgedit-response div {4361 width: 600px;4362 margin: 8px;4363 }4364 4365 4359 .form-table td.imgedit-response { 4366 4360 padding: 0; 4367 4361 } … … 4389 4383 .imgedit-group { 4390 4384 border-width: 1px; 4391 4385 border-style: solid; 4392 -webkit-border-radius: 8px;4393 border-radius: 8px;4386 -webkit-border-radius: 3px; 4387 border-radius: 3px; 4394 4388 margin-bottom: 8px; 4395 4389 padding: 2px 10px; 4396 4390 }