From 90b4da1a9ba02ffb9652269c80d7cdaf999bd121 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 4 May 2013 08:55:25 +0200 Subject: [PATCH] improve position of top and page actions --- browser/skin/lobo/lobo.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/browser/skin/lobo/lobo.css b/browser/skin/lobo/lobo.css index 13665e8..4fbcbd3 100644 --- a/browser/skin/lobo/lobo.css +++ b/browser/skin/lobo/lobo.css @@ -279,7 +279,8 @@ fieldset.box td { .top-actions { position: absolute; - top: 30px; + top: 40px; + margin-left: 10px; } .quicksearch input { @@ -293,7 +294,7 @@ fieldset.box td { .page-actions { position: absolute; - top: 55px; + top: 75px; margin-left: 210px; }