Passage de opensansXX à Open Sans + font-weight

This commit is contained in:
Marc Ducobu 2016-05-06 19:03:48 +02:00
parent 510d3ff480
commit a766651443
7 changed files with 16 additions and 13 deletions

View File

@ -4282,7 +4282,8 @@ textarea {
margin: 0.5em 0;
padding: 0; }
.tab-nav > li {
font-family: "open_sansbold";
font-family: "Open Sans";
font-weight: bold;
display: inline-block;
width: 100%;
cursor: default;

File diff suppressed because one or more lines are too long

View File

@ -39,5 +39,6 @@ $tabs-nav-text-color: $blue;
$tabs-new-border: none;
$tabs-nav-hover-border: none;
$tabs-nav-hover-text-color: $blue;
$tabs-nav-font-family: "open_sansbold";
$tabs-nav-font-family: 'Open Sans';
$tabs-nav-font-weight: bold;
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;

View File

@ -69,7 +69,8 @@
width : 15em;
text-align: right;
display: inline-block;
font-family: 'open_sanslight';
font-family: 'Open Sans';
font-weight: 300;
padding-right: 5px;
}
input {
@ -87,7 +88,8 @@
box-shadow: none;
color: #fff;
padding: 4px 8px;
font-family: 'open_sanslight';
font-family: 'Open Sans';
font-weight: 300;
}
</style>
</head>
@ -111,4 +113,3 @@
</div>
</body>
</html>

View File

@ -24,7 +24,7 @@
{% for route in routes %}
<li style="display:block; background-color: #333333; padding-left:1.5em; border-bottom:1px; border-bottom: 1px solid #FFF;padding-top:0; padding-bottom:0;">
<div style="margin-bottom:2px;">
<div style="font-family: 'open_sanslight'; font-size: 0.75em; text-align:left; height: 46px; display:inline-block; width: calc(100% - 5em - 1px); vertical-align:top;">
<div style="font-family: 'Open Sans'; font-weight: 300; font-size: 0.75em; text-align:left; height: 46px; display:inline-block; width: calc(100% - 5em - 1px); vertical-align:top;">
<a href="{{ path(route.key, args ) }}">{{ route.label|trans }}</a>
</div>
<div style="background-color: #333333; text-align:center;width: 2em; margin-left:-0.15em; font-size:1.5em; color:#FFF; height: 46px; display:inline-block; vertical-align:top;float:right">{% spaceless %}
@ -36,4 +36,4 @@
</li>
{% endfor %}
</ul>
</li>
</li>

View File

@ -24,7 +24,7 @@
{% for route in routes %}
<li style="display:block; background-color: #333333; padding-left:1.5em; border-bottom:1px; border-bottom: 1px solid #FFF;padding-top:0; padding-bottom:0;">
<div style="margin-bottom:2px;">
<div style="font-family: 'open_sanslight'; font-size: 0.75em; text-align:left; height: 46px; display:inline-block; width: calc(100% - 5em - 1px); vertical-align:top;">
<div style="font-family: 'Open Sans'; font-weight:300; font-size: 0.75em; text-align:left; height: 46px; display:inline-block; width: calc(100% - 5em - 1px); vertical-align:top;">
<a href="{{ path(route.key, args ) }}">{{ route.label|trans }}</a>
</div>
<div style="background-color: #333333; text-align:center;width: 2em; margin-left:-0.15em; font-size:1.5em; color:#FFF; height: 46px; display:inline-block; vertical-align:top;float:right">{% spaceless %}
@ -36,4 +36,4 @@
</li>
{% endfor %}
</ul>
</li>
</li>

View File

@ -18,14 +18,14 @@
<li class="nav-link2">
<div class="li-content">
<a href="javascript:void(0)" style="font-size: 0.8em; font-family: 'open_sanslight';">
<a href="javascript:void(0)" style="font-size: 0.8em; font-family: 'Open Sans'; font-weight:300;">
{{ 'Welcome' | trans }}<br/>
<b>{{ app.user.username }}</b>
</a>
</div>
<ul class="submenu width-11-em">
{% for route in routes %}
<li><a href="{{ path(route.key, args ) }}" style="font-family: 'open_sanslight'; font-size: 0.9em;"><i class="fa fa-{{ route.icon }}"></i> {{ route.label|trans }}</a></li>
<li><a href="{{ path(route.key, args ) }}" style="font-family: 'Open Sans'; font-weight:300; font-size: 0.9em;"><i class="fa fa-{{ route.icon }}"></i> {{ route.label|trans }}</a></li>
{% endfor %}
</ul>
</li>
</li>