From 8b9706c8ab8904957da95e60e6b7d8bb7af3d7b8 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Tue, 9 Oct 2012 14:16:36 +0200 Subject: Fix calendar size --- app/assets/stylesheets/calendar.css.scss | 3 --- app/views/time_tables/show.html.erb | 2 -- 2 files changed, 5 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/calendar.css.scss b/app/assets/stylesheets/calendar.css.scss index fe8dedde7..a35fbd665 100644 --- a/app/assets/stylesheets/calendar.css.scss +++ b/app/assets/stylesheets/calendar.css.scss @@ -28,8 +28,6 @@ .calendar_helper{ padding: auto; - - .test { margin: auto;} } .calendar { @@ -84,7 +82,6 @@ thead tr { .specialDay a, .specialDay a:visited, .specialDay a:hover { color: white; text-decoration: none; - padding: 0.7em; } .specialDay a:hover { color: black; diff --git a/app/views/time_tables/show.html.erb b/app/views/time_tables/show.html.erb index 2b7841baf..a1b113a5a 100644 --- a/app/views/time_tables/show.html.erb +++ b/app/views/time_tables/show.html.erb @@ -69,7 +69,6 @@ <%= link_to(">", :year => (@year + 1) ) %>
-
<%= cal = "" (1..12).each do |month| cal << calendar(:year => @year, :month => month, :first_day_of_week => 1) do |d| @@ -80,7 +79,6 @@ end cal.html_safe %> -
-- cgit v1.2.3