Redesigned the querying for the sale duplicates screen to use aggregation; Finished the styling of the sale duplicate screen; Tested the functionality of sale duplicates; Added a way to show hidden (ignored) duplicates.
This commit is contained in:
35
imports/ui/MiscManagement.import.styl
vendored
Normal file
35
imports/ui/MiscManagement.import.styl
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
#miscManagement
|
||||
display: table
|
||||
content-box: border-box
|
||||
padding: 10px 20px
|
||||
height: 100%
|
||||
width: 100%
|
||||
text-align: left
|
||||
|
||||
.controls
|
||||
text-align: right
|
||||
margin-right: 20px
|
||||
|
||||
.pageContentRow
|
||||
display: table-row
|
||||
.pageContentCell
|
||||
display: table-cell
|
||||
position: relative
|
||||
height: 100%
|
||||
width: 100%
|
||||
.pageContentContainer
|
||||
position: absolute
|
||||
top: 0
|
||||
bottom: 0
|
||||
left: 0
|
||||
right: 0
|
||||
width: auto
|
||||
height: auto
|
||||
border: 0
|
||||
font-size: 12.5px
|
||||
overflow-y: auto
|
||||
.logs
|
||||
list-style-type: none
|
||||
height: 100%
|
||||
:hover
|
||||
background: #CCC
|
||||
Reference in New Issue
Block a user