From 788621bd2bde8ca1dc1468b42ac18ac9c52127ca Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 23 Aug 2017 23:07:40 +0530 Subject: [PATCH] test markup removed --- .../static/hosting/css/virtual-machine.css | 2 +- hosting/templates/hosting/orders.html | 31 +++++++++---------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/hosting/static/hosting/css/virtual-machine.css b/hosting/static/hosting/css/virtual-machine.css index ee7cb2a3..d527cff4 100644 --- a/hosting/static/hosting/css/virtual-machine.css +++ b/hosting/static/hosting/css/virtual-machine.css @@ -296,7 +296,7 @@ border-radius: 3px; border: 2px solid #87B6EA; padding: 4px 20px; - width: 125px; + min-width: 155px; /* padding-bottom: 7px; */ } diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 97164dfe..584babab 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -27,23 +27,22 @@ - - {{ order.id }} - {{ order.created_at | date:"M d, Y" }} - {{ order.price }} - - {% if order.approved %} - Approved - {% else %} - Declined - {% endif %} - - - {% trans "View Detail" %} - - {% for order in orders %} - + + {{ order.id }} + {{ order.created_at | date:"M d, Y" }} + {{ order.price }} + + {% if order.approved %} + Approved + {% else %} + Declined + {% endif %} + + + {% trans "View Detail" %} + + {% endfor %}