-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpMM.css
More file actions
106 lines (79 loc) · 1.44 KB
/
phpMM.css
File metadata and controls
106 lines (79 loc) · 1.44 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
h2, h3{
font-weight: bold;
}
div#formContent {
padding: 20px 5px 20px 40px;
margin: auto;
width: 670px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
label {
display: block;
float: left;
clear: both;
width: 240px;
padding: 0 10px;
margin: 5px 0 0;
text-align: right;
}
fieldset {
border-color: #000;
border-width: 0px;
border-style: solid;
padding: 10px;
margin: 0;
}
fieldset br {
clear: left;
}
form input{
margin: 10px 0 5px 10px;
max-width: 300px;
float: left;
}
form input[name="curriculum"] {
max-width: 300px;
margin: 10px 0 5px 20px;
}
form textarea {
margin: 5px 0 5px 5px;
max-width: 600px;
float: left;
}
form select {
max-width: 400px;
float: left;
margin: 10px 0 5px 10px;
}
form select[id="notify"] {
float: left;
margin: 10px 0 5px 20px;
}
div#buttons{
margin: 10px 0 0 150px;
clear: both;
}
/*
fieldset input[type="submit"] {
margin-top: 60px;
}
fieldset h3{
clear:both;
}
fieldset input[type="reset"] {
margin-top: 60px;
}
*/
fieldset input[name="citation1"], fieldset input[name="citation2"], fieldset input[name="citation3"], fieldset input[name="citation4"],
fieldset input[name="citation5"], fieldset input[name="citation6"], fieldset input[name="citation7"], fieldset input[name="citation8"],
fieldset input[name="citation9"], fieldset input[name="citation10"]{
max-width: 300px;
}
.center {
text-align: center;
}