fix floating title position

This commit is contained in:
Andrew Dolgov 2013-07-11 08:39:09 +04:00
parent 301a09dc55
commit da0f023745

View file

@ -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;