src/lib/cheapcgi.c 1.136
1.136 2010/06/02 19:05:51 tdreszer
Added waitMask and inOutButton css classes
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -b -B -U 4 -r1.135 -r1.136
--- src/lib/cheapcgi.c 14 May 2010 20:11:07 -0000 1.135
+++ src/lib/cheapcgi.c 2 Jun 2010 19:05:51 -0000 1.136
@@ -1859,7 +1859,9 @@
//printf(".rotate90 {-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}\n");
printf(".hintCol {font-size:70%%; line-height:80%%; border-style: hidden; background-color:%s;}\n",COLOR_BG_ALTDEFAULT);
printf(".hintRow {font-size:70%%; line-height:80%%; border-style: hidden; background-color:%s;}\n",COLOR_BG_ALTDEFAULT);
//printf(".halfVis {opacity: 0.5; filters.alpha.opacity=50;}\n"); // not ready for prime time because ff and ie can't agree
+ printf(".inOutButton {height:24px; width:24px; border-style: outset;}\n");
+ printf(".waitMask {display: none; cursor: wait; z-index: 9999; position: absolute; top: 0; left: 0; height: 100%%; width: 100%%; background-color: #fff; opacity: 0; filter: alpha(opacity = 0);}");
puts("</style>");
}