Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.
This commit is contained in:
49
imports/ui/Sales.import.styl
vendored
49
imports/ui/Sales.import.styl
vendored
@@ -22,37 +22,44 @@
|
||||
.table
|
||||
table-layout: fixed
|
||||
min-width: 100%
|
||||
thead
|
||||
thead, tbody
|
||||
> tr
|
||||
> th.amount
|
||||
> .amount
|
||||
width: 90px
|
||||
> th.product
|
||||
width: auto
|
||||
min-width: 90px
|
||||
> .product
|
||||
width: 100%
|
||||
min-width: 140px
|
||||
> th.price
|
||||
> .price
|
||||
width: 140px
|
||||
> th.measure
|
||||
min-width: 140px
|
||||
> .measure
|
||||
width: 100px
|
||||
> th.saleDate
|
||||
width: 140px
|
||||
> th.createdDate
|
||||
min-width: 100px
|
||||
> .saleDate
|
||||
width: 150px
|
||||
min-width: 150px
|
||||
> .createdDate
|
||||
width: 100px
|
||||
> th.venue
|
||||
min-width: 100px
|
||||
> .venue
|
||||
width: 160px
|
||||
> th.actions
|
||||
min-width: 160px
|
||||
> .actions
|
||||
width: 90px
|
||||
min-width: 90px
|
||||
.separatedTableHeader
|
||||
table
|
||||
thead
|
||||
> tr
|
||||
> th.actions
|
||||
.newSaleButton
|
||||
padding: 0px 12px
|
||||
padding: 0 12px
|
||||
.fa-plus-circle
|
||||
display: inline-block
|
||||
.fa-times-circle
|
||||
display: none
|
||||
.newSaleButton:active
|
||||
.newSaleButton.active
|
||||
background-color: #fb557b
|
||||
color: black
|
||||
.fa-times-circle
|
||||
@@ -67,6 +74,9 @@
|
||||
text-shadow: 0px 0px 10px #ff6d1f
|
||||
.showOnlyComments.on
|
||||
color: white
|
||||
> th.saleDate
|
||||
input
|
||||
width: 130px
|
||||
.listRow
|
||||
display: table-row
|
||||
.listCell
|
||||
@@ -82,16 +92,16 @@
|
||||
right: 0
|
||||
width: auto
|
||||
height: auto
|
||||
//width: 100%
|
||||
//margin-bottom: 20px
|
||||
border: 0
|
||||
font-size: 12.5px
|
||||
overflow-y: scroll
|
||||
//height: 100%
|
||||
label
|
||||
font-size: 10px
|
||||
font-weight: 800
|
||||
table
|
||||
thead
|
||||
visibility: hidden
|
||||
display: none
|
||||
.saleRemove
|
||||
color: red
|
||||
margin-left: 8px
|
||||
@@ -102,9 +112,10 @@
|
||||
color: green
|
||||
.editorCancel
|
||||
color: red
|
||||
thead
|
||||
visibility: hidden
|
||||
display: none
|
||||
.saleDate
|
||||
text-align: left
|
||||
.createdDate
|
||||
text-align: left
|
||||
.editComment
|
||||
color: grey
|
||||
.hasComment
|
||||
|
||||
Reference in New Issue
Block a user