Хранилища Subversion ant

Редакция

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

Редакция 329 Редакция 330
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
}
-
 
29
-
 
30
fieldset {
-
 
31
    width: 560px;
-
 
32
    border: 1px solid #ccc;
-
 
33
}
-
 
34
-
 
35
fieldset legend {
-
 
36
    padding: 0 5px;
-
 
37
}
-
 
38
-
 
39
fieldset legend:before, fieldset legend:after {
-
 
40
    content: "\00AA";
28
}
41
}
29
42