forked from radcortez/javaee7-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (68 loc) · 1.05 KB
/
style.css
File metadata and controls
80 lines (68 loc) · 1.05 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
body {
width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
h3 {
margin: 0 0 20px;
text-align: left;
}
.message {
margin-left: 5%;
margin-right: 5%;
}
.grid {
width: 40%;
float: left;
margin-left: 5%;
margin-right: 5%;
}
.grid .remove {
width: 20px;
height: 20px;
margin-top: 8px;
color: #a94442;
}
.gridStyle {
border: 1px solid rgb(212, 212, 212);
height: 335px;
}
.form {
width: 40%;
float: right;
margin-left: 5%;
margin-right: 5%;
text-align: left;
}
.form label {
width: 100px;
}
.form input {
width: 300px;
float: right;
}
.form .form-group span {
float: right;
width: 20px;
height: 20px;
margin-top: 5px;
margin-left: 5px;
color: #5cb85c;
}
.form .form-group p {
margin-top: 15px;
margin-left: 200px;
color: #a94442;
}
.form .avatar {
height: 250px;
float: right;
margin-right: 25px;
}
.form .buttons {
clear: both;
float: right;
margin-top: 10px;
margin-right: 25px;
}