mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 22:54:12 +01:00
N°1370 portal badges : number on top of the description and wider
SVN:trunk[5741]
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user