Update of /cvsroot/popfile/engine/skins/ocean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22140
Modified Files:
Tag: b0_22_2
style.css
Log Message:
Put toggle buttons back the way Manni had them for better visial aid in understanding the Yes/No buttons. Looses OS styling on those buttons, but I am willing to live with it until HEAD when toggle buttons become extinct.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/ocean/Attic/style.css,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** style.css 4 Dec 2007 11:33:15 -0000 1.1.2.3
--- style.css 4 Dec 2007 11:46:40 -0000 1.1.2.4
***************
*** 103,115 ****
}
.toggleOff {
! color: red;
! font-weight: bold;
}
.toggleOn {
! color: green;
! font-weight: bold;
}
--- 103,120 ----
}
+
.toggleOff {
! border-top: 2px groove #404040;
! border-left: 2px groove #404040;
! border-right: 1px solid white;
! border-bottom: 1px solid white;
}
.toggleOn {
! border-top: 1px solid white;
! border-left: 1px solid white;
! border-right: 2px ridge #404040;
! border-bottom: 2px ridge #404040;
}
|