Skip to content

Commit

Permalink
fix calendar borders
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Apr 16, 2024
1 parent 7537126 commit 2c95d4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<body style="overflow-x: hidden" class="medium-section">
<navigation-manager>
<nav>
<type-select id="businessId" name="businesses" label="Group: "></type-select>
<type-select id="businessId" name="groups" label="Group: "></type-select>
<script type="module">
import { useURL } from './util/StateManager.js';
const tabmanager = useURL('tab');
Expand Down
5 changes: 5 additions & 0 deletions public/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
body {
opacity: 0;
}
/* calendar */
.calendar > table, th, td {
border: 2px solid;
padding: 0.5rem;
}
</style>
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ <h1>Actions</h1>
name="Take Attendance"
icon="icon-scanner-solid"
link="scanner.html"
description="Pick a business and event to start taking attendance or create a new event."
description="Pick a group and event to start taking attendance or create a new event."
></action-icon>
<action-icon
name="Start a Group"
icon="fa-solid fa-user-group"
link="payment.html"
description="Start a group to record attendance for your business."
description="Start a group to record attendance for your group."
></action-icon>
</div>
<!-- <div class="rows">
Expand All @@ -145,13 +145,13 @@ <h1>Actions</h1>
name="Analytic Overview"
icon="fas fa-chart-bar"
link="admin.html?tab=stats"
description="As an owner, see which members put in the hours and view statistics on which events and dates members attend. As a member, see your attendance, report mistakes, and figure out where you need to step it up."
description="See which members put in the hours and view statistics on which events and dates members attend."
></action-icon>
<action-icon
name="Report Absence"
icon="icon-tombstone-solid"
link="calendar.html"
description="Know you'll be absent at a future event? Report it here so your group admins and moderators can plan accordingly."
description="Know you'll be absent at a future event? Report it here so your group can plan accordingly."
></action-icon>
</div>
</section>
Expand Down

0 comments on commit 2c95d4e

Please sign in to comment.