Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCheck
design
Commits
0d816ba3
Commit
0d816ba3
authored
Aug 15, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dashboard navbar
parent
ae68460a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/css/app.css
+1
-0
app/index.html
+5
-2
No files found.
app/css/app.css
100644 → 100755
View file @
0d816ba3
...
...
@@ -10265,6 +10265,7 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
}
.navbar
,
.navbar
.container
,
.navbar
.container-fluid
,
.navbar
.container-lg
,
.navbar
.container-md
,
.navbar
.container-sm
,
.navbar
.container-xl
{
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
center
;
justify-content
:
space-between
...
...
app/index.html
View file @
0d816ba3
...
...
@@ -26,6 +26,8 @@
<header
style=
"position: fixed; width: 100%; top: 0px; left: 0; z-index: 999;"
>
<nav
class=
"navbar navbar-dark bg-primary"
>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white"
></h1>
<div
class=
"d-flex align-items-center"
>
<a
class=
"navbar-brand category-btn lht-0 d-none"
onclick=
"CHK.openCategory();"
id=
"operationGroupMasterButton"
href=
"javascript:CHK.setCategoryHeight();"
>
<i
class=
"fa fa-folder fs-12 p-1"
id=
"category-toggle-button"
></i>
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonCategory"
>
カテゴリー
</span>
...
...
@@ -38,6 +40,7 @@
<img
class=
"icon-lg"
src=
"img/icon_scan.svg"
>
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonScan"
>
スキャン
</span>
</a>
</div>
</nav>
</header>
...
...
@@ -163,9 +166,9 @@
設定
</span>
</a>
<a
href=
""
class=
"nav-link text-white lht-0 p-1"
>
<a
href=
"
javascript:CHK_L.sendAppCommand('refreshContent');
"
class=
"nav-link text-white lht-0 p-1"
>
<img
class=
"icon"
src=
"img/icon_update.svg"
alt=
"更新"
>
<span
class=
"d-none d-md-inline fs-10 align-middle"
>
<span
class=
"d-none d-md-inline fs-10 align-middle
multi-lang"
data-msg=
"buttonRefresh
"
>
更新
</span>
</a>
...
...
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