-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactivity-styles.css
More file actions
64 lines (54 loc) · 1.1 KB
/
activity-styles.css
File metadata and controls
64 lines (54 loc) · 1.1 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
label { display: inline-block; }
input, textarea {
display:inline-block;
font-family:arial;
margin: 5px 10px 5px 40px;
padding: 8px 12px 8px 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
width: 90%;
font-size: small;
}
div {
margin-left: auto;
margin-right: auto;
width: 60%;
}
h1 { text-align: center; }
input[type=submit] {
padding:5px 15px;
background:#ccc;
border:0 none;
cursor:pointer;
border-radius: 5px;
}
input[type=submit]:hover {
background-color: #ccceee;
}
.msg {
margin-left:24px;
font-style: italic;
color: red;
font-size: 0.9em;
}
html{ height:100%; }
body{ min-height:100%; padding:0; margin:0; position:relative; }
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
color: WhiteSmoke;
padding: 10px;
}
.button {
background-color: #5979ee; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}