summaryrefslogtreecommitdiff
path: root/modules/digibug/css/digibug.css
blob: a09e4551067d667693bf30ec4f62bf12db212bad (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.gAdminDigibugIntro {
  background-image: url(logo.png);
  background-repeat: no-repeat;
  padding-bottom: 20px;
  width: 820px;
}

.gAdminDigibugIntro p {
  font-family: Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 110px;
  padding-top: 15px;
}

.gDigibugTab {
  width: 820px;
  height: 420px;
}

.gDigibugTab .gDigibugTitle {
  font-family: Georgia;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.gDigibugTab .gDigibugText {
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding-bottom: 15px;
}

.gDigibugListItems ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}

.gDigibugListItems ul li{
  padding-top: 10px;
}

.gDigibugRounded {
  background-color:#5C9CCC;
  color: white;
  width: 308px;
  height: 45px;
  text-align: center;
  line-height: 15px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 60px;
  margin-right: -50px;
  margin-left: 20px;
  margin-right: 0px;
}

.gDigibugRounded a {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
}

.gDigibugSignIn {
  width: 115px;
  float: left;
}

.gDigibugSignIn a {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.gDigibugAdvancedForm {
  float: left;
  padding-left: 30px;
  width: 180px;
}

.gDigibugPrintButton {
  float: left;
}