From: Marco Antonio Frias ButrĂ³n Date: Thu, 21 Nov 2013 06:26:17 +0000 (-0400) Subject: Fix hidden text behind the search icon X-Git-Tag: live~4625 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ebe7938886dd85021cd0e978d653b4ded54e9eba?hp=5a26a23cdadeb078b64621a3658dac6c0eecd08c Fix hidden text behind the search icon --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 42467adb3..9e3e312ad 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -398,7 +398,7 @@ table { font-size: $typeheight; line-height: 1.1; height: 25px; - padding: 2px 0px 2px $lineheight/4; + padding: 2px 22px 2px $lineheight/4; box-shadow: inset #DDD 0px 1px 3px; transition: 300ms linear;