summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/web/styles/moz_reps.css
blob: 989733c41190b42f787a6c2c28e993c3be0a3bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#reps-form {
  width: 700px;
  border-spacing: 0px;
  border: 4px solid #e0e0e0;
}

#reps-form th, #reps-form td {
  padding: 5px;
}

#reps-form .even th, #reps-form .even td {
  background: #e0e0e0;
}

#reps-form th {
  text-align: left;
}

#reps-form textarea {
  font-family: Verdana, sans-serif;
  font-size: small;
  width: 590px;
}

#reps-form .mandatory {
  color: red;
  font-size: 80%;
}

#reps-form .missing {
  box-shadow: #FF0000 0 0 1.5px 1px;
}

#reps-form .hidden {
  display: none;
}

#reps-form .subTH {
  padding-left: 2em;
}

#reps-form .missing {
  background: #FFC1C1;
}