Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv7650
Modified Files:
PRJSteelBeach.css
Log Message:
Merge kinematics patch that updates the UI for priority 2 accessibility requirements
Index: PRJSteelBeach.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/PRJSteelBeach.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PRJSteelBeach.css 19 Feb 2003 18:55:39 -0000 1.7
--- PRJSteelBeach.css 20 Feb 2003 10:14:51 -0000 1.8
***************
*** 24,28 ****
}
! .shell {
border-bottom : 3px solid #000033;
border-left : 3px solid #eeeeee;
--- 24,28 ----
}
! .shell, .shellTop {
border-bottom : 3px solid #000033;
border-left : 3px solid #eeeeee;
***************
*** 136,140 ****
}
! submit {
background-color : #cccccc;
background-image : url("metalback.gif");
--- 136,140 ----
}
! .submit {
background-color : #cccccc;
background-image : url("metalback.gif");
***************
*** 180,192 ****
}
! table.stabColor01 {
border: 1px solid black;
}
! table.stabColor03 {
border: 3px solid black;
}
! td.stabColor01 {
border: 1px solid black;
}
--- 180,192 ----
}
! table.settingsTable {
border: 1px solid black;
}
! table.openMessageTable, table.lookupResultsTable {
border: 3px solid black;
}
! td.settingsPanel {
border: 1px solid black;
}
***************
*** 237,265 ****
}
! 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;
}
--- 237,265 ----
}
! .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;
}
***************
*** 272,276 ****
}
! table.historyButtonsBottom {
width: 100%;
margin-top: 0.6em;
--- 272,276 ----
}
! table.historyWidgetsBottom {
width: 100%;
margin-top: 0.6em;
***************
*** 318,326 ****
.historyLabel {
! font-weight: normal;
}
.historyLabel em {
! font-weight: bold;
! font-style: normal;
}
--- 318,326 ----
.historyLabel {
! font-weight: normal;
}
.historyLabel em {
! font-weight: bold;
! font-style: normal;
}
|