-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
76 lines (63 loc) · 1.05 KB
/
styles.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
73
74
75
76
.content {
text-overflow: ellipsis;
margin-left: 10%;
color: blue;
}
.content span {
font-size: small;
font-weight: bold;
font-style: italic;
}
td, th {
padding: 4px;
vertical-align: middle;
}
.table, .grid {
border-collapse: collapse;
border: 0px solid #111111;
width: 98%;
}
.grid {
height: 80%;
}
.blank {
height: 20px;
}
fieldset {
width: 90%;
margin: 10px;
padding: 10px;
border-color: #EEEEEE;
}
input[type=text], button {
height: 32px;
}
button {
width: 32px;
text-overflow: ellipsis;
}
input[type=text], textarea, select {
width: 100%;
margin: 2px;
border: 0px solid #dddddd;
border-bottom: 1px solid #dddddd;
overflow: hidden;
color: blue;
font-style: italic;
text-overflow: ellipsis;
}
.ol {
list-style: none;
}
.old {
list-style: decimal;
}
.ol li p, .old li p {
border: 1px solid #EEEEEE;
padding: 4px;
word-wrap: break-word;
}
.right {
text-align: right;
width: 100%;
}