From: <sta...@us...> - 2003-02-20 10:19:47
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv9578 Modified Files: glassblue.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: glassblue.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/glassblue.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** glassblue.css 19 Feb 2003 19:26:13 -0000 1.7 --- glassblue.css 20 Feb 2003 10:19:43 -0000 1.8 *************** *** 15,19 **** ! input, select, submit { color: black; background-color: #C1C1C1; --- 15,19 ---- ! input, select, .submit { color: black; background-color: #C1C1C1; *************** *** 23,27 **** } ! .shell { background-color: #344FB2; border: 1px black outset; --- 23,27 ---- } ! .shell, .shellTop { background-color: #344FB2; border: 1px black outset; *************** *** 49,53 **** } ! .menu a { color: white; text-decoration: none; --- 49,53 ---- } ! .menuLink { color: white; text-decoration: none; *************** *** 111,123 **** } ! table.stabColor01 { border: 1px solid #6B76A1; } ! table.stabColor03 { border: 1px solid #6B76A1; } ! td.stabColor01 { border: 1px solid #6B76A1; } --- 111,123 ---- } ! table.settingsTable { border: 1px solid #6B76A1; } ! table.openMessageTable, table.lookupResultsTable { border: 1px solid #6B76A1; } ! td.settingsPanel { border: 1px solid #6B76A1; } *************** *** 167,195 **** } ! 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; } --- 167,195 ---- } ! .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; } *************** *** 202,206 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 202,206 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 248,256 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 248,256 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } |