Skip to content

Commit

Permalink
Removed some clutter and added search UI and beginning of search backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrown101 committed May 27, 2014
1 parent df89006 commit 452ed99
Show file tree
Hide file tree
Showing 15 changed files with 113 additions and 159 deletions.
56 changes: 45 additions & 11 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,18 @@ hr{
border-color: #8fc84c;
background: none;
}
.navbar-nav {
background-color: #cecece;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #8fc84c;
}

.navbar-collapse {
background-color: #cecece;
}
.nav-list {
padding-left: 30px !important;
font-weight: bold;
}
.navbar-toggle {
margin-right: 25px;
margin-top: 17px;
margin-top: 19px;
}

.logo {
Expand Down Expand Up @@ -90,6 +84,30 @@ hr{
background: #47483d;
}

.navbar-form{
margin-bottom: 0 !important;
margin-top: 0px !important;
border: none;
padding-top: 15px;
}
.navbar form input, .navbar form .btn{
margin-bottom: .5px !important;
height: 40px;
color: white;
border-radius: 3px;
display: inline-block;
}
.form-group{
width: 65%;
display: inline-block;
}
.navbar-default .navbar-collapse {
border: none;
}

.navbar form .btn {
margin-right: 12px !important;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
Expand Down Expand Up @@ -160,15 +178,31 @@ hr{
background-repeat: no-repeat;
padding-left: 80px;
color: white;
background-position: right -5px top 4px;
background-position: right -18px top 7px;
font-weight: 300;
font-size: 1.4em;
}
.logo h1{
font-size: 30px;
}

.form-group{
width: 65%;
display: inline-block;
}
.navbar-default .navbar-collapse {
border: none;
}

.navbar form .btn {
margin-right: 0px !important;
}

.navbar-form{
margin-bottom: 0 !important;
margin-top: 0px !important;
}
}
@media( max-width: 768px){
#sites{
text-align: center;
}

}
5 changes: 3 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ footer .post-list li em {
.parallax .btn-submit,
.btn-submit {
color: #fff !important;
background: #1abb9c;
background: #6ca02e;
margin-bottom: 10px;
margin-right: 4px;
padding: 11px 20px 10px 20px;
Expand Down Expand Up @@ -729,14 +729,15 @@ footer .post-list li em {
.btn:active,
.btn.active,
.parallax .btn-submit:hover {
background: #17a78b;
background: #6ca02e;
color: #fff !important;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
opacity: .9;
}
.btn-green:hover,
.btn-green:focus,
Expand Down
8 changes: 0 additions & 8 deletions public/js/html5shiv.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/init-share.js

This file was deleted.

11 changes: 0 additions & 11 deletions public/js/pin.js

This file was deleted.

Loading

0 comments on commit 452ed99

Please sign in to comment.