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