layout modificato, cambiato il css
This commit is contained in:
parent
b3f7523c5b
commit
37c693aea0
|
@ -5,8 +5,27 @@
|
||||||
<title>LiDaDashboard</title>
|
<title>LiDaDashboard</title>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet"
|
|
||||||
href="https://unpkg.com/tachyons/css/tachyons.min.css">
|
<!-- AGGIUNTI -->
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css">
|
||||||
|
<link rel="stylesheet" href="./css/datatables.min.css">
|
||||||
|
<link rel="stylesheet" href="./css/custom.css">
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
|
||||||
|
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js" defer></script>
|
||||||
|
<script type="text/javascript" src="./js/datatables.min.js" defer></script>
|
||||||
|
<script type="text/javascript" src="./js/jquery.ui.touch-punch.js"></script>
|
||||||
|
|
||||||
|
<!-- FINE AGGIUNTI -->
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
|
||||||
|
|
||||||
<script type="text/javascript" src="js/utils.js"></script>
|
<script type="text/javascript" src="js/utils.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript" src="https://bundle.run/sparqljs@3.4.1"></script>
|
<script type="text/javascript" src="https://bundle.run/sparqljs@3.4.1"></script>
|
||||||
|
@ -58,9 +77,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mw9 center ph3-ns">
|
<!-- <div class="mw9 center ph3-ns"> -->
|
||||||
<div class="cf ph2-ns">
|
<div class="container">
|
||||||
<div class="fl w-100 w-20-ns pa4">
|
<!-- <div class="cf ph2-ns"> -->
|
||||||
|
<div class="row justify-content-start">
|
||||||
|
<!-- <div class="fl w-100 w-20-ns pa4"> -->
|
||||||
|
<div class="col-md-3">
|
||||||
<img
|
<img
|
||||||
src="./images/altriFiltri.png" style="width: 42px; height: 41px; ">
|
src="./images/altriFiltri.png" style="width: 42px; height: 41px; ">
|
||||||
<div class="flex flex-column">
|
<div class="flex flex-column">
|
||||||
|
@ -98,12 +120,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="fl w-100 w-60-ns pa4">
|
<!-- <div class="fl w-100 w-60-ns pa4"> -->
|
||||||
|
<div class="col-md-6">
|
||||||
<div class="bg-washed-blue pv2">
|
<div class="bg-washed-blue pv2">
|
||||||
|
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
|
|
||||||
<form id='filterform' onsubmit="return false">
|
<form id='filterform' onsubmit="return false;">
|
||||||
<div class="flex flex-column" id='query'>
|
<div class="flex flex-column" id='query'>
|
||||||
|
|
||||||
<div class="flex flex-wrap" id='condizioni'>
|
<div class="flex flex-wrap" id='condizioni'>
|
||||||
|
@ -151,7 +174,8 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fl w-100 w-20-ns pa4" id='tuttiFiltri'>
|
<!-- <div class="fl w-100 w-20-ns pa4" id='tuttiFiltri'> -->
|
||||||
|
<div class="col'>
|
||||||
<div class="bg-washed-blue pv2" id='filtri' style="display:none;" >
|
<div class="bg-washed-blue pv2" id='filtri' style="display:none;" >
|
||||||
<img
|
<img
|
||||||
src="./images/filters1.png" style="width: 40px; height: 48px; " alt="Filtri">
|
src="./images/filters1.png" style="width: 40px; height: 48px; " alt="Filtri">
|
||||||
|
@ -159,7 +183,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<!-- </div> -->
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue