From: <sta...@us...> - 2003-02-20 10:37:28
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv17337 Modified Files: smallgrey.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: smallgrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/smallgrey.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** smallgrey.css 19 Feb 2003 18:59:24 -0000 1.3 --- smallgrey.css 20 Feb 2003 10:37:25 -0000 1.4 *************** *** 34,38 **** } ! .shell { border: 2px #cccccc solid; background-color: #ffffff; --- 34,38 ---- } ! .shell, .shellTop { border: 2px #cccccc solid; background-color: #ffffff; *************** *** 123,127 **** } ! table.stabColor01 { border: 1px solid #cccccc; padding: 3px; --- 123,127 ---- } ! table.settingsTable { border: 1px solid #cccccc; padding: 3px; *************** *** 129,133 **** } ! table.stabColor03 { border: 2px solid Black; padding: 2px; --- 129,133 ---- } ! table.openMessageTable, table.lookupResultsTable { border: 2px solid Black; padding: 2px; *************** *** 135,139 **** } ! td.stabColor01 { border: 1px solid #cccccc; padding: 3px; --- 135,139 ---- } ! td.settingsPanel { border: 1px solid #cccccc; padding: 3px; *************** *** 193,196 **** --- 193,197 ---- .historyLabel { + font-weight: normal; font-size: 9pt; text-decoration: none; *************** *** 199,231 **** } a.historyLabel:hover { text-decoration: underline; } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: normal; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 200,237 ---- } + .historyLabel em { + font-weight: bold; + font-style: normal; + } + a.historyLabel:hover { text-decoration: underline; } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: normal; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 242,251 **** } ! table.historyButtonsBottom { width: 100%; border-bottom: 2px solid #cccccc; } ! table.historyButtonsBottom td { padding-left: 20px; font-weight: bold; --- 248,257 ---- } ! table.historyWidgetsBottom { width: 100%; border-bottom: 2px solid #cccccc; } ! table.historyWidgetsBottom td { padding-left: 20px; font-weight: bold; *************** *** 278,282 **** } ! input, button, select { font-family: tahoma, sans-serif; font-size: 8pt; --- 284,288 ---- } ! input, .submit, select { font-family: tahoma, sans-serif; font-size: 8pt; *************** *** 302,313 **** span.securityWidgetState { font-weight: bold; ! } ! ! .historyLabel { ! font-weight: normal; ! } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } --- 308,310 ---- span.securityWidgetState { font-weight: bold; ! } \ No newline at end of file |