style.css
1.93 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.mpog_hidden_field{
display: none;
}
#signup-form small#secondary-email-balloon ,
#signup-form small#area-interest-balloon {
display: none;
width: 142px;
height: 69px;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
padding: 5px 10px 45px 10px;
margin: 0;
line-height: 1.5em;
background: transparent url(/images/gray-balloon.png) bottom center no-repeat;
position: absolute;
z-index: 2;
right: -150px;
}
#signup-form #signup-secondary-email,
#signup-form #signup-area-interest {
position: relative;
}
#signup-form small#secondary-email-balloon,
#signup-form small#area-interest-balloon {
top: -80px;
}
.dynamic-table {
border: solid 1px #000;
margin-top: 5px;
margin-bottom: 15px;
}
.dynamic-table td, .dynamic-table tr {
border: none;
}
.expand-field {
height: 80px;
}
.expand-field-focus {
height: 300px;
}
.mpog-incomplete-percentage img {
margin-left: 5px;
}
.mpog-incomplete-percentage img:hover {
cursor: pointer;
}
#institution_dialog {
display: none;
}
.errorExplanation {
color: red;
margin-left: 10px;
}
.hide-field {
display: none !important;
}
.show-field {
display: block !important;
}
#user_filter_content {
display: block;
width: 100%;
height: auto;
}
.user_filter_options {
width: 80%;
height: auto;
position: relative;
float: left;
}
.user_filter_options input[type='text'] {
width: 78%;
}
.user_filter_actions {
width: 18 %;
height: auto;
position: relative;
float: right;
text-align: right;
}
.search-table tr td:first-child {
width: 40px;
}
.formfieldline {
margin-top: 10px;
}
.formfieldline input[type="text"] {
width: 180px;
}
#complete_registration {
padding: 5px;
width: 100%;
background-color: #fff;
}
#complete_registration a {
text-decoration: none;
}
#complete_registration a:hover {
font-weight: bold;
}
#complete_registration_percentage {
width: 100%;
height: 20px;
background: #fff;
border: solid 1px #000;
}