diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css index 01ff5090..c70051b6 100644 --- a/hosting/static/hosting/css/commons.css +++ b/hosting/static/hosting/css/commons.css @@ -355,4 +355,20 @@ .no-cards a { color: #7ca3d0; +} + +.btn-plain { + background: transparent; + border: none; + fill: #595959; + color: #595959; + outline: none; +} +.btn-plain:hover, +.btn-plain:focus, +.btn-plain:active, +.btn-plain:active:focus { + outline: none; + color: #999; + fill: #999; } \ No newline at end of file diff --git a/hosting/static/hosting/css/order.css b/hosting/static/hosting/css/order.css index 3e916cdd..186f7c16 100644 --- a/hosting/static/hosting/css/order.css +++ b/hosting/static/hosting/css/order.css @@ -29,10 +29,18 @@ margin-top: -6px; } -.order-detail-container .dashboard-title-thin .svg-img { +.order-detail-container .dashboard-container-head { + position: relative; + padding: 0; +} + +.order-detail-container .dashboard-container-options { + position: absolute; + top: 10px; + right: 0; +} +.order-detail-container .dashboard-container-options .svg-img { height: 20px; - margin-right: 5px; - margin-top: -2px; + /* margin-right: 5px; */ width: 20px; - margin-top: -6px; } \ No newline at end of file diff --git a/hosting/static/hosting/img/icon-pdf.svg b/hosting/static/hosting/img/icon-pdf.svg index 20fc9c48..3743bbb8 100644 --- a/hosting/static/hosting/img/icon-pdf.svg +++ b/hosting/static/hosting/img/icon-pdf.svg @@ -4,8 +4,8 @@ icon-pdf Created with Sketch. - - + + diff --git a/hosting/static/hosting/img/icon-print.svg b/hosting/static/hosting/img/icon-print.svg index e440f326..75eb175f 100644 --- a/hosting/static/hosting/img/icon-print.svg +++ b/hosting/static/hosting/img/icon-print.svg @@ -4,8 +4,8 @@ 54471 Created with Sketch. - - + + diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 8278db45..56154d29 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -18,10 +18,10 @@

{% blocktrans with page_header_text=page_header_text|default:"Invoice" %}{{page_header_text}}{% endblocktrans %}

- - - - +
+ + +