Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
ceed0dda
Commit
ceed0dda
authored
Sep 02, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix style of ygopro page
parent
a56b2451
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
app/app-detail.component.css
app/app-detail.component.css
+18
-0
app/app-detail.component.html
app/app-detail.component.html
+4
-3
No files found.
app/app-detail.component.css
View file @
ceed0dda
...
...
@@ -226,6 +226,24 @@ table th, table td {
.tag
{
font-size
:
12px
;
padding
:
2px
5px
;
margin-right
:
5px
;
}
table
.expansions
thead
{
color
:
#ffffff
;
background-color
:
#5bc0de
;
}
table
.expansions
thead
th
:first-child
{
border-top-left-radius
:
5px
;
}
table
.expansions
thead
th
:last-child
{
border-top-right-radius
:
5px
;
}
table
.expansions
tr
:last-child
td
:first-child
{
border-bottom-left-radius
:
5px
;
}
table
.expansions
tr
:last-child
td
:last-child
{
border-bottom-right-radius
:
5px
;
}
#purchase-form
.form-check
{
...
...
app/app-detail.component.html
View file @
ceed0dda
...
...
@@ -155,9 +155,10 @@
<div
*ngIf=
"currentApp.isReady()"
>
<div
*ngIf=
"mods && mods.length"
>
<table
class=
"table table-striped"
>
<thead
class=
"thead-inverse"
>
<div
class=
"panel"
*ngIf=
"mods && mods.length"
>
<h2
i18n
>
扩展
</h2>
<table
class=
"table table-striped expansions"
>
<thead>
<tr>
<th>
#
</th>
<th
i18n
>
名称
</th>
...
...
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