[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taldir] branch master updated: back to bootstrap 5
From: |
gnunet |
Subject: |
[taler-taldir] branch master updated: back to bootstrap 5 |
Date: |
Fri, 10 Jan 2025 16:28:07 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository taldir.
The following commit(s) were added to refs/heads/master by this push:
new 63bdbb1 back to bootstrap 5
63bdbb1 is described below
commit 63bdbb16ccad069d416276b40bcb4fd625b3f62e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Jan 10 16:28:01 2025 +0100
back to bootstrap 5
---
static/css/bootstrap.min.css | 11 +++++------
web/templates/landing.html | 2 +-
web/templates/landing_email.html | 4 +---
web/templates/landing_phone.html | 4 +---
web/templates/lookup_result.html | 8 ++------
5 files changed, 10 insertions(+), 19 deletions(-)
diff --git a/static/css/bootstrap.min.css b/static/css/bootstrap.min.css
index 6561b6f..3993414 100644
--- a/static/css/bootstrap.min.css
+++ b/static/css/bootstrap.min.css
@@ -1,7 +1,6 @@
-/*!
- * Bootstrap v4.0.0 (https://getbootstrap.com)
- * Copyright 2011-2018 The Bootstrap Authors
- * Copyright 2011-2018 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
-
*/:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s
[...]
+@charset "UTF-8";/*!
+ * Bootstrap v5.3.3 (https://getbootstrap.com/)
+ * Copyright 2011-2024 The Bootstrap Authors
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+
*/:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--
[...]
/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/web/templates/landing.html b/web/templates/landing.html
index 7b5be68..d908c9e 100644
--- a/web/templates/landing.html
+++ b/web/templates/landing.html
@@ -27,7 +27,7 @@
<hr>
{{range .validators}}
<div class="row">
- <div class="col-lg-4 mb-2 offset-lg-3 text-center">
+ <div class="col-lg-4 mb-2 offset-lg-3 text-center d-grid gap-2">
<a href="/landing/{{.Name}}" class="btn btn-primary
btn-block">{{.Name}}</a>
</div>
</div>
diff --git a/web/templates/landing_email.html b/web/templates/landing_email.html
index 34c2ceb..bcdcd55 100644
--- a/web/templates/landing_email.html
+++ b/web/templates/landing_email.html
@@ -29,9 +29,7 @@
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center">
<div class="input-group mb-3">
- <div class="input-group-prepend">
- <span class="input-group-text"
id="inputGroup-sizing-default">Email</span>
- </div>
+ <span class="input-group-text"
id="inputGroup-sizing-default">Email</span>
<input type="text" name="address" class="form-control"
aria-label="Default" aria-describedby="inputGroup-sizing-default">
</div>
</div>
diff --git a/web/templates/landing_phone.html b/web/templates/landing_phone.html
index e8a380e..e572197 100644
--- a/web/templates/landing_phone.html
+++ b/web/templates/landing_phone.html
@@ -28,9 +28,7 @@
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center">
<div class="input-group mb-3">
- <div class="input-group-prepend">
- <span class="input-group-text"
id="inputGroup-sizing-default">Phone number: (+)</span>
- </div>
+ <span class="input-group-text"
id="inputGroup-sizing-default">Phone number: (+)</span>
<input type="text" name="address" class="form-control"
aria-label="Default" aria-describedby="inputGroup-sizing-default">
</div>
</div>
diff --git a/web/templates/lookup_result.html b/web/templates/lookup_result.html
index c83c012..c711b3a 100644
--- a/web/templates/lookup_result.html
+++ b/web/templates/lookup_result.html
@@ -41,9 +41,7 @@
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center">
<div class="input-group mb-3">
- <div class="input-group-prepend">
- <span class="input-group-text"
id="inputGroup-sizing-default">Payment System Address</span>
- </div>
+ <span class="input-group-text"
id="inputGroup-sizing-default">Payment System Address</span>
<input id="uriInput" name="target_uri" type="text"
class="form-control" aria-label="Default"
aria-describedby="inputGroup-sizing-default">
</div>
</div>
@@ -67,9 +65,7 @@
<div class="row">
<div class="col-lg-6 offset-lg-3 text-center">
<div class="input-group mb-3">
- <div class="input-group-prepend">
- <span class="input-group-text"
id="inputGroup-sizing-default">Payment System Address</span>
- </div>
+ <span class="input-group-text"
id="inputGroup-sizing-default">Payment System Address</span>
<input disabled="disabled" name="target_uri" type="text"
class="form-control" aria-label="Default"
aria-describedby="inputGroup-sizing-default" value="{{.result}}">
</div>
</div>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taldir] branch master updated: back to bootstrap 5,
gnunet <=