Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv9971
Modified Files:
green.css
Log Message:
Merge kinematics patch that updates the UI for priority 2 accessibility requirements
Index: green.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/green.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** green.css 19 Feb 2003 19:27:47 -0000 1.5
--- green.css 20 Feb 2003 10:20:46 -0000 1.6
***************
*** 14,18 ****
}
! input, select, submit {
color: white;
background-color: #7AAC80;
--- 14,18 ----
}
! input, select, .submit {
color: white;
background-color: #7AAC80;
***************
*** 22,26 ****
}
! .shell {
background-color: #7AAC80;
border: 1px white dashed;
--- 22,26 ----
}
! .shell, .shellTop {
background-color: #7AAC80;
border: 1px white dashed;
***************
*** 48,52 ****
}
! .menu a {
color: white;
background-color: transparent;
--- 48,52 ----
}
! .menuLink {
color: white;
background-color: transparent;
***************
*** 111,123 ****
}
! table.stabColor01 {
border: 1px solid Black;
}
! table.stabColor03 {
border: 3px solid Black;
}
! td.stabColor01 {
border: 1px solid Black;
}
--- 111,123 ----
}
! table.settingsTable {
border: 1px solid Black;
}
! table.openMessageTable, table.lookupResultsTable {
border: 3px solid Black;
}
! td.settingsPanel {
border: 1px solid Black;
}
***************
*** 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;
***************
*** 242,250 ****
.historyLabel {
! font-weight: normal;
}
.historyLabel em {
! font-weight: bold;
! font-style: normal;
}
--- 242,250 ----
.historyLabel {
! font-weight: normal;
}
.historyLabel em {
! font-weight: bold;
! font-style: normal;
}
|