aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/static')
-rw-r--r--ihatemoney/static/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index 9c02b28..135a684 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -325,6 +325,13 @@ footer .footer-left {
margin-bottom: 30px;
}
+@media (min-width: 768px) {
+ .split_bills, #table_overflow.statistics {
+ /* The table is shifted to left, so add the spacer width on the right to match */
+ width: calc(100% + 15px);
+ }
+}
+
.project-actions > .delete,
.project-actions > .edit {
font-size: 0px;
@@ -397,6 +404,7 @@ tr.payer_line .balance-name {
.balance.table {
table-layout: fixed;
+ margin-top: 30px;
}
#bill-form > fieldset {