Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068
git-svn-id: https://develop.svn.wordpress.org/trunk@5185 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8a8e57b000
commit
d560f89eb4
@ -199,7 +199,7 @@ a.dbx-toggle, a.dbx-toggle:visited {
|
|||||||
|
|
||||||
a.view-link {
|
a.view-link {
|
||||||
right:auto;
|
right:auto;
|
||||||
left:2em;
|
left:5%;
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
margin-left:19em;
|
margin-left:220px;
|
||||||
}
|
}
|
||||||
|
@ -1335,7 +1335,7 @@ a.page-numbers:hover {
|
|||||||
|
|
||||||
a.view-link {
|
a.view-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2em;
|
right: 5%;
|
||||||
margin-right: 19em;
|
margin-right: 220px;
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user