Skip to content

Commit d560f89

Browse files
author
rob1n
committed
Use fixed widths instead of pixels, so it stays the same at all resolutions. see WordPress#4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5185 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8a8e57b commit d560f89

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

wp-admin/rtl.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ a.dbx-toggle, a.dbx-toggle:visited {
199199

200200
a.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+
}

wp-admin/wp-admin.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ a.page-numbers:hover {
13351335

13361336
a.view-link {
13371337
position: absolute;
1338-
right: 2em;
1339-
margin-right: 19em;
1338+
right: 5%;
1339+
margin-right: 220px;
13401340
text-decoration:underline;
1341-
}
1341+
}

0 commit comments

Comments
 (0)