forked from atutor/phpdoc2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
53 lines (47 loc) · 850 Bytes
/
Copy pathmodule.css
File metadata and controls
53 lines (47 loc) · 850 Bytes
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
div#phpdoc2_installer {
border: 1px solid #ccc;
padding: 10px;
width: 50%;
margin-right: auto;
margin-left: auto;
background-color: #f8f8f8;
color: #444;
margin-top: 30px;
margin-bottom: 30px;
}
div#api_process_box {
overflow: auto;
height: 500px;
margin-left: 1em;
}
input.buttons {
background-color: #efefef;
font-weight: normal;
border: 1px solid #aaa;
}
p.message{
border: 1px solid black;
background-color: white;
padding:1em;
}
div.license{
font-size: 0.85em;
color: #797979;
}
div.license a {
color: #515151;
}
table#api_legend_outter {
border: 1px solid green;
width: 100%;
padding-bottom: 1em;
}
table#api_legend_outter td{
vertical-align: top;
}
table#api_legend_outter th{
text-decoration: underline;
}
table#api_legend_outter td{
padding-left: 0.5em;
}