app/soc/content/css/soc-090120.css
changeset 1770 2d3bcf1a17e3
parent 1707 2e7b76f20878
child 1817 08de2fa5c156
equal deleted inserted replaced
1769:7596a1d31723 1770:2d3bcf1a17e3
   239 
   239 
   240 #notice {
   240 #notice {
   241   margin-left: 200px;
   241   margin-left: 200px;
   242   padding: 3px;
   242   padding: 3px;
   243 }
   243 }
   244 
       
   245 /* TOOLTIPS */
       
   246 
       
   247 #purr-container {
       
   248   position:fixed;
       
   249   bottom:0;
       
   250   right:0;
       
   251 }
       
   252 
       
   253 .tooltip {
       
   254   position: relative;
       
   255   width: 300px;
       
   256 }
       
   257 
       
   258 .tooltip .close {
       
   259   position: absolute;
       
   260   top: 12px;
       
   261   right: 12px;
       
   262   display: block;
       
   263   width: 18px;
       
   264   height: 17px;
       
   265   text-indent: -9999px;
       
   266   background: url('/soc/content/images/purrClose.png') no-repeat 0 10px;
       
   267 }
       
   268 .tooltip-body {
       
   269   min-height: 50px;
       
   270   padding: 22px 22px 0 22px;
       
   271   background: url('/soc/content/images/purrTop.png') no-repeat left top;
       
   272   color: #f9f9f9;
       
   273 }
       
   274 .tooltip-body img	{width: 50px; margin: 0 10px 0 0; float: left;}
       
   275 .tooltip-body h3	{margin: 0; font-size: 1.1em;}
       
   276 .tooltip-body p		{margin: 5px 0 0 60px; font-size: 0.8em; line-height: 1.4em;}
       
   277 
       
   278 .tooltip-bottom {
       
   279 	height: 22px;
       
   280 	background: url('/soc/content/images/purrBottom.png') no-repeat left top;
       
   281 }
       
   282 
       
   283 
   244 
   284 #logo {
   245 #logo {
   285   padding-right: 18px;
   246   padding-right: 18px;
   286   position: absolute;
   247   position: absolute;
   287   left: 0;
   248   left: 0;