15 lines
171 B
CSS
15 lines
171 B
CSS
.position
|
|
{
|
|
width:100px;
|
|
height:100px;
|
|
}
|
|
.position td
|
|
{
|
|
text-align:center;
|
|
line-height:50px;
|
|
cursor:pointer;
|
|
}
|
|
.position .curr
|
|
{
|
|
background-color: #CCC !important;
|
|
} |