NEW: Ignore Nozzel Select in UserGuide

JIRA: none
Change-Id: I507a92abb9137167dbcbe1def8276f868529c4ab
(cherry picked from commit 99a8139c1b915709a854296f22a222bac07a47ce)
This commit is contained in:
zorro.zhang
2025-02-21 11:22:53 +08:00
committed by Noisyfox
parent 12226c472b
commit adf85c5080
8 changed files with 242 additions and 240 deletions

View File

@@ -9,17 +9,17 @@
padding: 0px;
border-bottom:#009688 1px solid;
width: 100%;
display: flex;
justify-content:space-between;
align-items: center;
}
.BannerBtns
{
float: right;
display: flex;
white-space: nowrap;
justify-content: space-around;
align-items: center;
height: 40px;
text-align: center;
margin-right: 0px; /* ORCA align buttons with end of horizontal separator/line */
}
@@ -76,21 +76,52 @@
padding: 10px;
}
.PrinterBlock img
.PImg
{
position:relative;
width:160px;
height: 160px;
height: 160px;
}
.ModelCheckBox
{
position: absolute;
width: 20px;
height: 20px;
right: 10px;
top: 10px;
border:1px solid #ADADAD;
background-color: #FFF;
padding: 1px;
cursor: pointer;
}
.ModelCheckBox.ModelCheckBoxSelected img
{
display:inline;
}
.ModelCheckBox img
{
width:100%;
display: none;
}
img.ModelThumbnail
{
width: 100%;
height: 100%;
}
.PName
{
font-weight: 700;
text-align:left;
text-align: left;
}
.pNozzel
{
display: flex;
display: none;
align-items: center;
justify-content:flex-start;
color: #5A5A5A;