From 48832f9ac315f8a67034278c73ca7f652571b5b4 Mon Sep 17 00:00:00 2001 From: lepipele Date: Sun, 8 Apr 2018 00:06:47 -0500 Subject: [PATCH] Updating tables not to have top border and margin as requested --- BTCPayServer/Views/Apps/ListApps.cshtml | 2 +- BTCPayServer/Views/Invoice/ListInvoices.cshtml | 2 +- BTCPayServer/Views/Manage/ExternalLogins.cshtml | 2 +- BTCPayServer/Views/Server/ListUsers.cshtml | 2 +- BTCPayServer/Views/Stores/AddDerivationScheme.cshtml | 4 ++-- BTCPayServer/Views/Stores/ListTokens.cshtml | 2 +- BTCPayServer/Views/Stores/RequestPairing.cshtml | 2 +- BTCPayServer/Views/Stores/StoreUsers.cshtml | 2 +- BTCPayServer/Views/Stores/UpdateStore.cshtml | 4 ++-- BTCPayServer/Views/UserStores/ListStores.cshtml | 2 +- BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/BTCPayServer/Views/Apps/ListApps.cshtml b/BTCPayServer/Views/Apps/ListApps.cshtml index 2f6b27e24..05f3863ed 100644 --- a/BTCPayServer/Views/Apps/ListApps.cshtml +++ b/BTCPayServer/Views/Apps/ListApps.cshtml @@ -22,7 +22,7 @@
Create a new app - +
diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index c74fa1da5..e15011704 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -40,7 +40,7 @@
Store
+
diff --git a/BTCPayServer/Views/Manage/ExternalLogins.cshtml b/BTCPayServer/Views/Manage/ExternalLogins.cshtml index d2c8bd0ca..39fc54b9c 100644 --- a/BTCPayServer/Views/Manage/ExternalLogins.cshtml +++ b/BTCPayServer/Views/Manage/ExternalLogins.cshtml @@ -8,7 +8,7 @@ @if (Model.CurrentLogins?.Count > 0) {

Registered Logins

-
Date
+
@foreach (var login in Model.CurrentLogins) { diff --git a/BTCPayServer/Views/Server/ListUsers.cshtml b/BTCPayServer/Views/Server/ListUsers.cshtml index 2fa761832..5a6fc702a 100644 --- a/BTCPayServer/Views/Server/ListUsers.cshtml +++ b/BTCPayServer/Views/Server/ListUsers.cshtml @@ -9,7 +9,7 @@ @Html.Partial("_StatusMessage", Model.StatusMessage) -
+
diff --git a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml index b6995a461..dd167bd47 100644 --- a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml +++ b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml @@ -42,7 +42,7 @@
BTCPay format memo -
Name
+
@@ -88,7 +88,7 @@
-
Address type
+
diff --git a/BTCPayServer/Views/Stores/ListTokens.cshtml b/BTCPayServer/Views/Stores/ListTokens.cshtml index 3f326173a..006df3e54 100644 --- a/BTCPayServer/Views/Stores/ListTokens.cshtml +++ b/BTCPayServer/Views/Stores/ListTokens.cshtml @@ -9,7 +9,7 @@

You can allow a public key to access the API of this store

@Html.Partial("_StatusMessage", Model.StatusMessage) Create a new token -
Key path
+
diff --git a/BTCPayServer/Views/Stores/RequestPairing.cshtml b/BTCPayServer/Views/Stores/RequestPairing.cshtml index e72b40d00..860d8f6aa 100644 --- a/BTCPayServer/Views/Stores/RequestPairing.cshtml +++ b/BTCPayServer/Views/Stores/RequestPairing.cshtml @@ -15,7 +15,7 @@
-
Label
+
diff --git a/BTCPayServer/Views/Stores/StoreUsers.cshtml b/BTCPayServer/Views/Stores/StoreUsers.cshtml index 22ca1bfa3..7af89d36a 100644 --- a/BTCPayServer/Views/Stores/StoreUsers.cshtml +++ b/BTCPayServer/Views/Stores/StoreUsers.cshtml @@ -33,7 +33,7 @@
-
Label @Model.Label
+
diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 6fd2da27f..1f9d82ccc 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -72,7 +72,7 @@
-
Email
+
@@ -108,7 +108,7 @@

-
Crypto
+
diff --git a/BTCPayServer/Views/UserStores/ListStores.cshtml b/BTCPayServer/Views/UserStores/ListStores.cshtml index fbaafe922..8a911d5da 100644 --- a/BTCPayServer/Views/UserStores/ListStores.cshtml +++ b/BTCPayServer/Views/UserStores/ListStores.cshtml @@ -22,7 +22,7 @@
Crypto
+
diff --git a/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css b/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css index d130b9d6f..b2d8d30c7 100644 --- a/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css +++ b/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css @@ -1047,7 +1047,7 @@ pre { .table td { padding: 0.75rem; vertical-align: top; - border-top: 1px solid #dee2e6; } + border-top: 0px solid #dee2e6; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
Name