Updated rending of social icons with bootstrap/fontawesome and fixed search typahead

This commit is contained in:
Deon George
2016-05-02 16:30:39 +10:00
parent 87e5de64fe
commit f49b864d3a
9 changed files with 166 additions and 401 deletions

View File

@@ -12,6 +12,11 @@
right: auto;
}
.dropdown-submenu > .dropdown-menu {
left: -50%;
right: 80%;
}
.subnavbar .subnavbar-inner {
height: 50px;
}
@@ -93,3 +98,7 @@ table .text-right {
.form-group {
margin-bottom: 25px;
}
ul.typeahead.dropdown-menu {
min-width: 560px;
}