mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-10 00:37:46 -07:00
* init * web buttons * Bind Dialog & Fix states * update * update * Update common.css * objcolordialog * privacy update dialog * Update CaliHistoryDialog.cpp * Update MultiMachineManagerPage.cpp * Update AMSControl.cpp * TipsDialog * Update AMSMaterialsSetting.cpp * extrusion calibration * Update UpdateDialogs.cpp * recenterdialog * update * Update Calibration.cpp * update * update * update * fix * update * ReleaseNote * update * update * fix remember checkbox position * add comments
50 lines
No EOL
536 B
CSS
50 lines
No EOL
536 B
CSS
*
|
|
{
|
|
padding:0px;
|
|
border: 0px;
|
|
margin: 0px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
/*------------------*/
|
|
body
|
|
{
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
max-height: 900px;
|
|
max-width: 1300px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#ErrorBlock
|
|
{
|
|
display:flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#ErrorIcon
|
|
{
|
|
width:100px;
|
|
}
|
|
|
|
#ErrorTip
|
|
{
|
|
font-size: 18px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
#ErrorBtn
|
|
{
|
|
width:100px;
|
|
display: none;
|
|
} |