Add CSS files
This commit is contained in:
3
modules/EcmStockDocOuts/PDFTemplate/style.css
Executable file
3
modules/EcmStockDocOuts/PDFTemplate/style.css
Executable file
@@ -0,0 +1,3 @@
|
||||
@page {
|
||||
margin: 100px 20px 200px 20px;
|
||||
}
|
||||
26
modules/EcmStockDocOuts/javascript/helper.css
Executable file
26
modules/EcmStockDocOuts/javascript/helper.css
Executable file
@@ -0,0 +1,26 @@
|
||||
.loading_panel {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 20%;
|
||||
background: rgba( 255, 255, 255, .8 )
|
||||
url('./../images/loading.gif')
|
||||
50% 25%
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
#searchResultDiv table
|
||||
{
|
||||
background: white;
|
||||
border: 1px sold lightyellow;
|
||||
}
|
||||
|
||||
#searchResultDiv tr:hover {
|
||||
background-color: lightyellow;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user