- removed our copy jquery & bootstrap. using cdn instead

- added search box to the header
- made reindex rake task
This commit is contained in:
Edin Dazdarevic
2015-05-25 20:49:52 +02:00
parent c99bcbda7a
commit e1be044fd9
14 changed files with 154 additions and 88 deletions

View File

@@ -45,7 +45,7 @@ h1 h2 h3 h4 h5{
.mybutton{
background-color: #00a8a8;
padding: 6px 22px !important;
padding: 6px 11px !important;
display: block;
border-radius: 3px;
margin-top: 8px;
@@ -57,7 +57,6 @@ h1 h2 h3 h4 h5{
.mybutton:hover {
background-color: #06c3c3 !important;
color: black !important;
padding: 6px 22px !important;
margin-top: 8px;
display: block;
border-radius: 3px;
@@ -473,7 +472,35 @@ text-decoration: none;
display: block;
border-radius: 1px;
margin-top: 8px;
border: solid #cccccc 1px;
border: solid #cccccc 1px;
color: #4d4d4d !important;
font-size: 16px;
}
.search-box {
background-color: #efefef;
border-radius: 0px;
border: 1px solid #cccccc;
padding-left: 10px;
padding-right: 10px;
}
.search-button {
background-color: #f9f9f9;
color: #31b8b8;
border: 1px solid #cccccc;
border-radius: 0px;
margin-left: 5px;
}
.left-inner-addon {
position: relative;
}
.left-inner-addon input {
padding-left: 30px;
}
.left-inner-addon i {
position: absolute;
padding: 10px 12px;
pointer-events: none;
}