better css responsiveness [ci skip]
This commit is contained in:
parent
65e79d7e1b
commit
b331d9a2a9
1 changed files with 4 additions and 2 deletions
|
@ -292,16 +292,18 @@ input.package {
|
||||||
i.package {
|
i.package {
|
||||||
background: url(package-bg.png) no-repeat left center;
|
background: url(package-bg.png) no-repeat left center;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
padding-left: 20px;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
padding-left: 20px;
|
||||||
|
@media (max-width: 768px) { padding-left: 0; }
|
||||||
}
|
}
|
||||||
.package { color: tint(@textColor, @nonessentialDim); }
|
.package { color: tint(@textColor, @nonessentialDim); }
|
||||||
.used .package { color: tint(@articleUsedColor, @nonessentialDim); }
|
.used .package { color: tint(@articleUsedColor, @nonessentialDim); }
|
||||||
.unused .package { color: tint(@articleUnusedColor, @nonessentialDim); }
|
.unused .package { color: tint(@articleUnusedColor, @nonessentialDim); }
|
||||||
.unavailable .package { color: @articleUnavailColor; }
|
.unavailable .package { color: @articleUnavailColor; }
|
||||||
|
|
||||||
|
// very small inputs - need !important for responsive selectors
|
||||||
.input-nano {
|
.input-nano {
|
||||||
width: 30px;
|
width: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// get rid of extra space on bottom of dialog with form
|
// get rid of extra space on bottom of dialog with form
|
||||||
|
|
Loading…
Reference in a new issue