Aggiornati css e js, corretto link al js
This commit is contained in:
parent
977af95b45
commit
cadc1479f9
|
@ -1,6 +1,6 @@
|
|||
/* custom.css */
|
||||
|
||||
table{
|
||||
table {
|
||||
width:90% !important;
|
||||
}
|
||||
|
||||
|
@ -18,6 +18,32 @@ table{
|
|||
opacity: 0.6 !important;
|
||||
}
|
||||
|
||||
#selectableS .ui-selecting { background: #4abd8c; }
|
||||
#selectableS .ui-selected { background: #00968e; color: white; }
|
||||
#selectableS { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
||||
#selectable0 .ui-selecting { background: #4abd8c; }
|
||||
#selectable0 .ui-selected { background: #00968e; color: white; }
|
||||
#selectable0 { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
||||
.selCanti {
|
||||
border:6px solid #f8f9fa;
|
||||
border-collapse:collapse;
|
||||
padding:0px;
|
||||
}
|
||||
.selCanti th {
|
||||
border:6px solid #f8f9fa;
|
||||
text-align:center;
|
||||
padding:0px;
|
||||
}
|
||||
.selCanti td {
|
||||
border:6px solid #f8f9fa;
|
||||
text-align:center;
|
||||
padding:0px;
|
||||
background:#DBF5DB;
|
||||
width:20px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<script type="text/javascript" src="./js/tcrs-generated-labels.min.js"></script>
|
||||
<script type="text/javascript" src="./js/tcrs-moving-tooltip.min.js"></script>
|
||||
<script type="text/javascript" src="./js/toolcool-range-slider.min.js"></script>
|
||||
<script type="text/javascript" src="./js/script_Luk16.js"></script>
|
||||
<script type="text/javascript" src="./js/script_2.0.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -180,9 +180,9 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="border bg-light well mt-2" id="contextTableDiv">
|
||||
<div class="border bg-light well mt-2" id="contextTableDivS">
|
||||
|
||||
<table id="selectable" class="table table-responsive selCanti table-bordered table-sm ui-selectable">
|
||||
<table id="selectableS" class="table table-responsive selCanti table-bordered table-sm ui-selectable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><div class="small text-muted text-right">Cantica\Canto </div></th>
|
||||
|
@ -390,9 +390,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class=" p-2 m-2 border bg-light well" id="contextTableDiv" style="display: none">
|
||||
<div class=" p-2 m-2 border bg-light well" id="contextTableDiv0" style="display: none">
|
||||
|
||||
<table id="selectable" class="table selCanti table-bordered table-sm">
|
||||
<table id="selectable0" class="table selCanti table-bordered table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><div class="small text-dark text-right">Cantica\Canto </div></th>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue