-
Notifications
You must be signed in to change notification settings - Fork 22
/
style.css
62 lines (55 loc) · 806 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
h2 {
margin-bottom: 5px;
}
h3 {
margin-top: 0;
color: gray;
}
form {
display: block;
margin-bottom: 10px;
}
.button {
background-color: #428BCA;
border: 1px solid #357EBD;
border-radius: 2px;
color: #ffffff;
font-size: 15px;
font-weight: bold;
font-style: normal;
height: 30px;
}
.button:hover {
background-color: #3276B1;
border-color: #285E8E;
cursor: pointer;
}
.button:active {
position:relative;
top:1px;
}
input[type="text"],
input[type="number"] {
font-size: 15px;
font-weight: bold;
color: #50555B;
width: 300px;
height: 31px;
position: relative;
top: 1px;
border: 1px solid gray;
border-radius: 2px;
padding: 0 6px;
}
#requests {
width: 3em;
}
.column {
width: 49%;
min-width: 590px;
float: left;
}
.build-time-bar:hover {
cursor: pointer;
stroke: gray;
}