commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / backbone-forms / src / editors / jquery-ui.css
1 .bbf-jui-date input, .bbf-jui-datetime input {
2 width: 100px;
3 text-align: center;
4 }
5
6 .bbf-jui-datetime input {
7 margin-right: 1em;
8 }
9
10 .bbf-jui-datetime select {
11 width: 50px;
12 text-align: center;
13 }
14
15
16
17 .bbf-jui-list {
18 list-style-type: none;
19 }
20
21 .bbf-jui-list ul {
22 border: 1px solid #ccc;
23 border-bottom: none;
24 max-height: 150px;
25 overflow: auto;
26 margin: 0;
27 padding: 0;
28 }
29
30 .bbf-jui-list li {
31 border-top: 1px solid #ccc;
32 border-bottom: 1px solid #ccc;
33 height: 16px;
34 background: #fff;
35 padding: 4px;
36 margin: 0;
37 list-style-type: none;
38 margin-top: -1px;
39 position: relative;
40
41 }
42 .bbf-jui-list .bbf-list-sortable li {
43 cursor: move;
44 }
45
46 .bbf-jui-list .bbf-list-actions {
47 position: absolute;
48 top: 2px;
49 right: 2px;
50 }
51
52 .bbf-jui-list .bbf-list-actions button {
53 width: 19px;
54 height: 19px;
55 }
56
57 .bbf-jui-list .bbf-list-add {
58 width: 100%;
59 height: 20px;
60 margin-top: -2px;
61 }
62
63 .bbf-jui-list .bbf-list-editor {
64 width: 98%;
65 }