Хранилища Subversion ant

Редакция

Редакция 339 | Редакция 341 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 339 Редакция 340
1
/* ant-ng style sheet */
1
/* ant-ng style sheet */
2
2
3
.inputbox {
3
.inputbox {
4
    width: 550px;
4
    width: 550px;
5
}
5
}
6
6
7
.inputbox label {
7
.inputbox label {
8
    width: 250px;
8
    width: 250px;
9
    display: block;
9
    display: block;
10
}
10
}
11
11
12
.inputbox input {
12
.inputbox input {
13
    width: 250px;
13
    width: 250px;
14
}
14
}
15
15
16
.inputbox table {
16
.inputbox table {
17
    border: 0;
17
    border: 0;
18
    width: 540px;
18
    width: 540px;
19
}
19
}
20
20
21
.inputbox table input {
21
.inputbox table input {
22
    width: 200px;
22
    width: 200px;
23
}
23
}
24
24
25
img#adm-dist-logo {
25
img#adm-dist-logo {
26
    border: 1px solid #000;
26
    border: 1px solid #000;
27
    padding: 2px;
27
    padding: 2px;
28
}
28
}
29
29
30
fieldset {
30
fieldset {
31
    width: 560px;
31
    width: 560px;
32
    border: 1px solid #ccc;
32
    border: 1px solid #a9a9a9;
33
    display: block;
33
    display: block;
34
    background-color: #dcdcdc;
34
    background-color: #dfdfdf;
35
}
35
}
36
36
37
fieldset legend {
37
fieldset legend {
38
    padding: 0;
38
    padding: 0;
39
    margin: 0;
39
    margin: 0;
40
}
-
 
41
-
 
42
fieldset legend:before {
-
 
43
    color: #ccc;
-
 
44
    content: "\005B\0020";
40
    border: 1px solid #a9a9a9;
45
}
-
 
46
-
 
47
fieldset legend:after {
-
 
48
    color: #ccc;
41
    background-color: #fff;
49
    content: "\0020\005D";
-
 
50
}
42
}
51
43
52
.sections, .repository {
44
.sections, .repository {
53
    padding: 3px 0;
45
    padding: 3px 0;
54
}
46
}