rindentation et correction pour la validit HTML/CSS
darcs-hash:20061115091251-f46e9-e4c56e67d1a8ebf2553d7820299f7522c70c3b7f.gz
This commit is contained in:
parent
f4b4826e22
commit
834ddfb647
8 changed files with 319 additions and 310 deletions
|
@ -2,166 +2,159 @@
|
|||
* <!-- disposition générale -->
|
||||
* ****************************************** */
|
||||
#globalDiv {
|
||||
padding-left:200px;
|
||||
position: relative;
|
||||
padding-left:200px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul#actionMenu {
|
||||
list-style-type:none;
|
||||
position:absolute;
|
||||
width:150px;
|
||||
top:0;
|
||||
left:0;
|
||||
margin:20px;
|
||||
padding:0;
|
||||
list-style-type:none;
|
||||
position:absolute;
|
||||
width:150px;
|
||||
top:0;
|
||||
left:0;
|
||||
margin:20px;
|
||||
padding:0;
|
||||
}
|
||||
ul#actionMenu li {
|
||||
clear:both;
|
||||
clear:both;
|
||||
}
|
||||
/* ****************************************** *
|
||||
* <!-- file name, menu de gauche -->
|
||||
* ****************************************** */
|
||||
#fileName {
|
||||
width:150px;
|
||||
text-align:center;
|
||||
//float:left;
|
||||
padding:50px 5px 5px 5px;
|
||||
//eight:20px;
|
||||
background: url(../images/pdf-icon.png) center top no-repeat;
|
||||
//margin-top:-30px;
|
||||
margin-bottom:10px;
|
||||
overflow:auto;
|
||||
width:150px;
|
||||
text-align:center;
|
||||
padding:50px 5px 5px 5px;
|
||||
background: url(../images/pdf-icon.png) center top no-repeat;
|
||||
margin-bottom:10px;
|
||||
overflow:auto;
|
||||
}
|
||||
#actionNouvelleImpression {
|
||||
margin:1em 0;
|
||||
margin:1em 0;
|
||||
}
|
||||
#actionEtatImprimante {
|
||||
padding:0.4em;
|
||||
border: thin black solid;
|
||||
margin:1em 0;
|
||||
padding:0.4em;
|
||||
border: thin black solid;
|
||||
margin:1em 0;
|
||||
}
|
||||
|
||||
/* ******************************************* *
|
||||
* <!-- formulaire reglages impression -->
|
||||
* ******************************************* */
|
||||
form#form_impression {
|
||||
margin: 0px;
|
||||
font-size: 100%;
|
||||
min-width:600px;
|
||||
margin: 0px;
|
||||
font-size: 100%;
|
||||
min-width:600px;
|
||||
}
|
||||
form#form_impression #preview {
|
||||
border:1px black solid;
|
||||
width:150px;
|
||||
height:150px;
|
||||
padding:10px;
|
||||
background-color:#C0C0C0;
|
||||
|
||||
border:1px black solid;
|
||||
width:150px;
|
||||
height:150px;
|
||||
padding:10px;
|
||||
background-color:#C0C0C0;
|
||||
}
|
||||
|
||||
form#form_impression #rightColumn {
|
||||
margin:10px 10px 10px 240px;
|
||||
margin:10px 10px 10px 240px;
|
||||
}
|
||||
|
||||
form#form_impression #leftColumn {
|
||||
float:left;
|
||||
width:170px;
|
||||
margin:10px;
|
||||
padding:0;
|
||||
float:left;
|
||||
width:170px;
|
||||
margin:10px;
|
||||
padding:0;
|
||||
}
|
||||
div#prix_placeholder {
|
||||
margin:6px 0;
|
||||
width:170px;
|
||||
min-height:16px;
|
||||
padding:0;
|
||||
color:gray;
|
||||
|
||||
margin:6px 0;
|
||||
width:170px;
|
||||
min-height:16px;
|
||||
padding:0;
|
||||
color:gray;
|
||||
}
|
||||
div#prix_placeholder img {
|
||||
margin-right:2px;
|
||||
float:right;
|
||||
margin-right:2px;
|
||||
float:right;
|
||||
}
|
||||
form#form_impression fieldset fieldset {
|
||||
margin:10px;
|
||||
margin:10px;
|
||||
}
|
||||
form#form_impression>fieldset {
|
||||
position:relative;
|
||||
padding:20px;
|
||||
position:relative;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
form#form_impression .bouttons {
|
||||
text-align:right;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
|
||||
form#form_impression label.labelInput {
|
||||
display:block;
|
||||
width:4em;
|
||||
margin-right:4px;
|
||||
float:left;
|
||||
text-align:right;
|
||||
display:block;
|
||||
width:4em;
|
||||
margin-right:4px;
|
||||
float:left;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
/* ****************************************** *
|
||||
* <!-- popup choix fichier -->
|
||||
* ****************************************** */
|
||||
#popupFichiers {
|
||||
background:#AE0F3E;
|
||||
z-index:500;
|
||||
float:left;
|
||||
position:fixed;
|
||||
min-width:450px;
|
||||
top:110px;
|
||||
left:20%;
|
||||
right:20%;
|
||||
padding:0;
|
||||
background:#AE0F3E;
|
||||
z-index:500;
|
||||
float:left;
|
||||
position:fixed;
|
||||
min-width:450px;
|
||||
top:110px;
|
||||
left:20%;
|
||||
right:20%;
|
||||
padding:0;
|
||||
}
|
||||
#popupFichiers #insideDiv {
|
||||
background:white;
|
||||
margin:2px 5px;
|
||||
background:white;
|
||||
margin:2px 5px;
|
||||
}
|
||||
#popupFichiers #insideDiv form {
|
||||
margin:2px 5px;
|
||||
margin:2px 5px;
|
||||
}
|
||||
#popupFichiers h1 {
|
||||
font-size:1em;
|
||||
margin:0;
|
||||
text-align:center;
|
||||
color:white;
|
||||
font-size:1em;
|
||||
margin:0;
|
||||
text-align:center;
|
||||
color:white;
|
||||
}
|
||||
#popupFichiers h1:before {
|
||||
content:url("../images/WindowTitleLogo.png");
|
||||
margin-right:5px;
|
||||
content:url("../images/WindowTitleLogo.png");
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#popupFichiers h2 {
|
||||
font-size:1.1em;
|
||||
border-bottom:thin black solid;
|
||||
font-size:1.1em;
|
||||
border-bottom:thin black solid;
|
||||
}
|
||||
#popupFichiers select,
|
||||
#popupFichiers input.file {
|
||||
width:100%;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.button {
|
||||
float:right;
|
||||
float:right;
|
||||
}
|
||||
|
||||
/* ****************************************** *
|
||||
* <!-- popup impression en cours -->
|
||||
* ****************************************** */
|
||||
div#printingPopupContent {
|
||||
background: white url("../images/printer.png") left center no-repeat;;
|
||||
padding:10px 10px 10px 115px;
|
||||
min-height:100px;
|
||||
background: white url("../images/printer.png") left center no-repeat;;
|
||||
padding:10px 10px 10px 115px;
|
||||
min-height:100px;
|
||||
}
|
||||
|
||||
#printingPopupContent a,
|
||||
#printingPopupContent span {
|
||||
display:block;
|
||||
font-weight: bold;
|
||||
margin:5px 0;
|
||||
display:block;
|
||||
font-weight: bold;
|
||||
margin:5px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue