4
justify-content: space-around;
13
/* actual scheduling module */
16
justify-content: center;
19
/* Hours of each day display for the user */
22
background-image: url("../img/black50.png");
36
.hours-title-wrapper {
41
.hours-title-wrapper p{
47
border: 1px solid #909090;
54
background-color: #118811;
58
background-color: lightgreen;
67
/* Display for the other users */
68
#other-users-wrapper {
76
border: 1px solid black;
77
background-image: url("../img/black50.png");
83
.other-user-div > div {
87
.other-user-div .hours{
92
.other-user-div .title {
95
justify-content: space-between;
99
.other-user-div .title p {
102
text-transform: capitalize;
104
overflow: hidden !important;
105
text-overflow: ellipsis;
110
.other-user-div .title button {
114
.other-user-div .title button:hover {
115
background-color:#118811;;
118
.other-user-div .title img {
129
/**************************/
130
/* CSS for the datepicker */
131
/**************************/
134
background-image: url("../img/wood.png");
135
border: 1px solid black;
137
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.7);
142
.ui-datepicker-header {
144
border: 1px inset darkgray;
145
background-image: url("../img/black50.png");
149
.ui-datepicker-calendar {
150
border: 1px inset darkgray;
151
background-image: url("../img/black20.png");
154
.ui-datepicker-prev {
159
.ui-datepicker-next {
165
display: flex !important;
166
justify-content: space-around;
167
width: 540px !important;
170
.ui-datepicker-header {
175
.ui-datepicker-title {
177
transform: translateX(-50%);
b'\\ No newline at end of file'