Make WordPress Core

Ticket #22743: 22743.7.diff

File 22743.7.diff, 1.2 KB (added by helenyhou, 12 years ago)
  • wp-admin/css/wp-admin.css

     
    41504150        margin: 8px 0;
    41514151}
    41524152
     4153.post-php .imgedit-wrap table {
     4154        width: 100%;
     4155}
     4156
    41534157.describe .imgedit-wrap table td,
    41544158.wp_attachment_holder .imgedit-wrap table td {
    41554159        vertical-align: top;
    41564160        padding-top: 0;
    41574161}
    41584162
    4159 .imgedit-wrap p,
    4160 .describe .imgedit-wrap table td {
    4161         font-size: 11px;
    4162         line-height: 18px;
    4163 }
    4164 
    41654163.describe .imgedit-wrap table td.imgedit-settings {
    41664164        padding: 0 5px;
    41674165}
    41684166
     4167.wp_attachment_holder .imgedit-wrap table td.imgedit-settings {
     4168        width: 250px;
     4169}
     4170
    41694171td.imgedit-settings input {
     4172        margin-top: 0;
    41704173        vertical-align: middle;
    41714174}
    41724175
     
    43494352        margin-bottom: 8px;
    43504353}
    43514354
    4352 .imgedit-help ul li {
    4353         font-size: 11px;
    4354 }
    4355 
    43564355a.imgedit-help-toggle {
    43574356        text-decoration: none;
    43584357}
    43594358
    4360 #wpbody-content .imgedit-response div {
    4361         width: 600px;
    4362         margin: 8px;
    4363 }
    4364 
    43654359.form-table td.imgedit-response {
    43664360        padding: 0;
    43674361}
     
    43894383.imgedit-group {
    43904384        border-width: 1px;
    43914385        border-style: solid;
    4392         -webkit-border-radius: 8px;
    4393         border-radius: 8px;
     4386        -webkit-border-radius: 3px;
     4387        border-radius: 3px;
    43944388        margin-bottom: 8px;
    43954389        padding: 2px 10px;
    43964390}