examples/layout/calendar.html
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:25:23 +0000 (18:25 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:25:23 +0000 (18:25 +0800)
examples/layout/calendar.html

index 500d9c9..342f633 100644 (file)
@@ -33,25 +33,25 @@ div.fc-view {
        border: 1px solid #963;
        height: 500px;
        overflow: auto;
-       width: 100%
+       width: 756px
 }
 
 /* Reset overflow value to hidden for all non-IE browsers. */
 html>body div.fc-view {
        overflow: hidden;
-       width: 100%
+       width: 756px
 }
 
 /* define width of table. IE browsers only                 */
 div.fc-view table {
        float: left;
-       width: 100%
+       width: 740
 }
 
 /* define width of table. Add 16px to width for scrollbar.           */
 /* All other non-IE browsers.                                        */
 html>body div.fc-view table {
-       width: 100%
+       width: 756px
 }
 
 /* set table header to a fixed position. WinIE 6.x only                                       */
@@ -130,18 +130,32 @@ html>body tbody {
 /* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
 /* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
 /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
-html>body thead th {
+/*html>body thead th {
        width: 200px
 }
 
+html>body thead th + th {
+       width: 240px
+}
 
-/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
-/* All other non-IE browsers.                                            */
-/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
+html>body thead th + th + th {
+       width: 316px
+}
+
+ define width of TD elements: 1st, 2nd, and 3rd respectively.          
+ All other non-IE browsers.                                            
+ http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        
 html>body tbody td {
        width: 200px
 }
 
+html>body tbody td + td {
+       width: 240px
+}
+
+html>body tbody td + td + td {
+       width: 300px
+}*/
 
 </style>