Хранилища Subversion ant

Редакция

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

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