public
Description: Click-draggable. Range-makeable. A better calendar.
Homepage: http://stephencelis.com/projects/timeframe
Clone URL: git://github.com/stephencelis/timeframe.git
Click here to lend your support to: timeframe and make a donation at www.pledgie.com !
IE6 styles now in line with the rest. Also a README synchronization.
stephencelis (author)
Sun Apr 27 10:39:55 -0700 2008
commit  943099c29dc8b744a546cf212c99ade6a4aa1455
tree    849b7dc221ee89e6136789593008e24554428f59
parent  aada8b57b4fe17384e3aa2353d520ea39bb431a7
...
54
55
56
57
58
59
60
61
62
...
54
55
56
 
 
 
57
58
59
0
@@ -54,9 +54,6 @@ An example:
0
         new Timeframe('calendars', {
0
           startfield: 'start',
0
           endfield: 'end',
0
- previousbutton: 'previous',
0
- todaybutton: 'today',
0
- nextbutton: 'next',
0
           resetbutton: 'reset' });
0
       //]]>
0
     </script>
...
14
15
16
 
17
18
19
...
14
15
16
17
18
19
20
0
@@ -14,6 +14,7 @@ body {
0
     padding: 0 0 10px;
0
   }
0
   #example {
0
+ padding: 10px;
0
     padding: 5px 128px 40px;
0
     background: #eee;
0
     border: 3px solid #fff;
...
 
 
 
1
2
3
...
18
19
20
21
 
22
...
1
2
3
4
5
6
...
21
22
23
 
24
25
0
@@ -1,3 +1,6 @@
0
+#calendars li a, #calendars table {
0
+ display: inline;
0
+}
0
 #calendars tbody td.startrange, #calendars tbody td.endrange, #calendars tbody td.startendrange, #calendars tbody td span.clear span, #calendars tbody td span.clear span.active {
0
   background-image: none;
0
 }
0
@@ -18,4 +21,4 @@
0
   }
0
 #calendars tbody td.beyond {
0
   filter: none;
0
-}
0
+}
0
\ No newline at end of file
...
2
3
4
 
5
6
7
...
10
11
12
13
 
14
15
16
...
20
21
22
23
24
25
26
...
74
75
76
77
78
79
80
...
2
3
4
5
6
7
8
...
11
12
13
 
14
15
16
17
...
21
22
23
 
24
25
26
...
74
75
76
 
77
78
79
0
@@ -2,6 +2,7 @@
0
   display: inline-block;
0
   margin: 0;
0
   padding: 0;
0
+ text-align: center;
0
   text-shadow: none;
0
 }
0
 
0
@@ -10,7 +11,7 @@
0
   list-style-type: none;
0
   font-weight: bold;
0
   margin: auto;
0
- padding: 0 0 12px;
0
+ padding: 0 0 6px;
0
   width: 60px;
0
 }
0
   #calendars ul#timeframe_menu li {
0
@@ -20,7 +21,6 @@
0
       display: inline-block;
0
       height: 20px;
0
       padding: 2px 0 0;
0
- text-align: center;
0
       text-decoration: none;
0
       width: 20px;
0
       -webkit-box-shadow: 0 1px 2px #999;
0
@@ -74,7 +74,6 @@
0
     height: 18px;
0
     margin: 0;
0
     padding: 2px 1px;
0
- text-align: center;
0
     width: 20px;
0
   }
0
   /* Weekday letters */

Comments

    No one has commented yet.