From: <sta...@us...> - 2003-02-20 10:12:38
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv6729 Modified Files: LRCLaptop.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: LRCLaptop.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/LRCLaptop.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** LRCLaptop.css 19 Feb 2003 19:36:17 -0000 1.5 --- LRCLaptop.css 20 Feb 2003 10:12:35 -0000 1.6 *************** *** 64,68 **** } ! .shell { background-color: #ededca; --- 64,68 ---- } ! .shell, .shellTop { background-color: #ededca; *************** *** 110,114 **** } ! submit { font-size: 8pt; --- 110,114 ---- } ! .submit { font-size: 8pt; *************** *** 128,140 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 128,140 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 213,241 **** } ! 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; } --- 213,241 ---- } ! .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; } *************** *** 266,274 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 266,274 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } |