/** * utilities.css * code by strangecode :: www.strangecode.com :: this document contains copyrighted information * * CSS used often in Strangecode applications. Do not arbitrarily * edit this code! This file is used between many sites and modifying it may result * in something breaking. Instead, overwrite these values in a specific site by * adding new definitions to a screen.css file. */ /* BEAU: I format my CSS using BBEdit's Markup->CSS->Format command. Would you like to use that as well so our code looks consistant? */ /*_____________________ FORMS ____________________*/ input, select, input.submit { color: #000; margin: 0 4px 0 0; padding: 0; } /* BEAU: I changed this to input.submit, since it is an tag. Is that correct? It definition doesn't seem to do anything regardless of how it's set. */ input.submit { font-weight: bold; margin: 1px; } /* BEAU: Should be in EMs? Also, sometimes it is nice to have the select menu be only the width as its contents. How to override this? */ select { width: 250px; margin: 4px 4px 0 0; } input { margin: 4px 4px 0 0; } form table select, form table input { margin-top: 0; } /* BEAU: I want more text box widths! I find need for boxes that fit 5em, 10em, 20em, and 40em widths. These should be in EMs so text can resize and still fit. Since it is useful to apply a width to other form elements to have them similar sizes (not always a text box, such as