mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
update the designs & fix huge gap between tables
This commit is contained in:
parent
b909c85517
commit
40b3a45642
@ -88,7 +88,13 @@
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
|
@ -95,12 +95,18 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3.5rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
@ -80,12 +80,18 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
@ -89,13 +89,19 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
border-top: 5px solid var(--primary-color);
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
@ -82,12 +82,18 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
@ -100,12 +100,18 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
@ -63,7 +63,13 @@
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table, #task-table > thead {
|
||||
|
@ -90,12 +90,18 @@
|
||||
#product-table,
|
||||
#task-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
/* margin-bottom: 200px; */
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.task-duration {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#product-table > thead,
|
||||
#task-table > thead {
|
||||
text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user