diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.scss similarity index 93% rename from app/assets/stylesheets/application.css.scss rename to app/assets/stylesheets/application.scss index 8b8ddea..2f5bf4a 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.scss @@ -9,9 +9,10 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self + *= require fancybox */ @import "foundation_and_overrides"; @import "my"; -@import "jquery-fancybox/jquery.fancybox"; /*@import "jquery-raty/jquery.raty";*/ +/*@import "fancybox";*/ diff --git a/app/assets/stylesheets/my.css.scss b/app/assets/stylesheets/my.scss similarity index 96% rename from app/assets/stylesheets/my.css.scss rename to app/assets/stylesheets/my.scss index 3c2eb4a..c638faa 100644 --- a/app/assets/stylesheets/my.css.scss +++ b/app/assets/stylesheets/my.scss @@ -89,10 +89,18 @@ html, body { // Screenshot thumbnail image with name and description .thumbnail { - padding-bottom: 10px; + padding-top: 5px !important; + padding-bottom: 5px !important; + border-radius: 10px; + margin-bottom: 10px; text-align: center; line-height: 120%; + &:hover + { + background-color: #d0d0d0; + } + .pkgname { font-weight: 700; diff --git a/app/assets/stylesheets/packages.css.scss b/app/assets/stylesheets/packages.scss similarity index 100% rename from app/assets/stylesheets/packages.css.scss rename to app/assets/stylesheets/packages.scss diff --git a/app/assets/stylesheets/welcome.css.scss b/app/assets/stylesheets/welcome.scss similarity index 100% rename from app/assets/stylesheets/welcome.css.scss rename to app/assets/stylesheets/welcome.scss