Skip to content

Commit

Permalink
BUG #3771 fixed
Browse files Browse the repository at this point in the history
git-svn-id: file:https:///svn/fedena2.1/branches/fedena2.1_i18n@4014 1b8ff446-76f8-11e0-a33c-ba5893e5f458
  • Loading branch information
foradian committed Dec 12, 2012
1 parent 5f1e18b commit 33ae4fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/timetable/_employee_timetable.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<%= @electives[tte.subject.elective_group_id].first.code %>
<% end %>
</div>
<div class="batch_name themed_text batch_code">
<div class="batch_name themed_text batch_code no_padding">
<%= timetable_batch (tte) -%>
</div>
<% end %>
Expand All @@ -70,7 +70,7 @@
<%= @electives[tte.last.subject.elective_group_id].first.code %>
<% end %>
</div>
<div class="batch_name themed_text batch_code">
<div class="batch_name themed_text batch_code no_padding">
<%= timetable_batch (tte.last) -%>
</div>
<a class="themed_text add_sym">+</a>
Expand All @@ -87,7 +87,7 @@
<%= @electives[tte.last.subject.elective_group_id].first.code %>
</div>
<% end %>
<div class="batch_name themed_text batch_code">
<div class="batch_name themed_text batch_code no_padding">
<%= timetable_batch (tte.last) -%>
</div>
<% end %>
Expand Down
3 changes: 3 additions & 0 deletions public/stylesheets/rtl/timetable/employee_timetable.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,7 @@
float: right;
width: 100%;
height: 10px;
}
.no_padding{
padding: 0;
}
3 changes: 3 additions & 0 deletions public/stylesheets/timetable/employee_timetable.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,7 @@
float: left;
width: 100%;
height: 10px;
}
.no_padding{
padding: 0;
}

0 comments on commit 33ae4fa

Please sign in to comment.