mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Customer portal : New Combodo font and stylesheet to use some pictos as characters anywhere
SVN:trunk[4126]
This commit is contained in:
@@ -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 #}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user