mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
32 lines
640 B
SCSS
32 lines
640 B
SCSS
html.firefox {
|
|
// Fix sidebar margin
|
|
#sidebar {
|
|
margin-top: 18px;
|
|
}
|
|
|
|
// Properly align icons in circle
|
|
table td.actions .no-text.icon-edit {
|
|
padding-left: 1px;
|
|
}
|
|
|
|
// Fix select2 tag input size
|
|
input.select2-input {
|
|
padding: 0px 10px !important;
|
|
}
|
|
|
|
// Fix select2 tag input container padding
|
|
.select2-container-multi .select2-choices {
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
// Fix select2 search input left padding to not overlap search icon
|
|
.select2-search input.select2-input {
|
|
padding-left: 25px !important;
|
|
}
|
|
|
|
// Fix image file upload width
|
|
input#image_attachment {
|
|
width: 80%;
|
|
}
|
|
}
|