Fix Bug 50043
This commit is contained in:
parent
a503275036
commit
abb20fa371
|
@ -578,6 +578,7 @@
|
|||
|
||||
&.header {
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
.asc-about-companyname {
|
||||
font: bold 15px Tahoma;
|
||||
letter-spacing: 0.01em;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
}
|
||||
|
|
|
@ -478,6 +478,7 @@
|
|||
.border-radius(0);
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
|
||||
&:hover:not(.disabled),
|
||||
.over:not(.disabled) {
|
||||
|
@ -1047,6 +1048,7 @@
|
|||
|
||||
.dlg-btn {
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
width: 86px;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
letter-spacing: 0.01em;
|
||||
padding: 0 10px 0 0;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -107,6 +108,7 @@
|
|||
color: @text-normal;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
label {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
@ -153,6 +154,7 @@
|
|||
color: @text-normal;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
display: inline-block;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
margin-right: 12px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
@ -129,6 +130,7 @@
|
|||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.01em;
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
padding-right: 35px;
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.01em;
|
||||
vertical-align: bottom;
|
||||
line-height: 26px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue