34 lines
447 B
CSS
34 lines
447 B
CSS
table.layout_middle td.layout_right div#container * {
|
|
font-size:12px;
|
|
}
|
|
.summary-box {
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
.summary-box div{
|
|
text-align: center;
|
|
padding: 5px;
|
|
border: 1px solid rgb(204, 203, 203);
|
|
}
|
|
|
|
.summary-box div.bg-label {
|
|
background-color:rgb(224, 223, 223)
|
|
}
|
|
|
|
.note-box {
|
|
height: 150px;
|
|
resize: none;
|
|
}
|
|
|
|
.amount-positive {
|
|
color: green;
|
|
}
|
|
|
|
.amount-negative {
|
|
color: red;
|
|
}
|
|
|
|
.amount-highlight {
|
|
color: blue;
|
|
}
|