-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask_timer.css
More file actions
42 lines (42 loc) · 843 Bytes
/
Copy pathtask_timer.css
File metadata and controls
42 lines (42 loc) · 843 Bytes
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
#page {
margin: 0 auto 0 auto;
display: block;
position: relative;
overflow: hidden;
width: 1440px;
height: 1024px;
}
#header {
padding-top: 80px;
padding-left: 637px;
height: 33px;
width: 500px;
font-family: OpenSans-Bold;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 7.69px;
}
#Form_TaskName {
background-color:#6CADFF;
border: none;
font-family: OpenSans;
font-size: 24px;
color: white;
height: 33px;
width: 700px;
padding-top: 0px;
padding-left: 330px;
vertical-align: middle;
}
#AddTaskButton {
background-color:#FFFF00;
padding-top: 0px;
padding-left: 0px;
border: none;
font-size: medium;
font-family: fontello, sans-serif;
line-height: 40px;
height: 40px;
width: 40px;
vertical-align: middle;
}