/* THIS FILE CONTAINS FRONT END ONLY CSS THAT USED TO BE IN CORE.CSS */
/* MUCH OF THIS CONTENT SHOULD BE REMOVED AS WE MIGRATE THE FRONT END TO BOOTSTRAP (4) */
/* GENERALLY THIS CONTENT WAS IN CORE.CSS BUT CONFLICTED WITH BOOTSTRAP (4) IN THE ADMIN */


/* nasty generic form / input rules start */
/*
form fieldset input
, form fieldset .input { display: block; float: left; width: 250px; }
form fieldset select { display: block; float: left; }
form fieldset label
, form fieldset .label { display: block; float: left; width: 120px; font-weight: bold; }
*/
/* nasty generic form / input rules end */

/* fix for above if colides with .btn reset teh .btn values (NB adding a not to above make rule more spoecific and breaks existing fixes !) */
/*
form fieldset input.btn { display:inline-block; float:none; width:auto; }
*/
