1
0
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:
Benjamin Beganović 2020-11-06 13:12:28 +01:00
parent b909c85517
commit 40b3a45642
8 changed files with 56 additions and 8 deletions

View File

@ -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,

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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;