source: sipes/modules_contrib/ctools/css/ctools.css

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

se actualizo el modulo

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