Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
a few little clean ups I'm tired for a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
kimballfrank committed Nov 3, 2012
1 parent 7c3eaed commit 99a86e4
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 44 deletions.
68 changes: 34 additions & 34 deletions webapp/public/bootstrap/css/bootstrap.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -144,18 +144,18 @@ textarea {
} }
body { body {
margin: 0; margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
color: #333333; color: #333333;
background-color: #ffffff; background-color: #ffffff;
} }
a { a {
color: #0088cc; color: #44a1e1;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #005580; color: #1e7bbb;
text-decoration: underline; text-decoration: underline;
} }
.img-rounded { .img-rounded {
Expand Down Expand Up @@ -795,7 +795,7 @@ input,
button, button,
select, select,
textarea { textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
label { label {
display: block; display: block;
Expand Down Expand Up @@ -2325,28 +2325,28 @@ table th[class*="span"],
.dropdown-submenu:hover > a { .dropdown-submenu:hover > a {
text-decoration: none; text-decoration: none;
color: #ffffff; color: #ffffff;
background-color: #0081c2; background-color: #3b9de0;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -moz-linear-gradient(top, #44a1e1, #2e96dd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44a1e1), to(#2e96dd));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-linear-gradient(top, #44a1e1, #2e96dd);
background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #44a1e1, #2e96dd);
background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #44a1e1, #2e96dd);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44a1e1', endColorstr='#ff2e96dd', GradientType=0);
} }
.dropdown-menu .active > a, .dropdown-menu .active > a,
.dropdown-menu .active > a:hover { .dropdown-menu .active > a:hover {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
outline: 0; outline: 0;
background-color: #0081c2; background-color: #3b9de0;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -moz-linear-gradient(top, #44a1e1, #2e96dd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#44a1e1), to(#2e96dd));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-linear-gradient(top, #44a1e1, #2e96dd);
background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #44a1e1, #2e96dd);
background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #44a1e1, #2e96dd);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44a1e1', endColorstr='#ff2e96dd', GradientType=0);
} }
.dropdown-menu .disabled > a, .dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover { .dropdown-menu .disabled > a:hover {
Expand Down Expand Up @@ -2892,13 +2892,13 @@ input[type="submit"].btn.btn-mini {
.btn-link { .btn-link {
border-color: transparent; border-color: transparent;
cursor: pointer; cursor: pointer;
color: #0088cc; color: #44a1e1;
-webkit-border-radius: 0; -webkit-border-radius: 0;
-moz-border-radius: 0; -moz-border-radius: 0;
border-radius: 0; border-radius: 0;
} }
.btn-link:hover { .btn-link:hover {
color: #005580; color: #1e7bbb;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
} }
Expand Down Expand Up @@ -3212,7 +3212,7 @@ input[type="submit"].btn.btn-mini {
.nav-list > .active > a:hover { .nav-list > .active > a:hover {
color: #ffffff; color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc; background-color: #44a1e1;
} }
.nav-list [class^="icon-"], .nav-list [class^="icon-"],
.nav-list [class*=" icon-"] { .nav-list [class*=" icon-"] {
Expand Down Expand Up @@ -3292,7 +3292,7 @@ input[type="submit"].btn.btn-mini {
.nav-pills > .active > a, .nav-pills > .active > a,
.nav-pills > .active > a:hover { .nav-pills > .active > a:hover {
color: #ffffff; color: #ffffff;
background-color: #0088cc; background-color: #44a1e1;
} }
.nav-stacked > li { .nav-stacked > li {
float: none; float: none;
Expand Down Expand Up @@ -3346,13 +3346,13 @@ input[type="submit"].btn.btn-mini {
border-radius: 6px; border-radius: 6px;
} }
.nav .dropdown-toggle .caret { .nav .dropdown-toggle .caret {
border-top-color: #0088cc; border-top-color: #44a1e1;
border-bottom-color: #0088cc; border-bottom-color: #44a1e1;
margin-top: 6px; margin-top: 6px;
} }
.nav .dropdown-toggle:hover .caret { .nav .dropdown-toggle:hover .caret {
border-top-color: #005580; border-top-color: #1e7bbb;
border-bottom-color: #005580; border-bottom-color: #1e7bbb;
} }
/* move down carets for tabs */ /* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret { .nav-tabs .dropdown-toggle .caret {
Expand Down Expand Up @@ -3621,7 +3621,7 @@ input[type="submit"].btn.btn-mini {
.navbar-search .search-query { .navbar-search .search-query {
margin-bottom: 0; margin-bottom: 0;
padding: 4px 14px; padding: 4px 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
Expand Down Expand Up @@ -4507,7 +4507,7 @@ input[type="submit"].btn.btn-mini {
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
a.thumbnail:hover { a.thumbnail:hover {
border-color: #0088cc; border-color: #44a1e1;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
Expand Down Expand Up @@ -4972,8 +4972,8 @@ a.badge:hover {
@charset "UTF-8"; @charset "UTF-8";
@font-face { @font-face {
font-family: "SSStandard"; font-family: "SSStandard";
src: url('../../fonts/ss-standard.eot'); src: url('/fonts/ss-standard.eot');
src: url('../../fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('../../fonts/ss-standard.woff') format('woff'), url('../../fonts/ss-standard.ttf') format('truetype'), url('../../fonts/ss-standard.svg#SSStandard') format('svg'); src: url('/fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('/fonts/ss-standard.woff') format('woff'), url('/fonts/ss-standard.ttf') format('truetype'), url('/fonts/ss-standard.svg#SSStandard') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Expand Down Expand Up @@ -5653,15 +5653,15 @@ a.badge:hover {
@charset "UTF-8"; @charset "UTF-8";
@font-face { @font-face {
font-family: "SSSocial"; font-family: "SSSocial";
src: url('../../fonts/ss-social-circle.eot'); src: url('/fonts/ss-social-circle.eot');
src: url('../../fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'), url('../../fonts/ss-social-circle.woff') format('woff'), url('../../fonts/ss-social-circle.ttf') format('truetype'), url('../../fonts/ss-social-circle.svg#SSSocialCircle') format('svg'); src: url('/fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'), url('/fonts/ss-social-circle.woff') format('woff'), url('/fonts/ss-social-circle.ttf') format('truetype'), url('/fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "SSSocial"; font-family: "SSSocial";
src: url('../../fonts/ss-social-regular.eot'); src: url('/fonts/ss-social-regular.eot');
src: url('../../fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/ss-social-regular.woff') format('woff'), url('../../fonts/ss-social-regular.ttf') format('truetype'), url('../../fonts/ss-social-regular.svg#SSSocialRegular') format('svg'); src: url('/fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/ss-social-regular.woff') format('woff'), url('/fonts/ss-social-regular.ttf') format('truetype'), url('/fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Expand Down
10 changes: 8 additions & 2 deletions webapp/public/bootstrap/less/variables.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@


// Typography // Typography
// ------------------------- // -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif; //@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif; //@serifFontFamily: Georgia, "Times New Roman", Times, serif;
//@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;

// Typography
// ------------------------
@sansFontFamily: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: "pt-serif", Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace; @monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;


@baseFontSize: 14px; @baseFontSize: 14px;
Expand Down
26 changes: 19 additions & 7 deletions webapp/public/css/kitchenly.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ h1.tag-line {


h2.description { h2.description {
color: #fff; color: #fff;
font-size: 24px; font-size: 22px;
line-height: 36px; line-height: 36px;
margin-top: 20px; margin-top: 20px;
font-weight: normal; font-weight: normal;
Expand Down Expand Up @@ -154,12 +154,7 @@ h4.result-title {


#navbar-main .navbar-inner, #navbar-secondary .navbar-inner { #navbar-main .navbar-inner, #navbar-secondary .navbar-inner {
padding-right: 0px; padding-right: 0px;
padding-left: 0px; padding-left: 0px;

}

#navbar-secondary .navbar-inner {

} }


#navbar-main .navbar-form { #navbar-main .navbar-form {
Expand All @@ -175,6 +170,12 @@ h4.result-title {
text-align: left; text-align: left;
} }


/*.logo-big {
height: 280px;
width: 280px;
background: url('../img/logo-big.png') no-repeat 0 0;
}*/

#navbar-secondary .navbar-form { #navbar-secondary .navbar-form {
margin-left: 8px; margin-left: 8px;
} }
Expand Down Expand Up @@ -349,6 +350,17 @@ a.day.today {
color: #fff; color: #fff;
} }


.result-main-img-contain {
height: 270px;
width: 270px;
overflow: hidden;
}

.result-main-img {
min-height: 270px;
min-width: 270px;
}

a:hover.day { a:hover.day {
text-decoration: none; text-decoration: none;
display: block; display: block;
Expand Down
3 changes: 2 additions & 1 deletion webapp/views/search.jade
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ div.page-contain.container
each user, index in users each user, index in users
div.span3.result-box div.span3.result-box
- if (typeof(user.venues) !== 'undefined' && user.venues.length > 0) - if (typeof(user.venues) !== 'undefined' && user.venues.length > 0)
img.result-main-img(src="#{user.venues[0].photo_url}") div.result-main-img-contain
img.result-main-img(src="#{user.venues[0].photo_url}")
h4.result-title h4.result-title
a(href="#result-modal-#{index}", data-toggle="modal") #{user.venues[0].name} a(href="#result-modal-#{index}", data-toggle="modal") #{user.venues[0].name}
span.price-range.pull-right //#{user.venues[0].price} span.price-range.pull-right //#{user.venues[0].price}
Expand Down

0 comments on commit 99a86e4

Please sign in to comment.