app/assets/stylesheets/modules/search_results.css.scss in curate-0.4.2 vs app/assets/stylesheets/modules/search_results.css.scss in curate-0.5.0
- old
+ new
@@ -7,15 +7,25 @@
.search-result {
border-top: 1px solid $grayLighter;
margin-top: 1em;
padding-top:.5em;
- .attributes {
- list-style-type:none;
+ .canonical-image {
+ width:80%;
+ margin-left:20%;
}
- .canonical-image {
- width:90%;
+ .list-number {
+ position: relative;
+ }
+
+ .resource-type {
+ margin-bottom:0;
+ position:absolute;
+ right:0;
+ text-align:center;
+ top:0;
+ width:80%;
}
}
.search-result:first-child {
border-top:none;