17 lines
222 B
CSS
Executable File
17 lines
222 B
CSS
Executable File
/* CSS Document for Print Preview of Order */
|
|
|
|
#info {
|
|
border: 1px solid black;
|
|
background-color: #E7E7E7;
|
|
font-weight: bold;
|
|
|
|
width: 300px;
|
|
height: 50px;
|
|
opacity: 0.7;
|
|
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
}
|
|
|