mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:15:05 +03:00
More package label cleanup
This commit is contained in:
parent
c7c8f3ad67
commit
93e6a1b723
1 changed files with 11 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<div class="card-body thumbnail-body">
|
<div class="card-body thumbnail-body">
|
||||||
<div class="card-text-container">
|
<div class="card-text-container">
|
||||||
<p class="card-text small">
|
<p class="card-text small">
|
||||||
<span class="">V {{- .version -}}</span>
|
<span class="grid-gray">V {{- .version -}}</span>
|
||||||
<!--
|
<!--
|
||||||
TODO: uncomment once install counts improve
|
TODO: uncomment once install counts improve
|
||||||
<br>
|
<br>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="/+{{- lower .full_name -}}/">
|
<a href="/+{{- lower .full_name -}}/">
|
||||||
{{- partial "detail-btn.html" . -}}
|
<button class="hbtn hb-fill-right detail-btn" type="button" name="button">Details</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body thumbnail-body-mobile">
|
<div class="card-body thumbnail-body-mobile">
|
||||||
|
@ -36,6 +36,12 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.detail-btn{
|
||||||
|
width: 100px !important;
|
||||||
|
height: 30px;
|
||||||
|
padding:0px;
|
||||||
|
}
|
||||||
|
|
||||||
.package-title{
|
.package-title{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
@ -118,12 +124,15 @@ figure:hover{
|
||||||
.card-text{
|
.card-text{
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-size: .8rem;
|
||||||
|
top:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-text-container{
|
.card-text-container{
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
width:48%;
|
width:48%;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
.thumbnail-body-mobile{
|
||||||
|
|
Loading…
Reference in a new issue