Old versions fix attempts

This commit is contained in:
Ghislain Loaec 2015-08-06 11:52:00 +02:00
parent dae6eb5d90
commit e4805638e9
2 changed files with 4 additions and 9 deletions

View File

@ -131,14 +131,7 @@ body {
border: 0;
min-height: 100%;
z-index: 1;
position: relative;
}
.momo-page iframe {
width: 100%;
border: 0;
min-height: 100%;
z-index: 1;
position: relative;
position: absolute;
}
.momo-page-pages {
border-radius: 0px;

View File

@ -127,11 +127,13 @@
</script>
<script type="text/x-tmpl" id="momo-list-item-tmpl">
<a href="#{%= o.id %}" class="{% if(!o.header){ %} list-group-item {% } %}">
<a href="#{%= o.id %}" class="{% if(!o.header){ %} list-group-item {% } %} clearfix">
<span class="pull-left">
{% if(o.icon){ %}
{%# tmpl('momo-icon-tmpl', { icon: o.icon, size: 20 }) %}
{% } %}
{%= o.title %}
</span>
{% if(o.external) { %}
<i class="fa fa-external-link pull-right"></i>
{% } else { %}