Compare commits
No commits in common. "a9ea9cfce2c6c4d3646ddd6b7eadbe1224df3314" and "4cf64b4fec054be3e89b4f52834da2241552135d" have entirely different histories.
a9ea9cfce2
...
4cf64b4fec
File diff suppressed because one or more lines are too long
|
@ -64,6 +64,5 @@ button,.button {
|
||||||
.end_of_page_button {
|
.end_of_page_button {
|
||||||
@extend .button.small;
|
@extend .button.small;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: $global-margin auto;
|
margin: 0 auto;
|
||||||
padding: $global-padding*0.5 $global-padding*5;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,14 +27,6 @@
|
||||||
display:inline;
|
display:inline;
|
||||||
width: 0;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
dl {
|
|
||||||
.property {
|
|
||||||
display:flex;
|
|
||||||
dt {
|
|
||||||
width: 14rem;
|
|
||||||
max-width: 14rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -108,7 +108,6 @@
|
||||||
@import "components/buttons";
|
@import "components/buttons";
|
||||||
@import "components/accordion";
|
@import "components/accordion";
|
||||||
@import "components/tables";
|
@import "components/tables";
|
||||||
@import "components/lists";
|
|
||||||
|
|
||||||
|
|
||||||
// Templates
|
// Templates
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -237,14 +237,6 @@ main {
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@include xy-cell(12);
|
@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){
|
@include breakpoint(medium){
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
['class' => 'advanced-search']
|
['class' => 'advanced-search']
|
||||||
); ?>
|
); ?>
|
||||||
|
|
||||||
<h3 class="item-set-resutls-title"><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h3>
|
<h2><?php echo sprintf($this->translate('Item set results for "%s"'), $fulltextSearch); ?></h2>
|
||||||
|
|
||||||
<?php echo $this->pagination(); ?>
|
<?php echo $this->pagination(); ?>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ $("#archive_page_title").html('<?php echo $_html ?>');
|
||||||
</script>
|
</script>
|
||||||
<!-- arc-hive insert ends -->
|
<!-- arc-hive insert ends -->
|
||||||
|
|
||||||
<h3 class="search-results-for-title"><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h3>
|
<h2><?php echo sprintf($this->translate('Search results for “%s”'), $fulltextSearch); ?></h2>
|
||||||
|
|
||||||
|
|
||||||
<div class="results">
|
<div class="results">
|
||||||
|
|
Loading…
Reference in New Issue