Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv14912/skins
Modified Files:
default.css
Log Message:
Merge kinematics patch that updates the UI for priority 2 accessibility requirements
Index: default.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/default.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** default.css 17 Feb 2003 18:57:18 -0000 1.8
--- default.css 19 Feb 2003 17:30:36 -0000 1.9
***************
*** 5,9 ****
}
! .shell {
background-color: #ededca;
border: 3px #cccc99 solid;
--- 5,9 ----
}
! .shell, .shellTop {
background-color: #ededca;
border: 3px #cccc99 solid;
***************
*** 61,69 ****
}
! table.stabColor01 {
border: 1px solid #cccc99;
}
! table.stabColor03 {
border: 3px solid #cccc99;
}
--- 61,69 ----
}
! .settingsTable {
border: 1px solid #cccc99;
}
! .openMessageTable, .lookupResultsTable {
border: 3px solid #cccc99;
}
***************
*** 77,87 ****
}
! td.stabColor01 {
border: 1px solid #cccc99;
}
td.naked {
! padding: 0px;
! margin: 0px;
border: none
}
--- 77,87 ----
}
! .settingsPanel {
border: 1px solid #cccc99;
}
td.naked {
! padding: 0px;
! margin: 0px;
border: none
}
***************
*** 101,105 ****
color: black;
}
!
td.accuracy94to100 {
background-color: green;
--- 101,105 ----
color: black;
}
!
td.accuracy94to100 {
background-color: green;
***************
*** 112,116 ****
font-size: larger;
}
!
div.error02 {
background-color: transparent;
--- 112,116 ----
font-size: larger;
}
!
div.error02 {
background-color: transparent;
***************
*** 120,166 ****
span.graphFont {
font-size: x-small;
! }
! span.historyLabel {
font-weight: bold;
}
! 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;
}
! td.logo2menuSpace {
height: 0.8em;
}
! td.footerBody {
text-align: center;
}
!
table.historyWidgetsTop {
width: 100%;
--- 120,166 ----
span.graphFont {
font-size: x-small;
! }
! .historyLabel {
font-weight: bold;
}
! .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;
}
! td.logo2menuSpace {
height: 0.8em;
}
! td.footerBody {
text-align: center;
}
!
table.historyWidgetsTop {
width: 100%;
***************
*** 170,174 ****
}
! table.historyButtonsBottom {
width: 100%;
margin-top: 0.6em;
--- 170,174 ----
}
! table.historyWidgetsBottom {
width: 100%;
margin-top: 0.6em;
***************
*** 181,184 ****
--- 181,193 ----
td.historyNavigatorBottom {
text-align: right;
+ }
+
+ .historyLabel em {
+ font-weight: bold;
+ font-style: normal;
+ }
+
+ .magnetsTable caption {
+ text-align: left;
}
|