modified: SRC/public/css/referent.css

modified:   SRC/public/js/ListeOeuvre.js
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-02-27 15:28:42 +01:00
parent 24a1fcad27
commit 386ba3fac0
3 changed files with 30 additions and 4 deletions

View File

@ -227,4 +227,26 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
.ios7-switch:hover input:focus:checked + span {
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; }