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