Style the map div correctly when editing an existing diary entry

This commit is contained in:
Tom Hughes 2011-08-01 16:54:33 +01:00
parent 0595255d58
commit 2047f7cc9b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<%= error_messages_for 'diary_entry' %>
<% form_for :diary_entry do |f| %>
<table>
<table class="diary_entry">
<tr valign="top">
<td class="fieldName"><%= t 'diary_entry.edit.subject' -%></td>
<td><%= f.text_field :title, :size => 60 %></td>

View file

@ -720,7 +720,7 @@ table.browse_details th {
/* Rules for the new diary entry page */
.diary_entry_new div#map {
.diary_entry div#map {
position: relative;
width: 90%;
height: 400px;