1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add search to people listing

This commit is contained in:
Kyle Spearrin
2017-03-28 21:44:12 -04:00
parent e12582c2c2
commit f6ce6426f1
2 changed files with 55 additions and 5 deletions

View File

@@ -122,6 +122,39 @@ form .btn .loading-icon {
}
}
/* Forms */
.form-control {
border-radius: 0 !important;
}
.has-feedback {
&.form-group-sm {
input {
padding-right: (@input-height-small * 1.25);
}
}
}
.has-feedback.has-feedback-left {
input {
padding-left: (@input-height-base * 1.25);
padding-right: 0;
}
&.form-group-sm {
input {
padding-left: (@input-height-small * 1.25);
padding-right: 0;
}
}
.form-control-feedback {
right: initial;
left: 0;
}
}
/* Modals */
.modal-footer {
@@ -183,6 +216,12 @@ form .btn .loading-icon {
border-top-width: 0;
}
.box-header .box-filters {
position: absolute;
left: 10px;
top: 5px;
}
/* Toastr */
#toast-container {