mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 13:14:07 -08:00
Merge pull request #15552 from Godmartinz/ragged-form-inputs
Fixed input field misalignments
This commit is contained in:
commit
21f8ac8e52
|
@ -384,7 +384,7 @@ a.logo.no-hover a:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.required {
|
input:required, select:required {
|
||||||
border-right: 6px solid orange;
|
border-right: 6px solid orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -156,10 +156,10 @@ a.accordion-header {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.select2-container {
|
.select2-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error input {
|
.error input {
|
||||||
color: #a94442;
|
color: #a94442;
|
||||||
border: 2px solid #a94442 !important;
|
border: 2px solid #a94442 !important;
|
||||||
|
@ -341,8 +341,11 @@ a.logo.no-hover a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.required {
|
input:required, select:required {
|
||||||
border-right: 6px solid orange;
|
border-right: 4px solid orange;
|
||||||
|
}
|
||||||
|
select:required + .select2-container .select2-selection {
|
||||||
|
border-right: 4px solid orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue