Probleme GMAP

  • killer
  • Topic Author
  • Visitor
  • Visitor
6 years 4 months ago #4809 by killer
Replied by killer on topic Probleme GMAP
Peut tu m'indiquer comment obtenir cela stp?

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #4810 by gmapfp
Replied by gmapfp on topic Probleme GMAP
Tu peux pomper le CSS de mon site.
Comme :
div.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
div.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

Please Log in or Create an account to join the conversation.

  • killer
  • Topic Author
  • Visitor
  • Visitor
6 years 4 months ago #4811 by killer
Replied by killer on topic Probleme GMAP
cool merci par contre faut que je colle ca ou?

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #4812 by gmapfp
Replied by gmapfp on topic Probleme GMAP
Il faut que tu mettes ça dans le CSS de ton template.

Please Log in or Create an account to join the conversation.

  • killer
  • Topic Author
  • Visitor
  • Visitor
6 years 4 months ago #4813 by killer
Replied by killer on topic Probleme GMAP
Merci, y a t'il une autre manip à faire ou juste ce code suffit?

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #4814 by gmapfp
Replied by gmapfp on topic Probleme GMAP
Cela devrait suffire.

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds
Powered by Kunena Forum
FaLang translation system by Faboba