Skip to content

Commit

Permalink
Include the image thumbnails for all files attached to search result …
Browse files Browse the repository at this point in the history
…items.

Fixes #116.
  • Loading branch information
Eric Rochester committed Jul 27, 2015
1 parent 5c3601f commit e6a59cf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 496 deletions.
10 changes: 5 additions & 5 deletions views/shared/css/fields.css
Expand Up @@ -236,7 +236,7 @@

/* line 146, sass/_buttons.scss */
.btn-primary {
background-color: #0073cc;
background-color: #0074cc;
background-image: -moz-linear-gradient(top, #08c, #0055cc);
background-image: -ms-linear-gradient(top, #08c, #0055cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0055cc));
Expand All @@ -263,7 +263,7 @@

/* line 150, sass/_buttons.scss */
.btn-warning {
background-color: #f9a732;
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -ms-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
Expand All @@ -290,7 +290,7 @@

/* line 154, sass/_buttons.scss */
.btn-danger {
background-color: #da4e49;
background-color: #da4f49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
Expand All @@ -317,7 +317,7 @@

/* line 158, sass/_buttons.scss */
.btn-success {
background-color: #5bb65b;
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -ms-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
Expand Down Expand Up @@ -371,7 +371,7 @@

/* line 166, sass/_buttons.scss */
.btn-inverse {
background-color: #404040;
background-color: #414141;
background-image: -moz-linear-gradient(top, #555, #222);
background-image: -ms-linear-gradient(top, #555, #222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
Expand Down

0 comments on commit e6a59cf

Please sign in to comment.