modified: SRC/public/css/referent.css
modified: SRC/public/js/ListeOeuvre.js modified: SRC/resources/views/referent.blade.php
This commit is contained in:
@ -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; }
|
Reference in New Issue
Block a user