curationexperts / trove

Digital Image Library based on Tufts repository models
0 stars 2 forks source link

Sanity check CSS to match the old DL/MIRA #121

Closed acozine closed 10 years ago

acozine commented 10 years ago

Make sure nothing is obviously broken. The two applications do not need to match each other exactly.

acozine commented 10 years ago

Logout link looks weird. There are probably other issues too.

jcoyne commented 10 years ago

Header collapses oddly at less than 992px wide.

jcoyne commented 10 years ago

Fix these:

git grep -e span[0-9]
app/views/batches/edit.html.erb:        <td class="span2" />
app/views/batches/edit.html.erb:        <td class="span4" />
app/views/batches/edit.html.erb:        <td class="span3" />
app/views/batches/index.html.erb:<div class="span12">
app/views/batches/show.html.erb:<div class="span12">
app/views/contribute/deposit_view/_capstone_project.html.erb:<%= f.text_area :description, label: 'Short desc
app/views/contribute/deposit_view/_faculty_scholarship.html.erb:<%= f.text_area :description, label: 'Short d
app/views/contribute/deposit_view/_generic_deposit.html.erb:<%= f.text_area :description, label: 'Short descr
app/views/contribute/deposit_view/_honors_thesis.html.erb:<%= f.text_area :description, label: 'Short descrip
app/views/contribute/deposit_view/_qualifying_paper.html.erb:<%= f.text_area :description, label: 'Short desc
app/views/contribute/index.html.erb:<div class="span12">
app/views/contribute/index.html.erb:          <%= select_tag :deposit_type, options_from_collection_for_selec
app/views/deposit_types/_new_edit_form.html.erb:  <%= f.text_area :deposit_agreement, rows: 5, class: "span8"
app/views/unpublished/index.html.erb:<div id="sidebar" class="span3">
app/views/unpublished/index.html.erb:<div id="content" class="span9">
acozine commented 10 years ago

This only applies to MIRA - T-DIL is new and cannot be compared to anything in Bootstrap2.