From: <sta...@us...> - 2003-02-20 10:24:13
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv11499 Modified Files: orange.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: orange.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orange.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** orange.css 19 Feb 2003 19:36:50 -0000 1.6 --- orange.css 20 Feb 2003 10:24:10 -0000 1.7 *************** *** 14,18 **** } ! .shell { background-color: #ffffcc; border: 3px #ff9966 solid; --- 14,18 ---- } ! .shell, .shellTop { background-color: #ffffcc; border: 3px #ff9966 solid; *************** *** 58,70 **** } ! table.stabColor01 { border: 1px solid #ffcc99; } ! table.stabColor03 { border: 3px solid #ffcc99; } ! td.stabColor01 { border: 1px solid #ffcc99; } --- 58,70 ---- } ! table.settingsTable { border: 1px solid #ffcc99; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid #ffcc99; } ! td.settingsPanel { border: 1px solid #ffcc99; } *************** *** 114,142 **** } ! 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; } --- 114,142 ---- } ! .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; } *************** *** 149,153 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 149,153 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 200,208 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 200,208 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } |