Skip to content

Commit cc8cffc

Browse files
author
Michael Wood
committed
Updated css styles.
1 parent cab1183 commit cc8cffc

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

views/layout.erb

+18-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,25 @@
77
background-color: #eee;
88
font-family: Arial, sans-serif;
99
}
10-
10+
h1 {
11+
margin-top:0;
12+
}
13+
input[type="text"],textarea
14+
{
15+
font-size:16px;
16+
width: 100%;
17+
}
18+
input[type="submit"] {
19+
margin-top: 20px;
20+
background-color: #efe;
21+
border: 1px solid #ccc;
22+
padding: 10px;
23+
font-weight: bold;
24+
font-size: 16px;
25+
cursor: pointer
26+
}
1127
#content {
12-
width: 550px;
28+
width: 600px;
1329
margin: 100px auto;
1430
background-color: #fff;
1531
border: 1px solid #ccc;

views_client/layout.erb

+18-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,25 @@
77
background-color: #eee;
88
font-family: Arial, sans-serif;
99
}
10-
10+
h1 {
11+
margin-top:0;
12+
}
13+
input[type="text"],textarea
14+
{
15+
font-size:16px;
16+
width: 100%;
17+
}
18+
input[type="submit"] {
19+
margin-top: 20px;
20+
background-color: #efe;
21+
border: 1px solid #ccc;
22+
padding: 10px;
23+
font-weight: bold;
24+
font-size: 16px;
25+
cursor: pointer
26+
}
1127
#content {
12-
width: 550px;
28+
width: 600px;
1329
margin: 100px auto;
1430
background-color: #fff;
1531
border: 1px solid #ccc;

0 commit comments

Comments
 (0)