Revision 2c6641c8
Added by Serghei Mihai over 10 years ago
calebasse/templates/calebasse/base.html | ||
---|---|---|
6 | 6 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
7 | 7 |
<title>{% block title %}{{ service_name }}{% endblock %}</title> |
8 | 8 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/> |
9 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/font-awesome.min.css" /> |
|
9 | 10 |
<link rel="stylesheet" type="text/css" media="print" href="{{ STATIC_URL }}css/print.css"/> |
10 | 11 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.8.21.custom.css"/> |
11 | 12 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/ajax_select.css"/> |
Also available in: Unified diff
dossiers: print all quotations
font-awesome styles added for icons effects
Closes #5012