@@ -74,7 +74,7 @@ div.calendar { position: relative; }
7474
7575.calendar thead .active { /* Active (pressed) buttons in header */
7676 background : url ("active-bg.gif" ); color : # fff ;
77- padding : 3px 1px 0 px 3px ;
77+ padding : 3px 1px 0 3px ;
7878 border-bottom : 1px solid # 797979 ;
7979}
8080
@@ -119,7 +119,7 @@ div.calendar { position: relative; }
119119}
120120
121121.calendar tbody td .active { /* Active (pressed) cells <TD> */
122- padding : 2px 2px 0 px 2px ;
122+ padding : 2px 2px 0 2px ;
123123}
124124
125125.calendar tbody td .weekend { /* Cells showing weekend days */
@@ -165,16 +165,16 @@ div.calendar { position: relative; }
165165
166166.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
167167 background : # 7c7 ;
168- padding : 2px 0 px 0 px 2px ;
168+ padding : 2px 0 0 2px ;
169169}
170170
171171/* Combo boxes (menus that display months/years for direct selection) */
172172
173173.calendar .combo {
174174 position : absolute;
175175 display : none;
176- top : 0 px ;
177- left : 0 px ;
176+ top : 0 ;
177+ left : 0 ;
178178 width : 4em ;
179179 cursor : default;
180180 border-width : 0 1px 1px 1px ;
@@ -206,15 +206,15 @@ div.calendar { position: relative; }
206206
207207.calendar td .time {
208208 border-top : 1px solid # 797979 ;
209- padding : 1px 0 px ;
209+ padding : 1px 0 ;
210210 text-align : center;
211211 background : url ("dark-bg.gif" );
212212}
213213
214214.calendar td .time .hour ,
215215.calendar td .time .minute ,
216216.calendar td .time .ampm {
217- padding : 0 px 5px 0 px 6px ;
217+ padding : 0 5px 0 6px ;
218218 font-weight : bold;
219219 background : url ("normal-bg.gif" ); color : # 000 ;
220220}
@@ -229,7 +229,7 @@ div.calendar { position: relative; }
229229}
230230
231231.calendar td .time .colon {
232- padding : 0 px 2px 0 px 3px ;
232+ padding : 0 2px 0 3px ;
233233 font-weight : bold;
234234}
235235
0 commit comments