Skip to content
Snippets Groups Projects
Commit 5382fcd0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Revert "style return to results"

This reverts commit 4ce89e93.
parent a0185481
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</section> </section>
<div class="fade"> <div class="fade">
<router-link class="choose" :to="link_to_self.ref" @click.native="details_click(link_to_self)"> <router-link class="choose" :to="link_to_self.ref" @click.native="details_click(link_to_self)">
<v-btn x-large text> {{$t("choose")}} <v-icon color="primary" right>chevron_right</v-icon>
{{$t("choose")}} <v-icon color="primary" right>chevron_right</v-icon></v-btn></router-link> </router-link>
</div> </div>
</div> </div>
<ArticleFooter :article="article"/> <ArticleFooter :article="article"/>
...@@ -223,13 +223,8 @@ ul li.definition { ...@@ -223,13 +223,8 @@ ul li.definition {
.choose { .choose {
color: var(--v-primary-base) !important; color: var(--v-primary-base) !important;
text-decoration: none; text-decoration: none;
position: relative;
top: 25px;
left: 20px;
} }
.info-card { .info-card {
padding: 12px; padding: 12px;
} }
......
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
<v-progress-circular indeterminate color="secondary" size="120"></v-progress-circular> <v-progress-circular indeterminate color="secondary" size="120"></v-progress-circular>
</div> </div>
<div id="single_article_container" v-if="article"> <div id="single_article_container" v-if="article">
<div class="return_to_results" v-if="total_results && article.source"> <div class="return_to_results" v-if="total_results">
<v-btn :to="article.source" @click.native="return_to_results()" text> <router-link :to="article.source" @click.native="return_to_results()">
<v-icon left class="nav_arrow">chevron_left</v-icon>{{$t("back_to_results")}}</v-btn> <v-icon left class="nav_arrow">chevron_left</v-icon>{{$t("back_to_results")}}
</router-link>
</div> </div>
<Article :key="article_key" :article="article" @article-click="article_link_click" /> <Article :key="article_key" :article="article" @article-click="article_link_click" />
</div> </div>
...@@ -556,7 +556,6 @@ div.welcome article { ...@@ -556,7 +556,6 @@ div.welcome article {
.search_container { .search_container {
background-color: var(--v-tertiary-base); background-color: var(--v-tertiary-base);
padding-top: 1px; padding-top: 1px;
padding-bottom: 10px;
} }
#spinner { #spinner {
......
...@@ -154,10 +154,12 @@ export default { ...@@ -154,10 +154,12 @@ export default {
#search_results .article_content.xs > .fade, #search_results .article_content.sm > .fade { #search_results .article_content.xs > .fade, #search_results .article_content.sm > .fade {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
vertical-align: text-bottom; font-size: 20px;
font-weight: bold; font-weight: bold;
color: var(--v-primary-base);
padding-top: 30px;
width:100%; width:100%;
height:100%; height:60px;
position:absolute; position:absolute;
left:0; left:0;
top:0px; top:0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment