/********************************************************************************************** * ProcessWire Admin Control Panel - Skyscraper Theme - inputfields.css * * This file provides common styling for ProcessWire inputfields. All other Inputfield styles * are provided by the Inputfield modules themselves. * * Copyright 2012 by Ryan Cramer * */ .Inputfields fieldset, .Inputfields input, .Inputfields select, .Inputfields textarea, .Inputfields label { /* reset */ margin: 0; padding: 0; } .Inputfields, .Inputfields .Inputfield, .Inputfields label, .Inputfields input, .Inputfields select, .Inputfields textarea, .Inputfields table { font-size: 12px; } .Inputfields input, .Inputfields select, .Inputfields textarea { max-width: 100%; } .InputfieldForm .Inputfields, .InputfieldForm .Inputfields > .Inputfield { list-style: none; margin: 1em 0; padding: 0; } .InputfieldForm .Inputfields .Inputfields { /* nested .Inputfields list needs no bottom margin since it'll already be offset from the parent's padding */ margin-bottom: 0; } .Inputfields > .Inputfield { display: block; clear: both; } .Inputfields > .Inputfield > .ui-widget-content:before, .Inputfields > .Inputfield > .ui-widget-content:after { /* @soma clearfix */ content: " "; display: table; } .Inputfields > .Inputfield > .ui-widget-content:after { /* @soma clearfix */ clear: both; } .Inputfields > .Inputfield > .ui-widget-content { /* the Inputfield's content, padded from the borders */ padding: 1em; } .Inputfields .ui-widget-header { /* typically the Inputfield's