fix floating title position
This commit is contained in:
parent
301a09dc55
commit
da0f023745
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue