Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
move css into index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 committed Apr 7, 2023
1 parent e209f14 commit 4ef96e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
24 changes: 0 additions & 24 deletions common/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,30 +155,6 @@
</script>
</div>

<style>
.card {
margin-top: 3rem;
}

#Browser-ColorMode,
#Browser-Language {
margin-right: 2rem;

}

.SaveTime {
margin-right: 0.8rem;
}

.card-item:not(:first-of-type) {
margin-top: 2rem;
}

select {
margin-top: 0.5rem;
}
</style>

<div class="card page" id="usersettings" style="display: none;">
<div class="card-header"><?php t("UserSettings") ?></div>
<div class="card-body">
Expand Down
22 changes: 22 additions & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,26 @@ nav.breadcrumb {

.form-group.row {
margin-block: 10px;
}

.card {
margin-top: 3rem;
}

#Browser-ColorMode,
#Browser-Language {
margin-right: 2rem;

}

.SaveTime {
margin-right: 0.8rem;
}

.card-item:not(:first-of-type) {
margin-top: 2rem;
}

select {
margin-top: 0.5rem;
}

0 comments on commit 4ef96e5

Please sign in to comment.