roojs-all.js
[roojs1] / examples / layout / calendar.html
index 793a14d..9e398cf 100644 (file)
@@ -31,7 +31,7 @@
 div.fc-view {
        clear: both;
        border: 1px solid #963;
-       height: 500px;
+       height: 100%;
        overflow: auto;
        width: 100%
 }
@@ -131,22 +131,25 @@ html>body tbody {
 /* 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 {
-       width: 200px
+       width: 136px
 }
-
+/*
 html>body thead th + th {
        width: 240px
 }
 
 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
+       width: 136px
+}
+html>body tbody td:last-child {
+       width: 120px
 }
 /*
 html>body tbody td + td {
@@ -165,7 +168,7 @@ html>body tbody td + td + td {
 <h1>View Panel Example</h1>
 
 
-<div id="view-panel" style="width:700px;height:500;">
+<div id="view-panel" style="width:952px;height:500;">
 
 </div>