From: <sta...@us...> - 2003-02-20 10:45:58
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv20359 Modified Files: tinygrey.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: tinygrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/tinygrey.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tinygrey.css 19 Feb 2003 19:04:26 -0000 1.3 --- tinygrey.css 20 Feb 2003 10:45:55 -0000 1.4 *************** *** 29,33 **** padding-left: 5px;} ! .shell { border: 1px #cccccc solid; background-color: #ffffff; --- 29,33 ---- padding-left: 5px;} ! .shell, .shellTop { border: 1px #cccccc solid; background-color: #ffffff; *************** *** 104,118 **** color: #666666;} ! table.stabColor01 { border: 1px solid #cccccc; padding: 2px; margin: 0px;} ! table.stabColor03 { border: 1px solid Black; padding: 2px; margin: 0px;} ! td.stabColor01 { border: 1px solid #cccccc; padding: 2px; --- 104,118 ---- color: #666666;} ! table.settingsTable { border: 1px solid #cccccc; padding: 2px; margin: 0px;} ! table.openMessageTable, table.lookupResultsTable { border: 1px solid Black; padding: 2px; margin: 0px;} ! td.settingsPanel { border: 1px solid #cccccc; padding: 2px; *************** *** 161,189 **** .historyLabel { font-size: 9pt; text-decoration: none; padding-left: 1px; padding-right: 1px;} a.historyLabel:hover { text-decoration: underline;} ! span.bucketsLabel { font-weight: bold;} ! span.magnetsLabel { font-weight: bold;} ! span.securityLabel { font-weight: bold;} ! span.configurationLabel { font-weight: normal;} ! span.advancedLabel { font-weight: bold;} ! span.passwordLabel { font-weight: bold;} ! span.sessionLabel { font-weight: bold;} --- 161,194 ---- .historyLabel { font-size: 9pt; + font-weight: normal; text-decoration: none; padding-left: 1px; padding-right: 1px;} + .historyLabel em { + font-weight: bold; + font-style: normal;} + a.historyLabel:hover { text-decoration: underline;} ! .bucketsLabel { font-weight: bold;} ! .magnetsLabel { font-weight: bold;} ! .securityLabel { font-weight: bold;} ! .configurationLabel { font-weight: normal;} ! .advancedLabel { font-weight: bold;} ! .passwordLabel { font-weight: bold;} ! .sessionLabel { font-weight: bold;} *************** *** 197,205 **** font-weight: bold;} ! table.historyButtonsBottom { width: 100%; border-bottom: 2px solid #cccccc;} ! table.historyButtonsBottom td { padding-left: 20px; font-weight: bold;} --- 202,210 ---- font-weight: bold;} ! table.historyWidgetsBottom { width: 100%; border-bottom: 2px solid #cccccc;} ! table.historyWidgetsBottom td { padding-left: 20px; font-weight: bold;} *************** *** 227,231 **** color: #000000;} ! input, button, select { font-family: tahoma, sans-serif; font-size: 8pt; --- 232,236 ---- color: #000000;} ! input, .submit, select { font-family: tahoma, sans-serif; font-size: 8pt; *************** *** 250,261 **** span.securityWidgetState { font-weight: bold; - } - - .historyLabel { - font-weight: normal; - } - - .historyLabel em { - font-weight: bold; - font-style: normal; } --- 255,257 ---- |