mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
operator accounting fix
This commit is contained in:
parent
7f4becd901
commit
7744e1dccc
13 changed files with 325 additions and 403 deletions
|
@ -427,7 +427,6 @@ div#Oline {
|
|||
background-color:white;
|
||||
border-right: solid thin silver;
|
||||
border-bottom: solid thin silver;
|
||||
|
||||
}
|
||||
.tdval {
|
||||
padding:0.5em 1em;
|
||||
|
@ -437,7 +436,6 @@ div#Oline {
|
|||
background-color:white;
|
||||
border-right: solid thin silver;
|
||||
border-bottom: solid thin silver;
|
||||
|
||||
}
|
||||
|
||||
.tdescr2 {
|
||||
|
@ -480,8 +478,30 @@ div#Oline {
|
|||
border-right: solid thin silver;
|
||||
border-bottom: solid thin silver;
|
||||
}
|
||||
|
||||
.tdescr4 {
|
||||
padding:0.5em 1em;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
width:30%;
|
||||
font-size:0.81em;
|
||||
background-color:white;
|
||||
border-right: solid thin silver;
|
||||
border-bottom: solid thin silver;
|
||||
}
|
||||
|
||||
.tdval4 {
|
||||
padding:5px 14px;
|
||||
padding:0.5em 1em;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
min-width:200px;
|
||||
font-size:0.81em;
|
||||
background-color:white;
|
||||
border-right: solid thin silver;
|
||||
border-bottom: solid thin silver;
|
||||
}
|
||||
.tdval5 {
|
||||
padding:0.5em 1em;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
min-width:200px;
|
||||
|
@ -493,6 +513,7 @@ div#Oline {
|
|||
vertical-align: top;
|
||||
text-align: left;
|
||||
min-width:45px;
|
||||
max-width:200px;
|
||||
font-size:0.81em;
|
||||
background-color:white;
|
||||
border-right: solid thin silver;
|
||||
|
@ -511,7 +532,7 @@ div#Oline {
|
|||
}
|
||||
|
||||
.tdsum {
|
||||
padding:0.4em 0.5em;
|
||||
padding:0.1em 0.5em;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
Loading…
Add table
Add a link
Reference in a new issue