RandomSec/src/main/webapp/styles/process.css

15 lines
256 B
CSS
Raw Normal View History

.process-panel {
position: absolute;
top: -1px;
width: 100%;
text-align: center;
}
.process-panel-inner {
border: 1px solid #ccc;
width: 500px;
padding: 10px;
background: #fffee0;
margin: 0 auto;
text-align: left;
}