comparison sites/all/modules/ctools/css/ctools.css @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ff03f76ab3fe
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
13 a.ctools-ajaxing,
14 input.ctools-ajaxing,
15 button.ctools-ajaxing,
16 select.ctools-ajaxing {
17 padding-right: 18px !important;
18 background: url(../images/status-active.gif) right center no-repeat;
19 }
20
21 div.ctools-ajaxing {
22 float: left;
23 width: 18px;
24 background: url(../images/status-active.gif) center center no-repeat;
25 }