Minor fix

This commit is contained in:
Dion Moult
2021-02-04 12:35:34 +11:00
parent d7f526eafd
commit 96260cdb39
7 changed files with 44 additions and 1 deletions
+23 -1
View File
@@ -177,7 +177,7 @@ input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focu
}
img.flag {
width: 30px;
width: 24px;
padding: 2px;
margin-right: 10px;
margin-bottom: 20px;
@@ -247,3 +247,25 @@ img.active-flag {
background-color: #e18a42 !important;
}
.vendor-icon {
vertical-align: middle;
margin-right: 10px;
margin-top: -1px;
padding-bottom: 5px;
}
.vendor-full {
border-bottom: 5px solid #b6cca1;
}
.vendor-unknown {
border-bottom: 5px solid #555;
}
.vendor-partial {
border-bottom: 5px solid #ffd37f;
}
.vendor-bad {
border-bottom: 5px solid #fbb4a8;
}