From 8b9935f677b8052d7ae10c86eecc50dc86257c1c Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Thu, 28 Sep 2017 00:59:49 +0530 Subject: [PATCH] padding fix --- hosting/static/hosting/css/virtual-machine.css | 4 +--- hosting/templates/hosting/orders.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosting/static/hosting/css/virtual-machine.css b/hosting/static/hosting/css/virtual-machine.css index a14abc31..6bd2ab1e 100644 --- a/hosting/static/hosting/css/virtual-machine.css +++ b/hosting/static/hosting/css/virtual-machine.css @@ -618,9 +618,7 @@ left: 8px; } .table-switch .last-td { - position: absolute; - bottom: 13px; - right: 0; + text-align: right; } .table-switch tbody tr .xs-td-inline { text-align: right; diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 4230ce0b..d747979d 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -31,7 +31,7 @@ {{ order.id }} {{ order.created_at | date:"M d, Y H:i" }} {{ order.price|unlocalize }} - + {% trans 'See Invoice' %}