(Grav GitSync) Automatic Commit from yunohost-bot

This commit is contained in:
yunohost-bot 2021-02-08 01:54:55 +00:00 committed by Yunohost-Bot
parent 615584493d
commit 852d82f7e2
2 changed files with 20 additions and 37 deletions

View file

@ -66,7 +66,7 @@ Disclaimers
<div class="app-buttons btn-group" role="group"> <div class="app-buttons btn-group" role="group">
<a href="{{infos.url}}" target="_BLANK" type="button" class="btn btn-default col-sm-4"> <i class="fa fa-code"></i> Code </a> <a href="{{infos.url}}" target="_BLANK" type="button" class="btn btn-default col-sm-4"> <i class="fa fa-code"></i> Code </a>
<a href="fixme" target="_BLANK" type="button" class="btn btn-default col-sm-4"> <i class="fa fa-book"></i> Doc </a> <a href="app_{{app_id}}" target="_BLANK" type="button" class="btn btn-default col-sm-4"> <i class="fa fa-book"></i> Doc </a>
<a href="https://install-app.yunohost.org/?app={{app_id}}" target="_BLANK" type="button" class="btn btn-{% if infos.bad_quality %}error{% else %}success{% endif %} col-sm-4 active"> <i class="fa fa-plus"></i> Install </a> <a href="https://install-app.yunohost.org/?app={{app_id}}" target="_BLANK" type="button" class="btn btn-{% if infos.bad_quality %}error{% else %}success{% endif %} col-sm-4 active"> <i class="fa fa-plus"></i> Install </a>
</div> </div>
@ -88,7 +88,6 @@ Custom CSS for this page
#filter-app-cards, #app-cards-list { #filter-app-cards, #app-cards-list {
width:100%; width:100%;
} }
/*===============================================*/
/*================================================= /*=================================================
Force return space after card list Force return space after card list
@ -98,24 +97,23 @@ Custom CSS for this page
display:block; display:block;
clear: both; clear: both;
} }
/*===============================================*/
/*================================================= /*=================================================
App card App card
=================================================*/ =================================================*/
.app-card { #app-cards-list .app-card {
margin-bottom:20px; margin-bottom:30px;
width:31.2%; width:28%;
float:left; float:left;
min-height: 1px; min-height: 1px;
margin-right: 10px; margin-right: 15px;
margin-left: 10px; margin-left: 15px;
border-radius: 3px; border-radius: 3px;
position: relative; position: relative;
height: 230px; height: 230px;
} }
.app-title { #app-cards-list .app-title {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
font-size: 1.2em; font-size: 1.2em;
@ -125,7 +123,7 @@ Custom CSS for this page
padding: 1rem 1rem; padding: 1rem 1rem;
padding-bottom: 0; padding-bottom: 0;
} }
.app-title .label { #app-cards-list .app-title .label {
font-size: 0.5em; font-size: 0.5em;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
@ -133,52 +131,37 @@ Custom CSS for this page
padding-bottom: 0.3em; padding-bottom: 0.3em;
} }
.label-epic { #app-cards-list .app-descr {
background-color: darkorchid;
}
.app-descr {
height:120px; height:120px;
overflow: hidden; overflow: hidden;
padding: 0.2rem 1rem; padding: 0.2rem 1rem;
} }
.app-footer { #app-cards-list .app-footer {
width:100%; width:100%;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
} }
.app-maintainer {
font-size: 0.7em;
text-align: right;
margin-right: 5px;
}
.app-card .unmaintained {
color: #e0aa33;
}
/*=============================================== /*===============================================
App buttons App buttons
=================================================*/ =================================================*/
.app-buttons { #app-cards-list .app-buttons {
border-top: 0.05rem solid #ddd;
width:100%; width:100%;
} }
.app-buttons > .btn { #app-cards-list .app-buttons > .btn {
border-bottom:0; border: 0;
font-size: 0.9em; font-size: 0.9em;
line-height: 1.58; line-height: 1.58;
} }
.app-buttons > .btn:first-child {
border-left:0; #app-cards-list .app-buttons > .btn-default {
border-top-left-radius:0; color: #222;
} }
.app-buttons > .btn:last-child {
border-right:0; #app-cards-list .app-buttons > .btn:first-child {
border-top-right-radius:0; border-right: 0.1rem solid #ddd;
margin-left: 0px;
width: 33.6%;
} }
/*===============================================*/ /*===============================================*/