diff options
| author | Luc Donnet | 2012-10-09 14:16:36 +0200 |
|---|---|---|
| committer | Luc Donnet | 2012-10-09 14:16:36 +0200 |
| commit | 8b9706c8ab8904957da95e60e6b7d8bb7af3d7b8 (patch) | |
| tree | 4ef1e2676102d9d581aecf5cd2495b9c5a24db36 /app | |
| parent | b541f116a35f213990e54e3184c37911c1d89ebf (diff) | |
| download | chouette-core-8b9706c8ab8904957da95e60e6b7d8bb7af3d7b8.tar.bz2 | |
Fix calendar size
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/calendar.css.scss | 3 | ||||
| -rw-r--r-- | app/views/time_tables/show.html.erb | 2 |
2 files changed, 0 insertions, 5 deletions
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 @@ <span class="next"> <%= link_to(">", :year => (@year + 1) ) %> </span> </div> <div class="calendar_helper"> - <div class="test"> <%= 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 %> - </div> </div> |
