Use fixed widths instead of pixels, so it stays the same at all resolutions. see #4068
git-svn-id: http://svn.automattic.com/wordpress/trunk@5185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
00e9ff778a
commit
0b5b8fb535
|
@ -199,7 +199,7 @@ a.dbx-toggle, a.dbx-toggle:visited {
|
|||
|
||||
a.view-link {
|
||||
right:auto;
|
||||
left:2em;
|
||||
left:5%;
|
||||
margin-right:0;
|
||||
margin-left:19em;
|
||||
margin-left:220px;
|
||||
}
|
|
@ -1335,7 +1335,7 @@ a.page-numbers:hover {
|
|||
|
||||
a.view-link {
|
||||
position: absolute;
|
||||
right: 2em;
|
||||
margin-right: 19em;
|
||||
right: 5%;
|
||||
margin-right: 220px;
|
||||
text-decoration:underline;
|
||||
}
|
Loading…
Reference in New Issue