12 lines
190 B
CSS
12 lines
190 B
CSS
#HTMLReporter {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
width: 50%;
|
|
height: 150px;
|
|
z-index: 1000;
|
|
background-color: white;
|
|
overflow: auto;
|
|
border: 1px solid #A80000;
|
|
}
|