Added urls.
[redakcja.git] / project / static / css / managment.css
1 table.request-report 
2 {
3     border: 2px groove black;
4     font-size: 12pt;
5
6     margin-top: 3em;
7     margin-bottom: 2em;
8     margin-left: auto;
9     margin-right: auto;
10 }
11
12 .request-report td, .request-report th  {
13     vertical-align: top;
14     border-right: 1px solid black;
15     border-bottom: 1px solid black;
16
17     padding: 0.4em 1em;
18     margin: 0em;
19 }
20
21 .request-report th {
22     background-color: black;
23     color: white;
24 }
25
26 .request-report .status-N {
27     background-color: teal;
28 }
29
30 .request-report .status-R {
31     background-color: red;
32 }
33
34 .request-report .status-A {
35     background-color: gray;
36 }