Customer portal : New Combodo font and stylesheet to use some pictos as characters anywhere

SVN:trunk[4126]
This commit is contained in:
Guillaume Lajarige
2016-05-24 12:34:30 +00:00
parent 2c4ccd2302
commit e1ea466053
16 changed files with 808 additions and 11 deletions

View File

@@ -34,6 +34,8 @@
<link href="{{ app['combodo.portal.base.absolute_url'] }}lib/datatables/css/scroller.bootstrap.min.css" rel="stylesheet">
<link href="{{ app['combodo.portal.base.absolute_url'] }}lib/datatables/css/select.bootstrap.min.css" rel="stylesheet">
<link href="{{ app['combodo.portal.base.absolute_url'] }}lib/datatables/css/select.dataTables.min.css" rel="stylesheet">
{# - Font Combodo #}
<link href="{{ app['combodo.absolute_url'] }}css/font-combodo/font-combodo.css" rel="stylesheet">
{# - Font awesome #}
<link href="{{ app['combodo.portal.base.absolute_url'] }}lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
{# - Misc libs #}

View File

@@ -1,13 +1,6 @@
/*******************/
/* Global settings */
/*******************/
@font-face {
font-family: 'Combodo';
src: url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@media (max-width: 768px){
body{
padding-top: 60px;
@@ -504,6 +497,10 @@ a:hover, a:focus{
padding: 40px 40px 30px 40px;
min-height: 10em;
text-align: left;
transition: all 0.2s linear;
}
.home .tile:hover{
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
}
.home .tile .tile_decoration{
display: block;