modified: SRC/public/css/referent.css
modified: SRC/public/js/ListeOeuvre.js modified: SRC/resources/views/referent.blade.php
This commit is contained in:
parent
24a1fcad27
commit
386ba3fac0
@ -227,4 +227,26 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
|
|||||||
|
|
||||||
.ios7-switch:hover input:focus:checked + span {
|
.ios7-switch:hover input:focus:checked + span {
|
||||||
box-shadow: inset 0 0 0 0.73em #4cd964;
|
box-shadow: inset 0 0 0 0.73em #4cd964;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*Chosen width fix*/
|
||||||
|
/* Fix width bug */
|
||||||
|
.chosen-container, .chosen-drop, .chosen-drop .chosen-search, .chosen-drop {
|
||||||
|
width: 220px !important;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Input Box has to be slightly smaller, don't know why and I don't care. */
|
||||||
|
.chosen-search input {
|
||||||
|
width: 210px !important;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Override width of the whole thing */
|
||||||
|
.chosen-container { width:220px !important; }
|
@ -173,6 +173,7 @@ $('#liAddImages').click(function() {
|
|||||||
$('#addpicture').show("slow");
|
$('#addpicture').show("slow");
|
||||||
$('#liSelection').removeClass("active");
|
$('#liSelection').removeClass("active");
|
||||||
$('#liAddImages').addClass("active");
|
$('#liAddImages').addClass("active");
|
||||||
|
$(".chosen-select").chosen({width: "100px"});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,18 +64,20 @@
|
|||||||
<li role="presentation" id="liAddImages"><a href="#">Ajouter des images</a></li>
|
<li role="presentation" id="liAddImages"><a href="#">Ajouter des images</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "MY SELECTION" -->
|
|
||||||
<div class="col-md-7 princ" id="selection">
|
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "MY SELECTION" -->
|
||||||
|
<div id="selection">
|
||||||
<span style="float: right"><a href="">Sélectionner tout</a> -- <a href="">Annuler sélection</a></span><br>
|
<span style="float: right"><a href="">Sélectionner tout</a> -- <a href="">Annuler sélection</a></span><br>
|
||||||
<div class="panel-body" id="oeuvrePic">
|
<div class="panel-body" id="oeuvrePic">
|
||||||
<!-- // TODO -->
|
<!-- // TODO -->
|
||||||
</div>
|
</div>
|
||||||
<button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button>
|
<button style="float: right" class="btn btn-primary" id="enregistrer">Enregistrer</button>
|
||||||
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "ADD PICTURES" -->
|
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "ADD PICTURES" -->
|
||||||
<div class="col-md-7 princ" id="addpicture" style="display:none">
|
<div id="addpicture" style="display:none">
|
||||||
|
|
||||||
|
|
||||||
<!-- PART CHOOSE AND FILL FILTER -->
|
<!-- PART CHOOSE AND FILL FILTER -->
|
||||||
@ -178,6 +180,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<button style="float: right" class="btn btn-primary" id="ajouter">Ajouter à ma liste d'oeuvre</button>
|
<button style="float: right" class="btn btn-primary" id="ajouter">Ajouter à ma liste d'oeuvre</button>
|
||||||
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user