Modify calendar CSS
parent
214692219c
commit
0f0d6f13ab
|
@ -6,16 +6,17 @@ td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
width: 200px;
|
||||||
|
height: 135px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
width: 200px;
|
|
||||||
height: 135px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td span {
|
td span {
|
||||||
|
|
Loading…
Reference in New Issue