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