1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 01:23:24 -05:00

lk | makes price and log number larger on bike sale labels

This commit is contained in:
Louis Knapp 2015-09-21 19:14:10 -05:00
parent f2badbd484
commit 7fa84acfd1
3 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,6 @@
.print-select{
.print-labels{
h2 {
font-size: 18px;
font-size: 24px;
}
.print-label{
margin: 10px;
@ -16,9 +16,9 @@
}
.desc {
margin: 10px;
height: 235px;
height: 230px;
border: 2px dotted black;
}
}
}
}

View File

@ -1,4 +1,4 @@
.container.print-select
.container.print-labels
- @bikes.each do |bike|
.col-xs-6
.print-label
@ -21,4 +21,4 @@
.strong New Parts:
=simple_format(bike.new_parts)
.row
.col-xs-9.col-xs-offset-3.small= "Log Number: " + bike.log_number.to_s
.col-xs-9.col-xs-offset-3= "Log Number: " + bike.log_number.to_s

View File

@ -1,3 +1,7 @@
search for bike based on log #
convert to bootstrap-less or something
integrate with autocomplete to get manufacturers & models
enable posting to bike index when a bike is created