155 lines
2.5 KiB
CSS
155 lines
2.5 KiB
CSS
/********************************************
|
|
* <!-- disposition générale -->
|
|
********************************************/
|
|
#globalDiv {
|
|
padding-left:200px;
|
|
position: relative;
|
|
}
|
|
|
|
ul#actionMenu {
|
|
list-style-type:none;
|
|
position:absolute;
|
|
width:190px;
|
|
top:0;
|
|
left:0;
|
|
margin:20px;
|
|
padding:0;
|
|
}
|
|
|
|
h1 {
|
|
font-size:1.4em;
|
|
margin:2px;
|
|
}
|
|
td, tr {
|
|
margin:0;
|
|
}
|
|
|
|
#factureListDiv {
|
|
padding:5px;
|
|
background:#fad163;
|
|
}
|
|
|
|
#factureListDiv table#listeFactures {
|
|
padding:0;
|
|
width:100%;
|
|
}
|
|
|
|
.factureRow {
|
|
margin:2px;
|
|
position:relative;
|
|
}
|
|
|
|
.factureRow .factureSummary {
|
|
height:30px;
|
|
font-weight:bold;
|
|
padding:10px 20px;
|
|
background:#fff7D7;
|
|
}
|
|
.factureRow .factureSummary span.intitule {
|
|
float:left;
|
|
}
|
|
|
|
.factureRow .factureSummary span.montant {
|
|
float:right;
|
|
text-align:right;
|
|
}
|
|
|
|
.tdNoFactures {
|
|
text-align:center;
|
|
font-size:1.2em;
|
|
background-color:#fff7D7;
|
|
color:#666;
|
|
margin:0;
|
|
padding:5px;
|
|
}
|
|
|
|
.facturePayee {
|
|
}
|
|
.factureNonPayee .factureSummary {
|
|
color:red;
|
|
}
|
|
|
|
|
|
.actions {
|
|
display:block;
|
|
float:right;
|
|
font-size:0.9em;
|
|
font-weight:normal;
|
|
}
|
|
.actions a {
|
|
margin:2px 10px;
|
|
}
|
|
|
|
/********************************************
|
|
* <!-- factures - details -->
|
|
********************************************/
|
|
|
|
table.factureDetails {
|
|
background: #fff7D7 url(../images/fondFacturesDetails.png) repeat-x top;
|
|
padding:1%;
|
|
width:96%;
|
|
margin:0 1% 10px 1%;
|
|
}
|
|
|
|
.tdTotalDetail,
|
|
.tdTotalDetailIntitule {
|
|
border-top:thin black solid;
|
|
}
|
|
|
|
.tdTotalDetailIntitule {
|
|
text-align:right;
|
|
font-weight:bold;
|
|
}
|
|
|
|
table.factureDetails th {
|
|
border-bottom:thin black solid;
|
|
}
|
|
table.factureDetails th,
|
|
table.factureDetails td {
|
|
border-right:thin black solid;
|
|
margin:0;
|
|
padding:5px 20px;
|
|
}
|
|
|
|
/********************************************
|
|
* <!-- factures - divers -->
|
|
********************************************/
|
|
.note {
|
|
display:block;
|
|
font-size:small;
|
|
margin:3px;
|
|
font-weight:normal;
|
|
}
|
|
.note {
|
|
color:#666
|
|
}
|
|
|
|
.linkToggle {
|
|
display:block;
|
|
float:left;
|
|
height:15px;
|
|
width:15px;
|
|
background:transparent url(../images/fl.png) top left;
|
|
margin-right:1px;
|
|
}
|
|
|
|
/********************************************
|
|
* <!-- factures - historique -->
|
|
********************************************/
|
|
|
|
table#historique_sous {
|
|
width:100%;
|
|
}
|
|
|
|
table#historique_sous td {
|
|
background:#fff7D7;
|
|
padding:5px;
|
|
text-align:center;
|
|
border-top:2px #fad163 solid;
|
|
}
|
|
|
|
table#historique_sous th {
|
|
background:#fff7D7;
|
|
padding:5px;
|
|
text-decoration:underline;
|
|
}
|