From: Edward Date: Wed, 9 Apr 2014 10:25:23 +0000 (+0800) Subject: examples/layout/calendar.html X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0b89702e9eb8f029e192cdaa8c7cd54e5ac6cc8a examples/layout/calendar.html --- diff --git a/examples/layout/calendar.html b/examples/layout/calendar.html index 500d9c9426..342f63326f 100644 --- a/examples/layout/calendar.html +++ b/examples/layout/calendar.html @@ -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 +}*/