Vulckain 0 Posted February 6, 2009 Bonjour à tous Je me suis aperçu que l'image http://www.prestashop.com/demo/themes/prestashop/img/block_search_bg.jpg dans le thème par défaut est à 330px sur le fichier "global.css"C'est pourquoi l'angle gauche n'est pas arrondis comme l'angle droit.Si vous désirez avoir l'angle gauche arrondi il vous faudra modifier cette partie:/* block top search */ #header #search_block_top { background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right; height: 28px; width: 330px; float: right; Par ceci /* block top search */ #header #search_block_top { background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right; height: 28px; width: 336px; float: right; Share this post Link to post Share on other sites
Gregory Roussac 222 Posted February 7, 2009 Corrigé sur SVN.Merci.(PS: c'est plutot pour le forum Graphisme non ?) Share this post Link to post Share on other sites
Patric 569 Posted February 7, 2009 Bien vu !J'avais remarqué cette différence de coins, mais je m'étais toujours dit que c'était normal... Ca donnait un style...Déplacé dans le forum Graphisme.Ceci dit ça aurait aussi pu aller dans le forum Bugs... 4h56... Donc Gregory, quand il rentre de boîte... il corrige des bugs... Original ! 8-/ Share this post Link to post Share on other sites