forked from fernand-o/trello-card-aging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (41 loc) · 768 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
.last_modification_span{
font-size: 0.714286rem;
text-align: center;
line-height: 1.14286rem;
height: inherit;
display: inline;
float: right;
padding: 0px 0.5em !important;
}
#form_options table{
background: #eee;
padding: 6px;
margin: 5px;
width: 260px;
}
#form_options span{
font-family: sans-serif;
font-size: 13px;
}
#form_options td{
font-family: sans-serif;
font-size: 13px;
width: 50px;
}
#form_options .title{
font-weight: bold;
text-transform: none;
letter-spacing: 0;
word-spacing: -1px;
font-size: 14px;
line-height: 24px;
}
#form_options input[type="submit"]{
margin: 5px;
}
#form_options input[type="text"]{
width: 60px;
text-transform: uppercase;
font-family: sans-serif;
font-weight: bold;
}