ajout d'un avertissemt concernant l'impression et IE + style associ
darcs-hash:20061116234732-f46e9-6df3713eb235c5cef8be990d9111636d580872c6.gz
This commit is contained in:
parent
d3c4e0cc0b
commit
e310bd2392
2 changed files with 24 additions and 2 deletions
|
@ -195,3 +195,20 @@ div.visualClear {clear:both;}
|
||||||
.aide {
|
.aide {
|
||||||
font-size:0.8em;
|
font-size:0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.crans_warning {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: .8em;
|
||||||
|
border : thin black solid;
|
||||||
|
display: block;
|
||||||
|
width:80%;
|
||||||
|
padding:3px 5px 3px 30px;
|
||||||
|
margin:auto;
|
||||||
|
background: center left no-repeat url('/static/images/crans_mini_warning.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.crans_signature {
|
||||||
|
text-align: right;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
|
@ -81,6 +81,11 @@
|
||||||
#if $getVar('openError',False)
|
#if $getVar('openError',False)
|
||||||
<div style="text-align:center;width:40%;border:2px solid red;margin:5px auto;padding:5px 10px;">$openError</div>
|
<div style="text-align:center;width:40%;border:2px solid red;margin:5px auto;padding:5px 10px;">$openError</div>
|
||||||
#end if
|
#end if
|
||||||
|
<p class="crans_warning">Il semblerait que l'interface d'impression ne soit
|
||||||
|
pas compatible avec internet explorer. Nous espérons pouvoir
|
||||||
|
régler ce problème au plus vite. Nous vous conseillons en attendant
|
||||||
|
d'utiliser <a href="http://www.mozilla-europe.org/fr/products/firefox/">Firefox</a>. <span class="crans_signature">Les
|
||||||
|
nounous</span> </p>
|
||||||
<form method="post" action="./" enctype="multipart/form-data">
|
<form method="post" action="./" enctype="multipart/form-data">
|
||||||
<h2>Mes fichiers</h2>
|
<h2>Mes fichiers</h2>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue