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
f1d01c02
Commit
f1d01c02
authored
Jul 19, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新ボタン追加
parent
0a9dd91e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
app/css/app.css
+4
-5
app/index.html
+6
-2
No files found.
app/css/app.css
View file @
f1d01c02
...
...
@@ -10254,7 +10254,6 @@ 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
...
...
@@ -20189,6 +20188,7 @@ button {
}
.scan-area {
text-align: -webkit-center;
border-radius: 15px;
z-index: 1032;
height: calc(40%);
...
...
@@ -20211,14 +20211,13 @@ button {
}
.loading-spinner {
margin-left: 33%;
margin-top: 10%;
color: lightslategray;
}
.loading-close {
margin-top: 3%;
margin-left: 85%;
margin-right: 1%;
margin-top: 1%;
display: inherit;
}
.overlay.open {
...
...
app/index.html
View file @
f1d01c02
...
...
@@ -24,7 +24,11 @@
<i
class=
"fa fa-folder fs-12 p-1"
id=
"category-toggle-button"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
カテゴリー
</span>
</a>
<a
class=
"navbar-brand lht-0"
href=
"#"
style=
"margin:0px"
>
<a
class=
"navbar-brand lht-0"
href=
"#"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-redo fs-12 p-1"
id=
"updateButton"
onclick=
"CHK_L.sendAppCommand('refreshContent');"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
更新
</span>
</a>
<a
class=
"navbar-brand lht-0"
href=
"#"
style=
"margin: 0 10px 0 10px;float: right;"
>
<i
class=
"fa fa-wifi fs-12 p-1"
id=
"rfidScanButton"
onclick=
"CHK.startScan();"
></i>
<span
class=
"d-none d-md-inline fs-10"
>
スキャン
</span>
</a>
...
...
@@ -110,7 +114,7 @@
<a
class=
"dropdown-item sort-type"
data-sort=
"4"
onclick=
"CHK.changeSortType(this);"
>
閲覧日が新しい順
</a>
</div>
<a
href=
"javascript:CHK_L.sendAppCommand('refreshContent');"
class=
"text-decoration-none py-2 lht-0 d-inline-block ml-3"
>
<i
class=
"fa fa-
redo
text-dark"
></i>
<i
class=
"fa fa-
times
text-dark"
></i>
<span
class=
"d-none d-md-inline text-dark fs-10"
>
リセット
</span>
...
...
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