From: <sta...@us...> - 2003-02-20 10:28:11
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv13123 Modified Files: outlook.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: outlook.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/outlook.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** outlook.css 19 Feb 2003 18:43:02 -0000 1.5 --- outlook.css 20 Feb 2003 10:28:08 -0000 1.6 *************** *** 8,12 **** } ! .shell { color: #808080; background-color: #D4D0C8; --- 8,12 ---- } ! .shell, .shellTop { color: #808080; background-color: #D4D0C8; *************** *** 104,116 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 104,116 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 205,233 **** } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: bold; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 205,233 ---- } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: bold; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 244,248 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 244,248 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 275,283 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } \ No newline at end of file --- 275,283 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } |