11 lines
189 B
CSS
11 lines
189 B
CSS
|
.popUpdateSystem{
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
background:#033276;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.popUpdateSystem>input {
|
||
|
float:left;
|
||
|
width:calc(100% - 20px);
|
||
|
margin:10px;
|
||
|
}
|