1div.approval {
2  margin: 2em auto;
3  width: 70% !important;
4  min-height: 40px;
5  clear: both;
6  text-align: justify;
7  vertical-align: middle;
8  border-collapse: collapse;
9  padding: 15px 20px 15px 80px;
10  background-position: 30px 50%;
11  background-repeat: no-repeat;
12  -moz-border-radius: 10px;
13  -khtml-border-radius: 10px;
14  border-radius: 10px;
15}
16
17div.approved_yes {
18  background-color: #dfd;
19  background-image: url(images/yes.gif);
20}
21
22div.approved_no {
23  background-color: #fdd;
24  background-image: url(images/no.gif);
25}
26
27div.approval em {
28  font-weight: bold;
29}
30
31div.approval span {
32  display: block;
33}
34
35div.approved_revision {
36  background-color: #dfd;
37}
38
39div.unapproved_revision {
40  background-color: #fdd;
41}
42
43a.approved_diff_link {
44  padding-left: 1em;
45}
46
47p.apr_none { }
48
49/* table.apr_table tr.apr_head th.(apr_page,apr_prev,apr_upd)
50 * table.apr_table tr.apr_ns td a
51 * table.apr_table tr.apr_entry [apr_never] td.(apr_page,apr_prev,apr_upd) a
52 */
53table.apr_table {
54  width: 70%;
55  background-color: #fdd;
56}
57
58table.apr_table tr.apr_ns td {
59  text-align: center;
60  background-color: #dfd;
61  font-weight: bold;
62}
63
64div.approval span span.approval_date {
65  display: inline;
66}
67
68button.publish__approveNS {
69    float: left;
70}
71