Added UI (JSF) and JPA to bayesian network entities.
[simdecs.git] / web / resources / css / jsfcrud.css
CommitLineData
c547eea0
MS
1root {
2 display: block;
3}
4
5body {
6 font-family: Arial, Helvetica, sans-serif;
7 color: #000000;
8 background-color: #ffffff;
9 font-size: small;
10}
11
12a {
13 color: #000000;
14}
15
16table {
17 empty-cells: show;
18}
19
20form.jsfcrud_list_form th, td th {
21 font-size: x-small;
22 color: #000000;
23 border-top-style: solid;
24 border-bottom-style: solid;
25 border-left-style: solid;
26 border-right-style: solid;
27 border-top-width: 1px;
28 border-bottom-width: 1px;
29 border-left-width: 1px;
30 border-right-width: 1px;
31 border-top-color: #404040;
32 border-bottom-color: #404040;
33 border-left-color: #404040;
34 border-right-color: #404040;
35 letter-spacing: 3px;
36 text-align: left;
37 padding-top: 6px;
38 padding-bottom: 6px;
39 padding-left: 6px;
40 padding-right: 6px;
41 background-color: #909090;
42}
43
44td {
45 vertical-align: top;
46 padding-bottom: 8px;
47 font-size: small;
48}
49
50form.jsfcrud_list_form td, td td {
51 border-top-style: solid;
52 border-bottom-style: solid;
53 border-left-style: solid;
54 border-right-style: solid;
55 border-top-width: 1px;
56 border-bottom-width: 1px;
57 border-left-width: 1px;
58 border-right-width: 1px;
59 border-top-color: #404040;
60 border-bottom-color: #404040;
61 border-left-color: #404040;
62 border-right-color: #404040;
63 vertical-align: baseline;
64 padding-bottom: 0px;
65}
66
67tr.jsfcrud_odd_row {
68 background-color: #fefeff;
69 color: #303030;
70}
71
72
73tr.jsfcrud_even_row {
74 background-color: #eff5fa;
75 color: #303030;
76}
77
78#busyImage {
79 position: absolute;
80 left: 50%;
81 top: 50%;
82}
83
84.removeImage {
85
86background-image: url(‘/img/bayesianNetwork/remove.png’) !important;
87}