12 lines
183 B
CSS
12 lines
183 B
CSS
.date-indicator{
|
|
height: 30px;
|
|
|
|
/* For text alignement */
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 30px;
|
|
|
|
cursor: pointer;
|
|
color: white;
|
|
|
|
} |