4
justify-content: space-around;
9
width: calc(50% - 30px);
12
.main-choices button {
18
/* actual scheduling module */
21
justify-content: center;
24
/* Hours of each day display for the user */
27
background-image: url("../img/black50.png");
41
.hours-title-wrapper {
46
.hours-title-wrapper p {
52
border: 1px solid #909090;
59
background-color: #118811;
63
background-color: lightgreen;
71
/*********************************/
72
/* Display for the other users */
73
/*********************************/
74
#other-users-wrapper {
81
border: 1px solid black;
82
background-image: url(../img/black50.png);
89
.other-days-container {
94
.other-days-container > div {
100
.other-user-div .title {
103
justify-content: space-between;
107
.other-user-div .title p {
111
overflow: hidden !important;
112
text-overflow: ellipsis;
117
.other-user-div .title button {
121
.other-user-div .title button:hover {
122
background-color:#118811;
125
.other-user-div .title img {
138
.show-clock-btn:hover {
139
background-color: #118811;
142
.show-clock-btn .arrow {
147
color: rgba(254, 234, 138, 1);
148
background-image: url(../img/arrow_up_short.png);
149
background-repeat: no-repeat;
150
padding: 0px 20px 3px 2px;
151
background-position: center;
154
.hide .show-clock-btn .arrow {
155
background-image: url(../img/arrow_down_short.png);
159
/********** clock **********/
160
.other-user-div.hide .clocks-wrapper {
167
justify-content: space-around;
170
background-image: url("../img/black50.png");
183
stroke-linejoin:round;
200
-inkscape-font-specification: "sans-serif";
201
font-family:"sans-serif";
216
/**************************/
217
/* CSS for the datepicker */
218
/**************************/
221
background-image: url("../img/wood.png");
222
border: 1px solid black;
224
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.7);
229
.ui-datepicker-header {
231
border: 1px inset darkgray;
232
background-image: url("../img/black50.png");
236
.ui-datepicker-calendar {
237
border: 1px inset darkgray;
238
background-image: url("../img/black20.png");
241
.ui-datepicker-prev {
246
.ui-datepicker-next {
252
display: flex !important;
253
justify-content: space-around;
254
width: 540px !important;
257
.ui-datepicker-header {
262
.ui-datepicker-title {
264
transform: translateX(-50%);
269
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
270
background: #118811 none;