Fix alignment of next/prev links in offline style
With the old value, they were placed above the header bar. Moving them a few pixels below looks less broken. Pick-to: 6.2 6.3 5.15 Change-Id: Iddd9d5e0b5c199fe35a9c8b8a7cac9a472901a21 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
3ce1642f4c
commit
b8b3a8047f
@ -147,7 +147,7 @@ Top navigation
|
|||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
top: -47px;
|
top: -30px;
|
||||||
float: right;
|
float: right;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user