1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- Le styles --> <link rel="stylesheet" type="text/css" href="<?=Util::link(__DIR__ . '/../css/bootstrap.min.css')?>" /> <link rel="stylesheet" type="text/css" href="<?=Util::link(__DIR__ . '/../css/bootstrapSwitch.css')?>" /> <link rel="stylesheet" type="text/css" href="<?=Util::link(__DIR__ . '/../css/bootstrap-datetimepicker.min.css')?>" /> <link rel="stylesheet" type="text/css" href="<?=Util::link(__DIR__ . '/../css/select2.css')?>" /> <link rel="stylesheet" type="text/css" href="<?=Util::link(__DIR__ . '/../css/style.css')?>" /> <style type="text/css"> div.scroll_to_top { position: fixed; bottom: 0; left: 50%; background-color: white; padding: 2px 5px 0px 5px; } </style>
|