mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 22:47:01 +03:00
* Update server_help.cpp * Add files via upload * Add files via upload * Update server_help.cpp
27 lines
454 B
CSS
27 lines
454 B
CSS
.ip-input-container {
|
|
display:inline-block;
|
|
font-size:0;
|
|
border:1px solid #ccc;
|
|
padding:1px 0;
|
|
}
|
|
|
|
.ip-input-container .ip-input-item {
|
|
border:none;
|
|
outline:0;
|
|
margin:0;
|
|
width:40px;
|
|
text-align:center;
|
|
vertical-align:bottom;
|
|
font-size:16px;
|
|
}
|
|
|
|
.ip-input-container .ip-input-dot {
|
|
display:inline-block;
|
|
width:2px;
|
|
height:2px;
|
|
margin-bottom:1px;
|
|
background-color:#333;
|
|
border-radius:50%;
|
|
vertical-align:bottom;
|
|
}
|