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
768a8433
Commit
768a8433
authored
Sep 07, 2022
by
NGUYEN THI MY DUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix operation List header, dasshboard header align center
parent
86e1f87f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
app/css/app.css
+8
-0
app/index.html
+2
-2
No files found.
app/css/app.css
View file @
768a8433
...
...
@@ -20364,3 +20364,11 @@ button {
margin-left
:
-2px
}
}
.alignCenter_header
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translateY
(
-50%
)
translateX
(
-50%
);
margin
:
auto
;
}
app/index.html
View file @
768a8433
...
...
@@ -35,7 +35,7 @@
<span
class=
"d-none d-md-inline fs-10 multi-lang"
data-msg=
"buttonCategory"
>
カテゴリー
</span>
</a>
</div>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang"
data-msg=
"operationListHeaderTitle"
>
作業一覧
</h1>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang
alignCenter_header
"
data-msg=
"operationListHeaderTitle"
>
作業一覧
</h1>
<div
class=
"d-flex align-items-center"
>
<a
class=
"navbar-brand lht-0"
href=
"javascript:CHK_L.sendAppCommand('refreshContent');"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-redo fs-12 p-1"
id=
"updateButton"
></i>
...
...
@@ -162,7 +162,7 @@
<header>
<nav
class=
"navbar navbar-dark bg-primary position-fixed fixed-top w-100"
>
<div></div>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang"
data-msg=
"dashboardHeaderTitle"
>
ダッシュボード
</h1>
<h1
class=
"fs-10 font-weight-bold mb-0 text-white multi-lang
alignCenter_header
"
data-msg=
"dashboardHeaderTitle"
>
ダッシュボード
</h1>
<div
class=
"d-flex align-items-center"
>
<a
href=
"javascript:CHK.goUrlWithCurrentParams('dashboard-setting.html');"
class=
"nav-link text-white lht-0 p-1 mr-2"
>
<img
class=
"icon"
src=
"img/icon_dashboard_setting.svg"
alt=
"設定"
>
...
...
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