From: <sta...@us...> - 2003-02-20 10:15:40
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv7967 Modified Files: blue.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: blue.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/blue.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** blue.css 19 Feb 2003 19:05:28 -0000 1.6 --- blue.css 20 Feb 2003 10:15:37 -0000 1.7 *************** *** 11,15 **** } ! input, select, submit { color: white; background-color: #363E68; --- 11,15 ---- } ! input, select, .submit { color: white; background-color: #363E68; *************** *** 19,23 **** } ! .shell { background-color: #4C558E; border: 3px #363E68 solid; --- 19,23 ---- } ! .shell, .shellTop { background-color: #4C558E; border: 3px #363E68 solid; *************** *** 50,55 **** } ! .menu a { ! color: white; background-color: transparent; } --- 50,55 ---- } ! .menuLink { ! color: white; background-color: transparent; } *************** *** 78,90 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 78,90 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 123,127 **** } ! table.historyButtonsBottom { width: 100%; margin-left: 0.5em; --- 123,127 ---- } ! table.historyWidgetsBottom { width: 100%; margin-left: 0.5em; *************** *** 180,208 **** } ! 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; } --- 180,208 ---- } ! .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; } *************** *** 247,255 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } \ No newline at end of file --- 247,255 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } |