From 5d31e6077f59c040b5523e7634674eab3541fa4d Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 17 Sep 2013 18:01:20 +0100 Subject: [PATCH] more mobile css tweaks to make sidebar items easier to click on --- mobile/smartphone.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mobile/smartphone.css b/mobile/smartphone.css index 76dd364e..1a7f7076 100644 --- a/mobile/smartphone.css +++ b/mobile/smartphone.css @@ -202,7 +202,7 @@ body { /* add extra padding, and a button effect, to sidebar link areas */ .linkdetails aside { - padding: 5px !important; + padding: 5px; margin-top: 3px; margin-botton: 3px; border: 2px outset #0e3d4e; @@ -214,3 +214,10 @@ body { margin-botton: 3px; border: 2px outset #0e3d4e; } + +#portaldetails .close { + padding: 4px; + border: 1px outset #0e3d4e; + margin-top: 2px; + background: #0e3d4e; +}