-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp.css
More file actions
86 lines (65 loc) · 1.52 KB
/
Copy pathapp.css
File metadata and controls
86 lines (65 loc) · 1.52 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
/* =============================================================================
App specific CSS file.
This is usually where the site/app's CSS specific rules are setup. Note that you could
do exactly the same using less by adding a '@import "app.less";' at the end of
css/less/bootstrap.less file.
========================================================================== */
#root_pass, #admin_pass, #id_machine, #id_ec2_euca_url, #cloud_admin_pass, #cloud_pass_confirm,
#pass_confirm, #keyname, #email, #id_key, #id_secret, #id_deploy_option1, #id_deploy_option2,
#dk_container_id_machine, #dk_container_infrastructure{
width: 288px;
}
.dk_options_inner, .dk_options{
width: 280px;
}
.strat_fix {
width: 300px;
}
#ips_yaml {
width: 555px;
height: 200px;
}
#launch {
bottom: 10px;
left: 10px;
}
#infra_choice li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
#id_cloud_type_1 {
display: inline;
list-style-type: none;
padding-right: 20px;
}
html, body {height:100%;overflow:auto}
.box{
display:block;
}
#selectField{
border: 1px solid #ddd;
width: 200px;
}
#percent {
display: none;
}
#status.li {
list-style: none;
}
.required {
color: firebrick;
}
#logo{
width: 50px;
position: absolute;
top: 12px;
z-index: 10000;
}
.brd {
float: left;
border-right: 1px solid #808080;
}
#amount {
margin:-10px 0 10px 12px;border: 1px solid #808080;color:#16a085;width: 20px;font-weight:bold; display: inline;
}