mise en place de l'interface d'impression
darcs-hash:20060926233858-f46e9-9bd5cb2fd7b3b2afecaa569d90e9fc0cea327314.gz
This commit is contained in:
parent
50c15ab2c1
commit
823dbe61f3
2 changed files with 364 additions and 343 deletions
|
@ -26,10 +26,11 @@ ul#actionMenu li {
|
|||
text-align:center;
|
||||
float:left;
|
||||
padding:50px 5px 5px 5px;
|
||||
height:20px;
|
||||
//eight:20px;
|
||||
background: url(../images/pdf-icon.png) center top no-repeat;
|
||||
margin-top:-30px;
|
||||
margin-bottom:10px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
/* ******************************************* *
|
||||
|
@ -59,7 +60,18 @@ form#form_impression #leftColumn {
|
|||
margin:10px;
|
||||
padding:0;
|
||||
}
|
||||
div#prix_placeholder {
|
||||
margin:6px 0;
|
||||
width:170px;
|
||||
min-height:16px;
|
||||
padding:0;
|
||||
color:gray;
|
||||
|
||||
}
|
||||
div#prix_placeholder img {
|
||||
margin-right:2px;
|
||||
float:right;
|
||||
}
|
||||
form#form_impression fieldset fieldset {
|
||||
margin:10px;
|
||||
}
|
||||
|
|
|
@ -358,3 +358,12 @@ table.factureDetails td {
|
|||
margin:0;
|
||||
padding:5px 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/********************************************
|
||||
* divers
|
||||
********************************************/
|
||||
.empty {
|
||||
color:gray;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue