Merge pull request #11145 from herbdool/crm21272-2
[civicrm-core.git] / css / Audit / style.css
CommitLineData
03e04002 1/* Note there will also be a bunch of classes specific to the site for each activity they've configured. The class name is "civicase-audit-" plus the name they've given the activity with any non-alphanumeric characters removed. */
2
3#civicase-audit {
4}
5
6#civicase-audit table {
7 border: 0px;
8}
9
10#civicase-audit td {
11 margin: 0px;
12}
13
14#civicase-audit td.leftpane {
15}
16
17#civicase-audit table.report{
18 width: 100%;
19 margin-top: -4px;
20}
21
22#civicase-audit tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
23 color: #027AC6;
24 background-color: #FFFF99;
25 font-weight: bold;
26}
27
28#civicase-audit .indicator{
29 width: 30px;
30 text-align: center;
31}
32
33#civicase-audit .separator{
34 width: 10px;
35}
36
37#civicase-audit td.rightpane {
38 background-color: #CCE3F1;
39 border: #333333 solid 1px;
40 padding: 2%;
41 width: 60%;
42}
43
44.rightpaneheader {
45}
46
47.rightpanebody {
48}
49
50#civicase-audit label {
51 font-weight: bold;
52}
53
54.activity {
55}
56
57.auditmenu {
58 padding-bottom: 20px;
59}
60
61.editlink {
62 background: #EEEEEE;
63 border: #333333 solid 1px;
64 padding: 2px 3px 2px 3px;
65 font-size: xx-small;
66 text-transform: uppercase;
67 width: 30px;
68}
69
70.editlink a {
71 text-decoration: none;
72 color: #0000CC;
73 font-weight: bold;
74}
75
76.editlink a:hover {
77 color: #CC0000;
78}
79
80.activity a {
81 text-decoration: none;
82}
83
84.activity a:link, .activity a:visited {
2efcf0c2 85}
03e04002 86
87.activityheader {
88 display: none;
89 padding-bottom: 20px;
90 font-size: smaller;
91}
92
93.activityheader span {
94 display: list-item;
95 list-style-type: none;
96 margin-left: 20px;
97}
98
99.auditmenu span {
100 display: inline;
101 margin-left: 0px;
102}
103
104.activitybody {
105 background: #FFFFFF;
106 padding: 2px;
107 display: none;
108}
109
110.activitybody span {
111 display: list-item;
112 list-style-type: none;
113 margin-left: 20px;
114}
115
116/* The right pane starts off hidden except for the first activity. */
117#civicase-audit-header-1 {
118 display: block;
119}
120
121#civicase-audit-body-1 {
122 display: block;
123}
124
125.String {
126}
127
128.Date {
129}
130
131.File {
132}
133
134.Int {
135}
136
137.Memo {
138}
139
140.Boolean {
141}