From dbdcb2cdc6ab75df2bbc7ef1a79e211a78bc0105 Mon Sep 17 00:00:00 2001 From: relativistic electron Date: Thu, 14 Jul 2022 20:04:50 +0200 Subject: [PATCH 01/10] cellphone style --- src/cryptoadvance/specter/static/styles.css | 4 ++++ .../specter/templates/includes/page-limit-select.html | 6 ++++-- src/cryptoadvance/specter/templates/includes/tx-table.html | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/cryptoadvance/specter/static/styles.css b/src/cryptoadvance/specter/static/styles.css index bb28268564..715006237e 100644 --- a/src/cryptoadvance/specter/static/styles.css +++ b/src/cryptoadvance/specter/static/styles.css @@ -1147,6 +1147,10 @@ nav.collapse-on-mobile a.mobile-nav-icon { } } @media (max-width: 690px){ + .table-holder{ + padding-left: 10px; + padding-right: 10px; + } .card{ border-width: 0px; width: auto; diff --git a/src/cryptoadvance/specter/templates/includes/page-limit-select.html b/src/cryptoadvance/specter/templates/includes/page-limit-select.html index 13fdd07861..397a4dd2db 100644 --- a/src/cryptoadvance/specter/templates/includes/page-limit-select.html +++ b/src/cryptoadvance/specter/templates/includes/page-limit-select.html @@ -14,13 +14,15 @@ background-image: url(/../../static/img/down-arrow.svg); background-position: right; background-size: 1.3em; - min-width: 80px; + min-width: 60px; } .page-limit-option { background-color: var(--cmap-bg-lighter); } + + - {{ _("Page limit") }}: + {{ _("Page limit") }}:
- -
- -

{{ _('Search options') }}

- - {{ _("You can search using addresses, tx-IDs, labels, confirmations or amounts.") }}

- {{ _('Search like this in the time field:') }} %d.%m.%Y %H:%M

- {{ _('Search like this for amounts:') }}
- 1 {{ _("for anything more than 1") }}
- < 1 {{ _("for less than 1 BTC (don't forget the space)") }}
-
-
-
- - - + +
+ + +
- - {% include "includes/page-limit-select.html" %} - -
- -
-
- -

{{ _('Search options') }}

- - {{ _("You can search using addresses, tx-IDs, labels, confirmations or amounts.") }}

- {{ _('Search like this in the time field:') }} %d.%m.%Y %H:%M

- {{ _('Search like this for amounts:') }}
- 1 {{ _("for anything more than 1") }}
- < 1 {{ _("for less than 1 BTC (don't forget the space)") }}
-
-
+
+ + {% include "includes/page-limit-select.html" %} + +
+ +
+
+ +

{{ _('Search options') }}

+ + {{ _("You can search using addresses, tx-IDs, labels, confirmations or amounts.") }}

+ {{ _('Search like this in the time field:') }} %d.%m.%Y %H:%M

+ {{ _('Search like this for amounts:') }}
+ 1 {{ _("for anything more than 1") }}
+ < 1 {{ _("for less than 1 BTC (don't forget the space)") }}
+
+
+
-
- -

{{ _('Search options') }}

- - {{ _("You can search using addresses, tx-IDs, labels, confirmations or amounts.") }}

- {{ _('Search like this in the time field:') }} %d.%m.%Y %H:%M

- {{ _('Search like this for amounts:') }}
- 1 {{ _("for anything more than 1") }}
- < 1 {{ _("for less than 1 BTC (don't forget the space)") }}
-
-
-
+ + {% include "includes/page-limit-select.html" %} + +
+ +
+
+ +

{{ _('Search options') }}

+ + {{ _("You can search using addresses, tx-IDs, labels, confirmations or amounts.") }}

+ {{ _('Search like this in the time field:') }} %d.%m.%Y %H:%M

+ {{ _('Search like this for amounts:') }}
+ 1 {{ _("for anything more than 1") }}
+ < 1 {{ _("for less than 1 BTC (don't forget the space)") }}
+
+