-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
72 lines (59 loc) · 796 Bytes
/
style.css
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
body {
margin: 10px;
padding: 10px;
}
fieldset {
margin-top: 30px;
padding: 20px;
}
input[type='text'] {
width: 100%;
height: 30px;
text-indent: 10px;
}
button {
width: 100%;
height: 36px;
}
div,
li {
margin-bottom: 10px;
}
textarea {
width: 100%;
font-size: 16px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
resize: none;
display: none;
border-style: none;
}
.container {
display: flex;
}
.content {
flex-basis: 80%;
}
.button {
flex-basis: 20%;
padding-left: 8px;
}
.indent {
padding-left: 22px;
}
.desc {
font-size: 14px;
font-style: italic;
color: grey;
}
.output {
padding-right: 8px;
}
.entry {
width: 150px;
margin-right: 10px;
}
.profile {
flex-basis: 100%;
margin-right: 8px;
}