From: <sta...@us...> - 2003-02-20 10:13:55
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv7272 Modified Files: PRJBlueGrey.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: PRJBlueGrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/PRJBlueGrey.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PRJBlueGrey.css 19 Feb 2003 18:54:20 -0000 1.5 --- PRJBlueGrey.css 20 Feb 2003 10:13:52 -0000 1.6 *************** *** 28,32 **** font-size : 175%; } ! .shell { border-bottom : 3px solid #aaaaaa; border-left : 3px solid #eeeeee; --- 28,32 ---- font-size : 175%; } ! .shell, .shellTop { border-bottom : 3px solid #aaaaaa; border-left : 3px solid #eeeeee; *************** *** 139,143 **** } ! submit { margin-left : 3px; margin-right : 3px; --- 139,143 ---- } ! .submit { margin-left : 3px; margin-right : 3px; *************** *** 178,190 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 178,190 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 234,262 **** } ! 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; } --- 234,262 ---- } ! .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; } *************** *** 269,273 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 269,273 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 308,316 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } \ No newline at end of file --- 308,316 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } |