app/soc/content/css/soc-090421.css
changeset 2295 8566fb2b8012
parent 2284 e7bb719e2539
child 2379 1555814edac7
equal deleted inserted replaced
2294:be2c150d1a1f 2295:8566fb2b8012
   225   border-bottom: thin solid lightgray;
   225   border-bottom: thin solid lightgray;
   226 }
   226 }
   227 
   227 
   228 table#queues td {
   228 table#queues td {
   229   padding: 2px;
   229   padding: 2px;
       
   230 }
       
   231 
       
   232 /* TOOLTIPS */
       
   233 
       
   234 #purr-container {
       
   235   position: fixed;
       
   236   bottom: 0;
       
   237   right: 0;
       
   238 }
       
   239 
       
   240 .tooltip {
       
   241   position: relative;
       
   242   width: 300px;
       
   243 }
       
   244 
       
   245 .tooltip .close {
       
   246   position: absolute;
       
   247   top: 12px;
       
   248   right: 12px;
       
   249   display: block;
       
   250   width: 18px;
       
   251   height: 17px;
       
   252   text-indent: -9999px;
       
   253   background: url('/soc/content/images/purrClose.png') no-repeat 0 10px;
       
   254 }
       
   255 
       
   256 .tooltip-body {
       
   257   min-height: 50px;
       
   258   padding: 22px 22px 0 22px;
       
   259   background: url('/soc/content/images/purrTop.png') no-repeat left top;
       
   260   color: #f9f9f9;
       
   261 }
       
   262 
       
   263 .tooltip-body img {
       
   264   width: 50px;
       
   265   margin: 0 10px 0 0;
       
   266   float: left;
       
   267 }
       
   268 
       
   269 .tooltip-body h3 {
       
   270   margin: 0; 
       
   271   font-size: 1.1em;
       
   272 }
       
   273 
       
   274 .tooltip-body p {
       
   275   margin: 5px 0 0 60px;
       
   276   font-size: 0.8em;
       
   277   line-height: 1.4em;
       
   278 }
       
   279 
       
   280 .tooltip-bottom {
       
   281   height: 22px;
       
   282   background: url('/soc/content/images/purrBottom.png') no-repeat left top;
   230 }
   283 }
   231 
   284 
   232 /*
   285 /*
   233  * PAGE ELEMENTS
   286  * PAGE ELEMENTS
   234  */
   287  */