Make WordPress Core

Changeset 32476


Ignore:
Timestamp:
05/09/2015 09:04:21 PM (10 years ago)
Author:
ocean90
Message:

Improve focus styles for:

  • Quick Draft links
  • Media Library list mode thumbnails

props afercia.
fixes #32284, #32291.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r32475 r32476  
    20372037}
    20382038
     2039td.media-icon a {
     2040    display: inline-block;
     2041}
     2042
    20392043td.media-icon img {
     2044    display: block;
    20402045    max-width: 80px;
    20412046    max-height: 60px;
    20422047    width: auto;
    20432048    height: auto;
    2044 }
    2045 
    2046 td.image-icon img {
     2049    border: 1px solid #e7e7e7;
    20472050    border: 1px solid rgba(0, 0, 0, 0.07);
    20482051}
  • trunk/src/wp-admin/css/dashboard.css

    r32475 r32476  
    449449
    450450#dashboard_quick_press form {
    451     overflow: hidden;
    452451    margin: 12px;
    453452}
     
    570569
    571570#dashboard_quick_press .draft-title {
    572     overflow: hidden;
     571    word-wrap: break-word;
    573572}
    574573
    575574#dashboard_quick_press .draft-title a,
    576575#dashboard_quick_press .draft-title time {
    577     float: left;
    578576    margin: 0 5px 0 0;
    579577}
Note: See TracChangeset for help on using the changeset viewer.