Merge pull request #9128 from colemanw/CRM-19065
[civicrm-core.git] / ang / crmCaseType.css
CommitLineData
77ec5a8d 1.crmCaseType .grip-n-drag {
c45daff0
TO
2 vertical-align: middle;
3 cursor: move;
4}
77ec5a8d 5.crmCaseType .crm-i {
76e4acb8
TO
6 margin: 0.4em 0.2em 0 0;
7 cursor: pointer;
8}
9
77ec5a8d 10.crmCaseType .ui-tabs-nav li .crm-i {
76e4acb8
TO
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;
77ec5a8d 37}