From fde2202c88a0fea743eaecb92f26e7ceca099090 Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Fri, 15 Mar 2013 11:18:37 +0100 Subject: [PATCH] Small CSS adjustments for compact mode A couple of fixes: * Rule to avoid the back link to be underlined when it is rendered as a button for the compact version of ULS. * Fix for a 1px misalignment between search box and suggestion (the 1px is needed only when search box has a 1px border) --- css/jquery.uls.compact.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/jquery.uls.compact.css b/css/jquery.uls.compact.css index 6336d9f..ca787e4 100644 --- a/css/jquery.uls.compact.css +++ b/css/jquery.uls.compact.css @@ -24,6 +24,7 @@ box-shadow: none; outline: none; font-size: 18px; + left: 0; } .uls-compact .uls-language-list { @@ -49,6 +50,7 @@ margin: 15px 0 5px 19px; cursor: pointer; padding: 6px; + text-decoration: none; font-size: 14px; border: 1px solid transparent; }