// Generated by compass-jquery-pluginy/gem-tasks/secret_sauce.rake /* Rails likes input as opposed to JQuery UI */ .ui-dialog .ui-dialog-buttonpane input { cursor: pointer; float: right; line-height: 1.4em; margin: 0.5em 0.4em 0.5em 0; overflow: visible; padding: 0.2em 0.6em 0.3em; width: auto; } .ui-state-error { min-width: 420px; .errorExplanation { h2, p { font-size: normal; font-weight: bold; } ul li { font-size: normal; } } } /* An adjustment to errors, regular errors like to bee too big */ /* fix jqGrid to render smaller text for page numbers, or it looks real crappy */ .ui-jqgrid { .ui-pg-table td { font-size: 12px; } .ui-pg-input { height: auto !important; font-size: 10px; text-align: center; } }