Skip to content

Commit

Permalink
Add Auto Completion Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshi183 committed Mar 6, 2018
1 parent 9e2ead5 commit 7ec7916
Show file tree
Hide file tree
Showing 18 changed files with 44,904 additions and 17 deletions.
1,311 changes: 1,311 additions & 0 deletions code/css/css_file.css

Large diffs are not rendered by default.

40 changes: 37 additions & 3 deletions code/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {
font-family: 'Roboto Mono', monospace;
padding-bottom: 60px;
}

article {
display: block;
text-align: left;
Expand All @@ -18,7 +18,7 @@ html {
margin: 0 auto;
}


.footer {
position: absolute;
bottom: 0;
Expand Down Expand Up @@ -76,7 +76,7 @@ html {
/*Lighter shade for future use -> rgba(255, 191, 0, 0.52);*/

}


@media screen and (min-width: 768px) {
.bricklayer-column-sizer {
Expand Down Expand Up @@ -156,4 +156,38 @@ hr {
overflow: hidden;
outline:none;
color: #077bff;
}


#searchSuggest .ui-menu-item{
list-style: none outside none;
width: 100%;

padding: 0px;


}

#search {
margin-bottom: 15px;
}
#searchSuggest {
width: 100%;
border:3px solid black;


margin-bottom: 15px;
}

#searchSuggest .ui-autocomplete {
width: 100%;
position: relative;
float: none;
}
#searchSuggest .ui-menu-item:hover{
background-color: #D3D3D3;
}
#searchSuggest .ui-menu .ui-menu-item {
float: none;

}
18 changes: 18 additions & 0 deletions code/js/function.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added code/js/jquery-ui-1.12.1.custom/.DS_Store
Binary file not shown.
Loading

0 comments on commit 7ec7916

Please sign in to comment.