N°1370 portal badges : number on top of the description and wider

SVN:trunk[5741]
This commit is contained in:
Pierre Goiffon
2018-04-26 09:18:12 +00:00
parent 95e56e7148
commit 71d07be646
2 changed files with 5 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
</div>
<div class="tile_body">
<div>
<div class="tile_description">{{ oBrick.GetTitle()|dict_s }}</div>
<div class="tile_title">{{ iCount }}</div>
<div class="tile_description">{{ oBrick.GetTitle()|dict_s }}</div>
</div>
<div class="tile_description"><p>{{ oBrick.GetDescription|dict_s|raw }}</p></div>
</div>

View File

@@ -368,6 +368,7 @@ footer{
.home div.tile-badge > a.tile {
display: table;
width: 100%;
padding: 12% 15% 5%;
}
.home div.tile-badge > a.tile > div {
@@ -405,8 +406,9 @@ footer{
}
.home div.tile-badge > a.tile > div > div.tile_body > div:first-child > div.tile_title {
font-size: 1.5em;
font-weight: bold;
font-size: 4.5em;
font-weight: normal;
margin-bottom: 0.5em;
}
.home div.tile-badge > a.tile > div > div.tile_body > div.tile_description {