Issue #0001636: Modifiactions pour IE6
This commit is contained in:
parent
f90bb1cef6
commit
0255b5120b
@ -617,6 +617,7 @@ $(document).ready(function(){
|
||||
width: 710,
|
||||
height: 530,
|
||||
modal: true,
|
||||
resizable: false,
|
||||
open: function(event, ui) {
|
||||
$(this).html('Chargement...');
|
||||
$(this).load(href);
|
||||
|
@ -3,14 +3,15 @@
|
||||
<?php } else {?>
|
||||
|
||||
<style>
|
||||
div#dlg input[type="text"] {
|
||||
div#dlg input#frm {
|
||||
border-radius:0;
|
||||
font-size:0.9em;
|
||||
font-size:95%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
padding:0em 0em 0em 0.2em;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
width: 20em;
|
||||
height:1.5em;
|
||||
}
|
||||
pre {
|
||||
font-family: arial;
|
||||
|
Loading…
Reference in New Issue
Block a user