2017-01-15 11:33:37 -08:00
|
|
|
#salesMain
|
2017-05-09 13:51:26 -07:00
|
|
|
display: table
|
|
|
|
|
content-box: border-box
|
|
|
|
|
padding: 10px 20px
|
2017-01-15 11:33:37 -08:00
|
|
|
height: 100%
|
2017-05-09 13:51:26 -07:00
|
|
|
width: 100%
|
2017-01-17 22:31:43 -08:00
|
|
|
text-align: left
|
2017-05-26 11:17:32 -07:00
|
|
|
.controls
|
|
|
|
|
text-align: left
|
|
|
|
|
display: table
|
|
|
|
|
width: 100%
|
|
|
|
|
.pageControls
|
|
|
|
|
padding: 4px 8px
|
|
|
|
|
margin: 4px 8px
|
|
|
|
|
display: table-cell
|
|
|
|
|
width: 240px
|
|
|
|
|
.tableControls
|
|
|
|
|
text-align: right
|
|
|
|
|
padding: 4px 8px
|
|
|
|
|
margin: 4px 12px 4px 8px
|
|
|
|
|
display: table-cell
|
2017-10-08 08:56:15 -07:00
|
|
|
.table
|
|
|
|
|
table-layout: fixed
|
|
|
|
|
min-width: 100%
|
|
|
|
|
thead
|
|
|
|
|
> tr
|
|
|
|
|
> th.amount
|
|
|
|
|
width: 90px
|
|
|
|
|
> th.product
|
|
|
|
|
width: auto
|
|
|
|
|
min-width: 140px
|
|
|
|
|
> th.price
|
|
|
|
|
width: 140px
|
|
|
|
|
> th.measure
|
|
|
|
|
width: 100px
|
|
|
|
|
> th.saleDate
|
|
|
|
|
width: 140px
|
|
|
|
|
> th.createdDate
|
|
|
|
|
width: 100px
|
|
|
|
|
> th.venue
|
|
|
|
|
width: 160px
|
|
|
|
|
> th.actions
|
|
|
|
|
width: 90px
|
|
|
|
|
.separatedTableHeader
|
|
|
|
|
table
|
|
|
|
|
thead
|
|
|
|
|
> tr
|
|
|
|
|
> th.actions
|
|
|
|
|
.newSaleButton
|
|
|
|
|
padding: 0px 12px
|
|
|
|
|
.fa-plus-circle
|
|
|
|
|
display: inline-block
|
|
|
|
|
.fa-times-circle
|
|
|
|
|
display: none
|
|
|
|
|
.newSaleButton:active
|
|
|
|
|
background-color: #fb557b
|
|
|
|
|
color: black
|
|
|
|
|
.fa-times-circle
|
|
|
|
|
display: inline-block
|
|
|
|
|
.fa-plus-circle
|
|
|
|
|
display: none
|
|
|
|
|
.showOnlyComments
|
|
|
|
|
color: #bcb95f
|
|
|
|
|
padding: 4px 8px
|
|
|
|
|
.showOnlyComments:hover
|
|
|
|
|
color: white
|
|
|
|
|
text-shadow: 0px 0px 10px #ff6d1f
|
|
|
|
|
.showOnlyComments.on
|
|
|
|
|
color: white
|
2017-05-26 11:17:32 -07:00
|
|
|
.listRow
|
2017-05-09 13:51:26 -07:00
|
|
|
display: table-row
|
2017-05-26 11:17:32 -07:00
|
|
|
.listCell
|
2017-05-09 13:51:26 -07:00
|
|
|
display: table-cell
|
|
|
|
|
position: relative
|
|
|
|
|
height: 100%
|
|
|
|
|
width: 100%
|
|
|
|
|
.tableContainer
|
|
|
|
|
position: absolute
|
|
|
|
|
top: 0
|
|
|
|
|
bottom: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
width: auto
|
|
|
|
|
height: auto
|
|
|
|
|
//width: 100%
|
|
|
|
|
//margin-bottom: 20px
|
|
|
|
|
border: 0
|
|
|
|
|
font-size: 12.5px
|
2017-10-08 08:56:15 -07:00
|
|
|
overflow-y: scroll
|
2017-05-09 13:51:26 -07:00
|
|
|
//height: 100%
|
|
|
|
|
label
|
|
|
|
|
font-size: 10px
|
|
|
|
|
font-weight: 800
|
|
|
|
|
table
|
|
|
|
|
.saleRemove
|
|
|
|
|
color: red
|
|
|
|
|
margin-left: 8px
|
|
|
|
|
.saleEdit
|
|
|
|
|
color: darkblue
|
|
|
|
|
margin-right: 8px
|
|
|
|
|
.editorApply
|
|
|
|
|
color: green
|
|
|
|
|
.editorCancel
|
|
|
|
|
color: red
|
|
|
|
|
thead
|
2017-10-08 08:56:15 -07:00
|
|
|
visibility: hidden
|
|
|
|
|
display: none
|
2017-05-09 13:51:26 -07:00
|
|
|
.editComment
|
|
|
|
|
color: grey
|
|
|
|
|
.hasComment
|
|
|
|
|
color: black
|
|
|
|
|
.actionEdit
|
|
|
|
|
margin-right: 6px
|
|
|
|
|
color: #44F
|
|
|
|
|
.saleEditor
|
|
|
|
|
.heading
|
|
|
|
|
font-size: 2em
|
|
|
|
|
font-family: verdana, arial, helvetica, sans-serif
|
|
|
|
|
text-transform: uppercase
|
|
|
|
|
font-weight: 800
|
|
|
|
|
margin: 6px 0 14px 0
|
|
|
|
|
.priceContainer
|
|
|
|
|
display: table
|
|
|
|
|
width: 100%
|
|
|
|
|
.price
|
|
|
|
|
display: table-cell
|
|
|
|
|
padding-right: 10px
|
|
|
|
|
.priceButtons
|
|
|
|
|
display: table-cell
|
|
|
|
|
width: 1.5em
|
|
|
|
|
.setDefaultPrice
|
|
|
|
|
font-size: 1.5em
|
|
|
|
|
padding: 6px 8px
|
|
|
|
|
margin-left: 8px
|
|
|
|
|
border-radius: 8px
|
|
|
|
|
.setDefaultPrice:hover
|
|
|
|
|
text-shadow: 0px 0px 6px #00b900
|
|
|
|
|
.setDefaultPrice:active
|
|
|
|
|
text-shadow: 0px 0px 6px grey
|
|
|
|
|
.insertSaleForm
|
2017-01-15 11:33:37 -08:00
|
|
|
.form-group, label
|
|
|
|
|
text-align: left
|
|
|
|
|
.formGroupHeading
|
|
|
|
|
font-size: 1.6em
|
|
|
|
|
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
|
|
|
|
font-style: normal
|
|
|
|
|
font-variant: normal
|
2017-05-09 13:51:26 -07:00
|
|
|
font-weight: 500
|