From 63abc464ac9c23bd0550a3e2e404ae868f20cfec Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 2 Dec 2011 16:22:53 +0000 Subject: [PATCH] // fix new theme css git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10873 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blocknewsletter/blocknewsletter.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/blocknewsletter/blocknewsletter.css b/modules/blocknewsletter/blocknewsletter.css index b3ce555f2..790fcd5ec 100644 --- a/modules/blocknewsletter/blocknewsletter.css +++ b/modules/blocknewsletter/blocknewsletter.css @@ -14,10 +14,10 @@ #newsletter_block_left input.inputNew { position: relative; - top: -1px; + top: -1px; padding:0 5px; - height:21px; - width:150px; + height:20px; + width:145px; border:1px solid #ccc; border-right:none; -moz-border-radius-topleft: 3px; @@ -32,6 +32,9 @@ *:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */ #newsletter_block_left input.button_mini { + position:relative; + left:-2px; + width: 24px; height:23px; width:24px; border:0;