Converted Rico3 icons to CSS sprites. Moved minsrc and baselibs directories out of...
[infodrom/rico3] / ricoClient / css / seaglass.css
index 9dc1e54..8d8dbb5 100644 (file)
@@ -38,7 +38,7 @@ div.ricoLG_selection {
   color: #ffffff;
 }
 .ricoLG_top .ricoClearNative {
-  background: url(../images/delete_w.gif) no-repeat center center;
+  background-position: -10px -223px;
 }
 
 .ricoWindow {
@@ -135,13 +135,13 @@ div.ricoCalContainer .ricoCalMenu {
   border-right:1px solid #2C5755;
 }
 span.Rico_leftArrow {
-  background: url(../images/left_w.gif) no-repeat bottom left;
+  background-position: -10px -1077px;
 }
 span.Rico_rightArrow {
-  background: url(../images/right_w.gif) no-repeat bottom left;
+  background-position: -10px -1139px;
 }
 span.RicoClose {
-  background: url(../images/close_w.gif) no-repeat top right;
+  background-position: -10px -155px;
 }
 div.ricoCalContainer table.ricoCalTab thead th a.hover {
   background-color: #4C7775 !important;