1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:05:56 +00:00

toolbar placement fix in graycube

This commit is contained in:
Andrew Dolgov
2006-10-01 08:04:44 +01:00
parent c91c224952
commit 140eda6c57

View File

@@ -246,7 +246,7 @@ span.contentPreview:hover {
#toolbar { #toolbar {
position : absolute; position : absolute;
left : 280px; left : 280px;
padding : 0px 20px 10px 10px; padding : 0px 20px 10px 0px;
top : 50px; top : 50px;
right : 0px; right : 0px;
white-space: nowrap; white-space: nowrap;