From 934c778db02fc999694e5aa3de93d49f8d6e8936 Mon Sep 17 00:00:00 2001 From: Maxim Andersson Date: Wed, 28 Aug 2013 22:30:36 +0200 Subject: [PATCH] wider touch area for the settings icon --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 809a221d14..63d23cf20f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1051,10 +1051,10 @@ body.publicmode.notloggedin .entry-unread { width:29px; height:29px; left:100%; - top:10px; - margin-left:-48px; - background:url(images/nav-mobile-settings.png) no-repeat; + margin-left:-66px; + background:url(images/nav-mobile-settings.png) no-repeat center; background-size:29px 29px; + padding:11px 21px 11px 15px; } #nav {