summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 08:04:44 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 08:04:44 +0100
commit140eda6c579393373433ea87db397b46e1a37c2f (patch)
tree358291b1492328cb59230b375dbd147b8ce8146c /themes
parentc91c224952dae21939c8d6d13fb692328e9f65c2 (diff)
toolbar placement fix in graycube
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 57320e1cc..29ac8bb9f 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -246,7 +246,7 @@ span.contentPreview:hover {
#toolbar {
position : absolute;
left : 280px;
- padding : 0px 20px 10px 10px;
+ padding : 0px 20px 10px 0px;
top : 50px;
right : 0px;
white-space: nowrap;