mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 06:34:14 +01:00
Customer portal : Allowed HTML in tile description. Also fixed tile description css to avoid text wrapping under the decoration.
SVN:trunk[4140]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="tile_body">
|
||||
<div class="tile_title">{{ brick.GetTitleHome|dict_s }}</div>
|
||||
{% if brick.HasDescription %}
|
||||
<div class="tile_description">{{ brick.GetDescription|dict_s }}</div>
|
||||
<div class="tile_description">{{ brick.GetDescription|dict_s|raw }}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -591,6 +591,7 @@ a:hover, a:focus{
|
||||
}
|
||||
.home .tile .tile_body{
|
||||
display: block;
|
||||
padding-left: 4.3em;
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
@@ -611,6 +612,9 @@ a:hover, a:focus{
|
||||
.home .tile .tile_decoration > span.icon{
|
||||
font-size: 4em;
|
||||
}
|
||||
.home .tile .tile_body{
|
||||
padding-left: 6.3em;
|
||||
}
|
||||
.home .tile .tile_title{
|
||||
font-size: 1.4em;
|
||||
}
|
||||
@@ -631,6 +635,9 @@ a:hover, a:focus{
|
||||
.home .tile .tile_decoration > span.icon{
|
||||
font-size: 6em;
|
||||
}
|
||||
.home .tile .tile_body{
|
||||
padding-left: 9.1em;
|
||||
}
|
||||
.home .tile .tile_title{
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user