firstlogin.css
1.12 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
#outer-wrapper {
width:900px;
}
#logo {
right:70%;
}
#step_content_templates {
border: 1px solid rgb(207, 207, 207);
overflow: auto;
padding: 5px;
min-height:315px;
}
.button_skip {
float:right;
margin-left:5px;
margin-top:10px;
}
.tree_icon {
float:left;
height:16px;
width:16px;
cursor: pointer;
}
.tree_folder {
background-image:url(../../../../thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png);
}
#tree_editable {
float : right;
width: 700px;
}
.tree_navigation {
align : left;
width:600px;
min-height: 200px;
float:left;
}
.tree_table {
width:100%;
}
.tree_table td {
float:left;
line-height:1.8em;
padding: 0px 0px;
}
.outer {
align : left;
}
.tree_node_edit {
background-image:url(../../../../thirdparty/icon-theme/16x16/actions/document-properties.png);
}
.tree_node_delete {
background-image:url(../../../../resources/graphics/delete.png);
}
.tree_node_add {
background-image:url(../../../../thirdparty/icon-theme/16x16/actions/add.gif);
}
.tree_node_description {
background-image:url(graphics/question.gif);
}
#template_options {
width : 20px;
}
.action_form {
margin-left:35px;
}