Merge pull request #6375 from colemanw/CRM-16172
[civicrm-core.git] / ang / crmCaseType.css
CommitLineData
c45daff0
TO
1.crmCaseType .ui-icon-grip-dotted-vertical {
2 vertical-align: middle;
3 cursor: move;
4}
76e4acb8
TO
5.crmCaseType .ui-icon {
6 margin: 0.4em 0.2em 0 0;
7 cursor: pointer;
8}
9
10.crmCaseType .ui-tabs-nav li .ui-icon {
11 float: left;
12}
13
14.crmCaseType .ui-tabs-nav select {
15 float: right;
16}
d7c25f6c
TO
17
18.crmCaseType tr.addRow td {
19 background: #ddddff;
20 padding: 0.5em 1em;
d7c25f6c
TO
21}
22
a116bb75 23.crmCaseType input.number {
d7c25f6c
TO
24 width: 3.5em;
25}
26
27.crmCaseType .add-activity {
28 width: 50%;
a2e9f07c
TO
29}
30
31.crmCaseType table td select {
32 width: 10em;
470a458e
TO
33}
34
35tr.forked {
36 font-weight: bold;
d7c25f6c 37}