Revision: 33250
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 7, 2010 06:05 by TrendyPet
Initial Code
/* Scales all of the fonts on the page */ html { -webkit-text-size-adjust:125%; font-family:Helvetica, Arial, sans-serif } /* Changes the width of the form to scale depending on rotation */ .form-container { width:90%; } /* Adjusts the font size to increase the hit area for each input field */ input { font-size: 125%; } input[type="checkbox"] { width: 35px; height: 35px; } input[type="radio"] { width: 35px; height: 35px; } select { font-size: 100%; padding: 0 0 0 10px; } fieldset { -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; margin-bottom:25px; background-color:#f4faff; } legend { font-size:22px; color:#2D7AB6; }
Initial URL
Initial Description
Initial Title
Form CSS for iPad
Initial Tags
form
Initial Language
CSS