Style the map div correctly when editing an existing diary entry
This commit is contained in:
parent
0595255d58
commit
2047f7cc9b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue