Update of /cvsroot/popfile/engine/skins
In directory sc8-pr-cvs1:/tmp/cvs-serv13729
Modified Files:
orangeCream.css
Log Message:
tweaks per D Smith thoughts
Index: orangeCream.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/orangeCream.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** orangeCream.css 24 Feb 2003 02:08:53 -0000 1.5
--- orangeCream.css 24 Feb 2003 08:58:35 -0000 1.6
***************
*** 4,7 ****
--- 4,8 ----
font-family: sans-serif;
color: black;
+ font-size: 100%;
}
***************
*** 19,29 ****
}
- .shellBottom{
- background-color: #ffffd0;
- border: 3px #ff9966 solid;
- color: black;
- width: 70%;
- }
-
table.head {
background: #ffffd0;
--- 20,23 ----
***************
*** 62,68 ****
width: 12%;
font-size: 100%;
! border-top: 3px #F9E1C8 solid;
! border-left: 3px #F9E1C8 solid;
! border-right: 3px #F9E1C8 solid;
}
--- 56,62 ----
width: 12%;
font-size: 100%;
! border-color: #F9E1C8;
! border-style: solid solid none solid;
! border-width: 3px;
}
***************
*** 146,169 ****
}
- a.changeSettingLink {
- background-color: transparent ;
- color: #bb2211 ;
- }
-
- a.changeSettingLink:hover {
- background-color: transparent ;
- color: #119922 ;
- }
-
- a.removeLink {
- background-color: transparent ;
- color: #1122bb ;
- }
-
- a.removeLink:hover {
- background-color: transparent ;
- color: #ee2233 ;
- }
-
td.accuracy0to49 {
background-color: red;
--- 140,143 ----
***************
*** 387,402 ****
}
- span.bucketsWidgetState {
- color: #222299;
- background-color: transparent;
- font-weight: bold;
- }
-
- span.configWidgetState {
- color: #49aF61;
- background-color: transparent;
- font-weight: bold;
- }
-
span.securityWidgetStateOn {
color: #298841;
--- 361,364 ----
***************
*** 503,506 ****
--- 465,472 ----
.lineImg {
width: 0.1em;
+ }
+
+ .colorChooserImg {
+ width: 0.3em;
}
|