Хранилища Subversion ant

Редакция

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

Редакция 336 Редакция 337
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 #ccc;
33
    display: block;
33
    display: block;
34
}
34
}
35
35
36
fieldset legend {
36
fieldset legend {
37
    padding: 0;
37
    padding: 0;
38
    margin: 0;
38
    margin: 0;
39
}
39
}
40
40
41
fieldset legend:before {
41
fieldset legend:before {
-
 
42
    color: #ccc;
42
    content: "\007C\0020";
43
    content: "\005B\0020";
43
}
44
}
44
45
45
fieldset legend:after {
46
fieldset legend:after {
-
 
47
    color: #ccc;
46
    content: "\0020\007C";
48
    content: "\0020\005D";
47
}
49
}
48
50