Compare commits

..

18 Commits

Author SHA1 Message Date
chris a9ea9cfce2 Merge pull request 'fix/index-sites-items-issue-35' (#36) from fix/index-sites-items-issue-35 into develop
Reviewed-on: #36
2021-10-08 12:17:36 +02:00
jorge 0cdd3ba1cb reduced header sizes in results view 2021-10-08 00:13:54 +02:00
jorge 39855d1bb7 hide search form on top of search results title, it is redundant 2021-10-08 00:08:04 +02:00
jorge c850da3421 reduced to h3 the search results for and added class 2021-10-07 23:06:10 +02:00
jorge df6c4bcd34 item image each link is a box, each img is a row so description goes beneath 2021-10-07 22:54:26 +02:00
jorge 0e46b528db item presentation images removed background 2021-10-07 22:51:55 +02:00
jorge 53cf7f08e5 item presentation images and resource name in rows 2021-10-07 22:50:29 +02:00
jorge 94f496b213 cleaned up omeka scss and added pannemmul styles 2021-10-07 22:02:15 +02:00
jorge aef6eba175 increased global margin for `collection index` button 2021-10-07 21:42:36 +02:00
jorge 1df64ad110 added lists to scss files 2021-10-07 21:40:16 +02:00
jorge 1df83b1df5 item properties presented as list tabbed horizontally 2021-10-07 21:38:54 +02:00
jorge 6e9cc61485 increased space around text `collection index` in page view 2021-10-07 21:07:41 +02:00
jorge 7765a39ae0 styled link to `technical documentation` aligned to the lefts as other elements 2021-10-07 21:02:02 +02:00
jorge b3b4e57249 styled link to `technical documentation` as button with small font size and narrower padding 2021-10-07 21:00:16 +02:00
jorge bff2eab376 styled link to `technical documentation` as small button 2021-10-07 20:39:47 +02:00
jorge 31c7edfe7b button possitioned proportional to <p> padding 2021-10-07 20:33:07 +02:00
jorge 2a56062fd3 styled the page descripton technical documentation as button 2021-10-07 20:27:16 +02:00
jorge 3b08513cfd positioned the view button right and lower 2021-10-07 19:59:40 +02:00
9 changed files with 50 additions and 982 deletions

File diff suppressed because one or more lines are too long

View File

@ -64,5 +64,6 @@ button,.button {
.end_of_page_button {
@extend .button.small;
display: flex;
margin: 0 auto;
margin: $global-margin auto;
padding: $global-padding*0.5 $global-padding*5;
}

View File

@ -27,6 +27,14 @@
display:inline;
width: 0;
}
&.tech-document-link {
a {
@include button;
padding: $global-padding*0.5 $global-padding*1.5;
margin-left: 0;
font-size: $small-font-size;
}
}
}
}
}

View File

@ -0,0 +1,9 @@
dl {
.property {
display:flex;
dt {
width: 14rem;
max-width: 14rem;
}
}
}

View File

@ -108,6 +108,7 @@
@import "components/buttons";
@import "components/accordion";
@import "components/tables";
@import "components/lists";
// Templates

File diff suppressed because it is too large Load Diff

View File

@ -237,6 +237,14 @@ main {
}
p {
@include xy-cell(12);
position: relative;
padding: $global-padding;
padding-bottom: $global-padding * 3;
.button {
position:absolute;
right:0;
margin-top: $global-padding * 3;
}
}
}
@include breakpoint(medium){

View File

@ -5,7 +5,7 @@
['class' => 'advanced-search']
); ?>
<h2><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h2>
<h3 class="item-set-resutls-title"><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h3>
<?php echo $this->pagination(); ?>

View File

@ -35,7 +35,7 @@ $("#archive_page_title").html('<?php echo $_html ?>');
</script>
<!-- arc-hive insert ends -->
<h2><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h2>
<h3 class="search-results-for-title"><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h3>
<div class="results">