Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
TokenVaultManagement
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jasonwai
TokenVaultManagement
Commits
6d15e9f8
Commit
6d15e9f8
authored
1 year ago
by
alicewang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改UI
parent
5a8a6513
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
6 deletions
+23
-6
_Layout.cshtml
...en Vault Management/backstage/Views/Shared/_Layout.cshtml
+5
-4
style.css
...nt Token Vault Management/backstage/wwwroot/css/style.css
+2
-1
tokenizationPlatform.css
...Management/backstage/wwwroot/css/tokenizationPlatform.css
+16
-1
No files found.
Merchant Token Vault Management/backstage/Views/Shared/_Layout.cshtml
View file @
6d15e9f8
...
...
@@ -30,7 +30,8 @@
<!-- Layout styles -->
<link
rel=
"stylesheet"
href=
"~/css/style.css"
>
<!-- End layout styles -->
<link
rel=
"shortcut icon"
href=
"~/images/favicon.png"
/>
@*
<link
rel=
"shortcut icon"
href=
"~/images/favicon.png"
/>
*@
<link
rel=
"shortcut icon"
href=
"~/images/favicon.ico"
/>
<link
href=
"~/lib/fontawesome-free-6.4.0-web/css/fontawesome.css"
rel=
"stylesheet"
/>
<link
href=
"~/lib/fontawesome-free-6.4.0-web/css/solid.css"
rel=
"stylesheet"
/>
...
...
@@ -54,7 +55,7 @@
<nav
class=
"navbar default-layout-navbar col-lg-12 col-12 p-0 fixed-top d-flex flex-row"
>
<div
class=
"text-center navbar-brand-wrapper d-flex align-items-center justify-content-center"
>
<a
class=
"navbar-brand brand-logo"
asp-controller=
"Home"
asp-action=
"Index"
><img
src=
"~/images/LOGO_nsecured.svg"
alt=
"logo"
/></a>
@*
<a
class=
"navbar-brand brand-logo-mini"
asp-controller=
"Home"
asp-action=
"Index"
><img
src=
"~/images/logo-mini.svg"
alt=
"logo"
/></a>
*@
<a
class=
"navbar-brand brand-logo-mini"
asp-controller=
"Home"
asp-action=
"Index"
><img
src=
"~/images/LOGO_nsecured_mini.png"
alt=
"logo"
/></a>
</div>
<div
class=
"navbar-menu-wrapper d-flex align-items-stretch"
>
<button
class=
"navbar-toggler navbar-toggler align-self-center"
type=
"button"
data-toggle=
"minimize"
>
...
...
@@ -184,9 +185,9 @@
<div
class=
"container-fluid page-body-wrapper"
>
<!-- partial:./partials/_sidebar.html -->
<nav
class=
"sidebar sidebar-offcanvas"
id=
"sidebar"
>
<div
class=
"versionNo"
>
@*
<div
class=
"versionNo"
>
@Localizer["version"]: v2.2
</div>
</div>
*@
<ul
class=
"nav "
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
data-toggle=
"collapse"
href=
"#Member"
aria-expanded=
"false"
aria-controls=
"Member"
>
...
...
This diff is collapsed.
Click to expand it.
Merchant Token Vault Management/backstage/wwwroot/css/style.css
View file @
6d15e9f8
...
...
@@ -18073,7 +18073,8 @@ dl {
}
.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
width: calc(70px - 50px);
/*width: calc(70px - 50px);*/
width: unset;
max-width: 100%;
height: 28px;
margin: auto;
...
...
This diff is collapsed.
Click to expand it.
Merchant Token Vault Management/backstage/wwwroot/css/tokenizationPlatform.css
View file @
6d15e9f8
...
...
@@ -69,7 +69,7 @@ img {
}
.show
{
display
:
block
!important
;
display
:
block
;
}
/*ç•¶table裡的dropdpnw menu點開之後超éŽtable的高度時,table高度自動增åŠ
...
...
@@ -4025,7 +4025,22 @@ TBL_keysList tbody td {
}
.bootstrap-select
.dropdown-menu
{
margin-top
:
0px
;
}
.bootstrap-select.dropdown
.dropdown-menu
.dropdown-item
{
font-size
:
0.825rem
;
}
.bootstrap-select.permissionSelect
.dropdown-menu
{
top
:
40px
!important
;
transform
:
unset
!important
;
}
#maskSettingsAdvID
.show
{
display
:
block
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment