Browse Source

Minor layout and view updates, add rvmrc

master
jimi 14 years ago
parent
commit
dea5328d64
  1. 1
      .rvmrc
  2. 4
      app/views/layouts/application.html.erb
  3. 6
      app/views/loads/index.html.erb
  4. 7
      public/stylesheets/3_layout.css

1
.rvmrc

@ -0,0 +1 @@
rvm ree@galm

4
app/views/layouts/application.html.erb

@ -13,11 +13,11 @@
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg, :id => "flash_#{name}" %>
<%- end -%>
<%- if show_title? -%>
<h1><%=h yield(:title) %></h1>
<%- end -%>
<%= yield %>
</div>
</body>

6
app/views/loads/index.html.erb

@ -1,6 +1,12 @@
<% title "Load List" %>
<table class="listing" cellspacing="0">
<tr>
<col class="load_number" />
<col class="date"/>
<col />
<col />
<col />
<col />
<th>Number</th>
<th>End Date</th>
<th>Start Point</th>

7
public/stylesheets/3_layout.css

@ -34,9 +34,14 @@
width: 2em;
text-align: right;
}
.listing .load_number {
width: 4em;
text-align: right;
padding-right: 0.25em;
}
.listing .name {
width: 6em;
width: 6em;
}
.listing .street {