Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 2, 2024
1 parent 85611b0 commit c0a424e
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 222 deletions.
26 changes: 25 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ul li {
}

.table {
margin: 0;
margin: 20px 0 0 0;
}
.table tr:first-child td {
border-top: none;
Expand All @@ -107,6 +107,8 @@ ul li {
label {
float: left;
width: 100%;
font-weight: normal;
font-size: 14px;
}
.form-group {
float: right;
Expand All @@ -121,14 +123,36 @@ label {
float: right;
}

.itemDesc {
float: left;
width: 100%;
margin: 0 0 10px 0;
}
.itemDesc .itemDesc_info {
float: left;
margin-right: 20px;
}
.itemDesc .itemDesc_info {
float: left;
}
.itemDesc .icons {
float: right;
}
.itemDesc .icons svg {
float: right;
}

footer {
margin: 50px 0 20px 0;
padding: 10px 0;
/*position: fixed;
bottom: 0;
right: 0;*/
float: right;
width: 100%;
line-height: 20px;
opacity: 0.8;
font-size: 13px;
}
footer p {
float: right;
Expand Down
Loading

0 comments on commit c0a424e

Please sign in to comment.