|
From: <sta...@us...> - 2003-02-20 10:46:48
|
Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv20681
Modified Files:
white.css
Log Message:
Merge kinematics patch that updates the UI for priority 2 accessibility requirements
Index: white.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/white.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** white.css 19 Feb 2003 19:01:19 -0000 1.6
--- white.css 20 Feb 2003 10:46:45 -0000 1.7
***************
*** 5,12 ****
}
! .shell {
background-color: white;
border: 3px #778899 solid;
! color: Black;
}
--- 5,12 ----
}
! .shell, .shellTop {
background-color: white;
border: 3px #778899 solid;
! color: Black;
}
***************
*** 37,51 ****
tr.rowEven {
background-color: white;
! color: Black;
! }
tr.rowOdd {
! background-color: #EEEEEE;
! color: Black;
}
!
!
td.head {
--- 37,51 ----
tr.rowEven {
background-color: white;
! color: Black;
! }
tr.rowOdd {
! background-color: #EEEEEE;
! color: Black;
}
!
!
td.head {
***************
*** 65,204 ****
.menuIndent {
! width: 8%;
}
table.historyWidgetsTop {
! width: 100%;
! margin-left: 1.5em;
! margin-top: 0.6em;
! margin-bottom: 1.0em;
}
td.historyNavigatorTop {
! text-align: right;
! padding-right: 0.5em;
}
td.historyNavigatorBottom {
! text-align: right;
! padding-right: 0.5em;
! padding-bottom: 1.0em;
}
! table.historyButtonsBottom {
! width: 100%;
! margin-left: 0.5em;
! margin-top: 1.5em;
}
td.logo2menuSpace {
! height: 0.8em;
}
table.footer {
! width: 100%;
! margin-top: 1em;
}
td.footerBody {
! text-align: center;
! padding-left: 5%;
! padding-right: 5%;
}
td.openMessageCloser {
! text-align: right;
}
a.changeSettingLink {
! background-color: transparent ;
! color: #0000cc ;
}
tr.rowHighlighted {
! background-color: #000000;
! color: #eeeeee;
}
!
! span.advancedLabel {
! font-weight: bold;
}
!
! span.passwordLabel {
! font-weight: bold;
}
! span.sessionLabel {
! font-weight: bold;
}
! span.magnetsLabel {
! font-weight: bold;
}
! span.securityLabel {
! font-weight: bold;
}
! span.configurationLabel {
! font-weight: bold;
}
span.graphFont {
! font-size: x-small;
}
! span.bucketsLabel {
! font-weight: bold;
}
td.accuracy0to49 {
! background-color: red;
! color: black;
}
td.accuracy50to93 {
! background-color: yellow;
! color: black;
}
td.accuracy94to100 {
! background-color: green;
! color: black;
}
div.error01 {
! background-color: transparent;
! color: red;
! font-size: larger;
}
div.error02 {
! background-color: transparent;
! color: red;
}
span.bucketsWidgetState {
! font-weight: bold;
}
span.configWidgetState {
! font-weight: bold;
}
span.securityWidgetState {
! font-weight: bold;
! }
!
! .historyLabel {
! font-weight: normal;
}
!
! .historyLabel em {
! font-weight: bold;
! font-style: normal;
! }
\ No newline at end of file
--- 65,204 ----
.menuIndent {
! width: 8%;
}
table.historyWidgetsTop {
! width: 100%;
! margin-left: 1.5em;
! margin-top: 0.6em;
! margin-bottom: 1.0em;
}
td.historyNavigatorTop {
! text-align: right;
! padding-right: 0.5em;
}
td.historyNavigatorBottom {
! text-align: right;
! padding-right: 0.5em;
! padding-bottom: 1.0em;
}
! table.historyWidgetsBottom {
! width: 100%;
! margin-left: 0.5em;
! margin-top: 1.5em;
}
td.logo2menuSpace {
! height: 0.8em;
}
table.footer {
! width: 100%;
! margin-top: 1em;
}
td.footerBody {
! text-align: center;
! padding-left: 5%;
! padding-right: 5%;
}
td.openMessageCloser {
! text-align: right;
}
a.changeSettingLink {
! background-color: transparent ;
! color: #0000cc ;
}
tr.rowHighlighted {
! background-color: #000000;
! color: #eeeeee;
}
! .historyLabel {
! font-weight: normal;
}
!
! .historyLabel em {
! font-weight: bold;
! font-style: normal;
}
! .advancedLabel {
! font-weight: bold;
! }
!
! .passwordLabel {
! font-weight: bold;
}
+ .sessionLabel {
+ font-weight: bold;
+ }
!
! .magnetsLabel {
! font-weight: bold;
}
! .securityLabel {
! font-weight: bold;
}
! .configurationLabel {
! font-weight: bold;
}
span.graphFont {
! font-size: x-small;
}
! .bucketsLabel {
! font-weight: bold;
}
td.accuracy0to49 {
! background-color: red;
! color: black;
}
td.accuracy50to93 {
! background-color: yellow;
! color: black;
}
td.accuracy94to100 {
! background-color: green;
! color: black;
}
div.error01 {
! background-color: transparent;
! color: red;
! font-size: larger;
}
div.error02 {
! background-color: transparent;
! color: red;
}
span.bucketsWidgetState {
! font-weight: bold;
}
span.configWidgetState {
! font-weight: bold;
}
span.securityWidgetState {
! font-weight: bold;
}
!
|