calendarのweekviewとdayviewの横幅調整について

Events happening in the community are now at Drupal community events on www.drupal.org.
cibo's picture

はじめまして、CIBOと申します。
過去ログを検索しても同様の内容が乗っていなかったのでこちらにて質問させてください。

現在、drupal-6.28にてパソコン教室のHPを作成しているのですが、calendar-6.x-2.4の「weekview」と「dayview」の横幅だけが枠を超えて表示されてしまいます。

/modules/calendar/calendar.cssをいじっても
/themes/admire_gray/style.cssをいじっても何の変化もありません。

yearviewとmonthviewは正常に表示されるのですが、どうしてでしょうか?
そして何故だかホーム » 管理セクション » サイトの構築 » Views» Calendarの「Live preview」では枠内に収まって、正常に表示されています。

彼是、半日以上時間を費やしていますが、一向に改善されません。
何か気付いたことございましたら、ご教授ください。

添付画像:画面の様子です。

AttachmentSize
calendar_miss.jpg30.61 KB

Comments

cibo's picture

calendar-6.x-2.4のmodules/calendar/calendar_multidayにあるcalendar-overlap1.cssというCSSが影響していました。
ここの127行目から136行目までの数値を変更することで解決します。

.calendar-calendar .week-view table.full {
table-layout : fixed;
width : 925px;
margin : 0px;
}

.calendar-calendar .day-view table.full {
table-layout : fixed;
width : 923px;
margin : 0px;
}

日本 コミュニティ: Drupal Japan User Group

Group organizers

Group categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week