app/soc/content/css/jquery-purr-090308.css
author Madhusudan C.S <madhusudancs@gmail.com>
Sat, 22 Aug 2009 03:56:14 +0530
changeset 2783 339696f3f5cf
parent 1770 2d3bcf1a17e3
permissions -rw-r--r--
Extended program configuration create/edit views specifically to support GHOP. Added the first views for GHOP, which are inherited from soc program views. Added new param keys, module_package. url_name key now specifies this is view is from a Melange GHOP module. Also added the view to GHOP module's callback.py. The program Logic class's timeline_logic variable is tied to corresponding timeline logic within the constructor.

/* jquery purr */

#purr-container {
  position:fixed;
  bottom:0;
  right:0;
}

.tooltip {
  position: relative;
  width: 300px;
}

.tooltip .close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 18px;
  height: 17px;
  text-indent: -9999px;
  background: url('/soc/content/images/purrClose.png') no-repeat 0 10px;
}

.tooltip-body {
  min-height: 50px;
  padding: 22px 22px 0 22px;
  background: url('/soc/content/images/purrTop.png') no-repeat left top;
  color: #f9f9f9;
}

.tooltip-body img {
  width: 50px;
  margin: 0 10px 0 0;
  float: left;
}

.tooltip-body h3 {
  margin: 0;
  font-size: 1.1em;
}

.tooltip-body p {
  margin: 5px 0 0 60px; 
  font-size: 0.8em; 
  line-height: 1.4em;
}

.tooltip-bottom {
  height: 22px;
  background: url('/soc/content/images/purrBottom.png') no-repeat left top;
}