mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 01:01:28 +00:00
fix floating title position
This commit is contained in:
@@ -230,11 +230,11 @@ div.cdmHeader span.author {
|
|||||||
div#floatingTitle {
|
div#floatingTitle {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
z-index : 5;
|
z-index : 5;
|
||||||
top : 26px;
|
top : 25px;
|
||||||
right : 0px;
|
right : 0px;
|
||||||
left : 0px;
|
left : 0px;
|
||||||
border-color : #ccc;
|
border-color : #ccc;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 1px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
background : #fcfcfc;
|
background : #fcfcfc;
|
||||||
color : #555;
|
color : #555;
|
||||||
|
|||||||
Reference in New Issue
Block a user