Parent: [80b3e3] (diff)

Child: [f0634a] (diff)

Download this file

add_project.css    93 lines (91 with data), 1.9 kB

 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#nav_menu { display: none; }
div.content {
font-family: Helvetica;
}
div.content div.row > div.column {
width: 100%
}
div.welcome { margin: 2em 0; overflow: auto; }
div.welcome input {
width: 95%;
line-height: 20px;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
div.welcome .error {
width: 75%;
}
#start {
display: inline-block;
position: absolute;
right: 9em;
top: 0;
font-size: 18px;
font-weight: 600;
text-shadow: none;
color: white !important;
padding: 0.5em 1.5em 0.45em 1.5em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: rgb(0,0,0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, to(rgb(0,0,0)), from(rgb(90,90,90)));
background-image: -moz-linear-gradient(100% 100% 90deg, rgb(0,0,0), rgb(90,90,90) 100%);
border: 1px solid black;
}
div.inner-row {
display: block;
position: relative;
padding: 1em 1em 1em 10em;
}
div.inner-row + div.inner-row {
padding-top: 4.8em;
margin-top: 1em;
}
div.tool {
display: inline-block;
position: relative;
width: 30%;
padding: 0 1em 3em 0;
}
div.tool img {
position: absolute;
left: -64px;
top: 0;
}
div.tool input.unlabeled {
position: absolute;
left: -46px;
top: 60px;
}
div.tool .checkbox-wrapper {
display: block;
position: absolute;
top: 6em;
}
div.tool .checkbox-wrapper span {
font-size: 13px;
font-weight: 600;
}
div.tool h1, div.welcome {
font-size:18px;
font-weight: 300;
}
div.tool h1 {
position: relative;
top: -15px;
}
div.tool p {
display: block;
font-size: 13px;
line-height: 18px;
position: absolute;
padding-right: 6em;
top: 12px;
}
form input[type=checkbox][name=Git],
form input[type=checkbox][name=Hg],
form input[type=checkbox][name=SVN] {
float: none;
}