source: sipes/modules_contrib/ctools/css/ctools.css @ 177a560

stableversion-3.0
Last change on this file since 177a560 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 581 octetos
Línea 
1/* $Id: ctools.css,v 1.4.2.1 2010/09/01 22:12:31 merlinofchaos Exp $ */
2.ctools-locked {
3  color: red;
4  border: 1px solid red;
5  padding: 1em;
6}
7
8.ctools-owns-lock {
9  background: #FFFFDD none repeat scroll 0 0;
10  border: 1px solid #F0C020;
11  padding: 1em;
12}
13
14a.ctools-ajaxing,
15input.ctools-ajaxing,
16button.ctools-ajaxing,
17select.ctools-ajaxing {
18  padding-right: 18px !important;
19  background: url(../images/status-active.gif) right center no-repeat;
20}
21
22div.ctools-ajaxing {
23  float: left;
24  width: 18px;
25  background: url(../images/status-active.gif) center center no-repeat;
26}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.