From c21244f679ec5714812eba723b7b5b9c406c1fbe Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Thu, 12 Apr 2012 01:08:02 -0400 Subject: [PATCH 2/2] fix the icons a bit Signed-off-by: Simon L'nu --- view/theme/dispy-dark/style.css | 6 +++--- view/theme/dispy/style.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index 1f776eed72..68d7e230fd 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -1945,8 +1945,8 @@ div[id$="wrapper"] br { margin: 0 0 -18px; position: absolute; text-decoration: none; - top: 18px; - right: 226px; + top: 113px; + right: 250px; } #profile-edit-links ul { margin: 20px 0; @@ -2611,7 +2611,7 @@ div[id$="wrapper"] br { .icon.drop, .icon.drophide, .icon.delete { float: left; - /*margin: 5px;*/ + margin: 0 2px; } .icon.s22.delete { display: block; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 70d722e818..66d19e0918 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1946,8 +1946,8 @@ div[id$="wrapper"] br { margin: 0 0 -18px; position: absolute; text-decoration: none; - top: 18px; - right: 226px; + top: 113px; + right: 250px; } #profile-edit-links ul { margin: 20px 0; @@ -2612,7 +2612,7 @@ div[id$="wrapper"] br { .icon.drop, .icon.drophide, .icon.delete { float: left; - /*margin: 5px;*/ + margin: 0 2px; } .icon.s22.delete { display: block;