Skip to content
Snippets Groups Projects
Commit 8414b00a authored by llaffont's avatar llaffont
Browse files

Amélioration affichage dans le simulateur téléphone

parent 2c25c6cc
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ ob_start();
</div>
<div id="iphone_container" class="iphone_container" onclick="clickContainer(event)">
<div class="iphone_application" align="left">
<div class="iphone_application">
<img src="<?php echo $this->profil->getHeaderImg(); ?>" width="100%">
<div style="background-color: transparent">
<?php echo $this->render($this->actionScript);?>
......
/* Simulation iphone sur un ecran normal */
body.iphone {
background: transparent url(../images/boites/gradient_fond_site.gif) repeat-x scroll bottom;
background-color: white;
font: 14px Helvetica,Arial;
margin: 0px;
padding: 0px;
}
body.iphone>div:first-child {
float: left;
width: 300px;
}
div.iphone_container
{
div.iphone_container {
background: transparent url(../images/systeme/iphone_container.jpg) no-repeat;
margin:0 auto;
padding:135px 0px 0px 1px;
width:390px;
min-height: 700px;
}
div.embed_hint {
clear:left;
margin: 50px 10px;
......@@ -51,6 +47,7 @@ body.main
/* tags de base */
table, td {padding:0px; margin:0px}
table {width: 100%}
img{border:none;}
a{color:rgb(76,86,108); text-decoration:none;}
a:hover{color:rgb(76,86,108); text-decoration:none;}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment