Skip to content
Snippets Groups Projects
Commit 268d524e authored by 이권민's avatar 이권민
Browse files

[EDIT] meetinginfo.css

parent 889b3444
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ body { ...@@ -7,7 +7,6 @@ body {
.calendar-month .calendar { .calendar-month .calendar {
border: 0px; border: 0px;
padding: 0px; padding: 0px;
min-height: 26em;
} }
.center-container { .center-container {
...@@ -67,7 +66,7 @@ select { ...@@ -67,7 +66,7 @@ select {
outline: none; outline: none;
cursor: pointer; cursor: pointer;
} }
.calendarh2 { .calendar h2 {
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
...@@ -196,6 +195,27 @@ button:hover { ...@@ -196,6 +195,27 @@ button:hover {
margin: 10px; margin: 10px;
padding: 2px 10px; padding: 2px 10px;
} }
.calendarTable table {
width: 100%;
border-collapse: collapse;
text-align: center;
margin-bottom: 4%;
}
.calendarTable td {
border: 1px solid #ddd;
padding: 10px;
}
.calendarTable th {
background-color: #f4f4f4;
}
.calendarTable td {
background-color: #f4f4f4;
cursor: pointer;
}
/* Media queries for responsiveness */ /* Media queries for responsiveness */
@media (max-width: 768px) { @media (max-width: 768px) {
form { form {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment