Jump to content

Léger bug css


Recommended Posts

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;

Link to comment
Share on other sites

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... :P

4h56... Donc Gregory, quand il rentre de boîte... il corrige des bugs... Original ! 8-/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...