summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/admin/pluginmanager.css
blob: 5814c08dde175b1781456b91c627de1c0fe40721 (plain)
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
#editorcontainer {
 padding: 5pt; 
}

#editorcontainerbox {
 overflow: auto;
 height: auto;
}

#editbarinner {
 line-height: 36px;
 font-size: 16px;
 padding-left: 6pt;
}

#editbarinner a {
 font-size: 12px;
}

#editorcontainerbox table {
 margin: 10pt;
 border-collapse: collapse;
}

#editorcontainerbox table tr th {
 font-weight: bold;
 background: #c3c3c3;
}

#editorcontainerbox table tr td,
#editorcontainerbox table tr th {
 border: 1px solid #c3c3c3;
 padding: 2pt;
}

#editorcontainerbox table tr:first-child th,
#editorcontainerbox table tr:first-child td {
 border-top-color: #e6e6e6;
}

#editorcontainerbox table tr th:first-child,
#editorcontainerbox table tr td:first-child {
 border-left-color: #e6e6e6;
}