add front-part of autocompleter function

This commit is contained in:
Thomas Pointhuber 2014-03-19 20:19:44 +01:00
parent ce08abe223
commit ecd293c8a9
7 changed files with 598 additions and 0 deletions

View file

@ -8,6 +8,10 @@
@import "mixins.less";
// Autocompleter
@import "autocompleter.less";
// Main LESS-Code
html {
@ -574,3 +578,24 @@ tr {
color: @color-settings-return-font;
}
}
/*#search_autocompleter {
border: 1px solid #3498DB;
position: absolute;
top: 43px;
width:100%;
background:#FFF;
z-index:2;
p {
border-bottom: 1px solid #ccc;
}
}*/
/*#search_input {
position: relative;
}
#search_form {
}*/