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

index b65ccc1..6739f53 100644 (file)
 div.fc-view {
        clear: both;
        border: 1px solid #963;
-       height: 285px;
+       height: 500px;
        overflow: auto;
-       width: 756px
+       width: 100%
 }
 
 /* Reset overflow value to hidden for all non-IE browsers. */
 html>body div.fc-view {
        overflow: hidden;
-       width: 756px
+       width: 100%
 }
 
 /* define width of table. IE browsers only                 */
 div.fc-view table {
        float: left;
-       width: 740px
+       width: 100%
 }
 
 /* define width of table. Add 16px to width for scrollbar.           */
 /* All other non-IE browsers.                                        */
 html>body div.fc-view table {
-       width: 756px
+       width: 100%
 }
 
 /* set table header to a fixed position. WinIE 6.x only                                       */