Make WordPress Core

Changeset 5185


Ignore:
Timestamp:
04/06/2007 12:38:30 AM (18 years ago)
Author:
rob1n
Message:

Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/rtl.css

    r5183 r5185  
    200200a.view-link {
    201201    right:auto;
    202     left:2em;
     202    left:5%;
    203203    margin-right:0;
    204     margin-left:19em;
    205 }
     204    margin-left:220px;
     205}
  • trunk/wp-admin/wp-admin.css

    r5182 r5185  
    13361336a.view-link {
    13371337    position: absolute;
    1338     right: 2em;
    1339     margin-right: 19em;
     1338    right: 5%;
     1339    margin-right: 220px;
    13401340    text-decoration:underline;
    13411341}
Note: See TracChangeset for help on using the changeset viewer.