Skip to content

Commit

Permalink
Fixed the pixel issue in new uploads page.<JD>
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydeep committed Aug 8, 2012
1 parent 8ad2869 commit 88c8672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EducationBeta/app/views/uploads/new.html.erb
Expand Up @@ -44,7 +44,7 @@
<div id="chart2" style="height:392px; width:100%;">
<div id="loginbox">
<a href="#" id="logo">EducationBeta</a>
<div id="loginform">
<div id="loginform" style="margin-top: -65px;">
<%= form_for([current_user, @upload], :method => "POST", :html => {:multipart => "true",:class => "form"}) do |f| %>
<% if @upload.errors.any? %>
<div class="error_messages">
Expand Down

0 comments on commit 88c8672

Please sign in to comment.