ENDRPrint/.svn/pristine/6a/6a733d0872b5694949a56d803502e7e13cb9ff2b.svn-base

37 lines
619 B
Plaintext
Raw Normal View History

2024-08-14 10:33:27 +07:00
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
text-align: center;
}
.datebox-button a {
font-size: 12px;
font-weight: bold;
text-decoration: none;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-button a:hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #F5F5F5;
}
.datebox-button a {
color: #444;
}