xref: /plugin/approve/style.less (revision 1b552e8770c2762b98667d8e9f261a9c379a4ec6)
1
2#plugin__approve {
3  position: absolute;
4  right:0;
5  top:5px;
6
7  min-height: 20px;
8  padding: 2px 10px;
9}
10
11.plugin__approve_green {
12  background-color: #dfd;
13}
14
15.plugin__approve_red {
16  background-color: #fdd;
17}
18
19.plugin__approve_ready {
20  background-color: #b5d2f9;
21}
22
23#plugin__approve_printheader {
24    display: none;
25}
26
27#plugin__approve_admin {
28  fieldset {
29    margin: 1em;
30    width: auto;
31    margin-bottom: 2em;
32    background-color: #eeeeee;
33    color: #333333;
34    text-align: left;
35    input {
36      color: #000;
37      width: 30em;
38    }
39    legend {
40      font-size: 1.25em;
41      text-align: center;
42    }
43    table {
44      width: 100%;
45      td {
46        padding: 0.8em 0 0.6em 1em;
47        vertical-align: top;
48      }
49    }
50  }
51}