ENH: Optimize some web UI
Change-Id: I91f6691e5e5c19274c1bc3e6a9386e3f76ab259d
This commit is contained in:
parent
f001092dc3
commit
cd73537f6f
|
@ -77,6 +77,7 @@
|
||||||
.PName
|
.PName
|
||||||
{
|
{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pNozzel
|
.pNozzel
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
.CName
|
.CName
|
||||||
{
|
{
|
||||||
width:130px;
|
width:130px;
|
||||||
min-width: 80px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
white-space: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CValues
|
.CValues
|
||||||
|
|
|
@ -8,10 +8,11 @@
|
||||||
.CName
|
.CName
|
||||||
{
|
{
|
||||||
width:130px;
|
width:130px;
|
||||||
min-width: 80px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
white-space: nowrap;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CValues
|
.CValues
|
||||||
|
|
|
@ -99,6 +99,7 @@
|
||||||
.PName
|
.PName
|
||||||
{
|
{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pNozzel
|
.pNozzel
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
|
|
||||||
#Content
|
#Content
|
||||||
{
|
{
|
||||||
padding:10% 15%;
|
padding:0% 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#FeatureText
|
#FeatureText
|
||||||
{
|
{
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
margin-top: 10mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue