Add search widget

This commit is contained in:
jonfalcon
2016-03-17 15:09:49 -07:00
parent f962c285a8
commit 4ee94204ab
8 changed files with 179 additions and 5 deletions
+15
View File
@@ -765,3 +765,18 @@ small.um-max-filesize span{
background-repeat: no-repeat;
background-size: 24px 24px;
}
.um-search-area {
position: relative;
max-width: 300px;
}
.um-search-area .um-search-field {
width: 100%;
}
.um-search-area .um-search-icon {
position: absolute;
top: 7px;
right: 10px;
}