-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (59 loc) · 1.1 KB
/
style.css
File metadata and controls
68 lines (59 loc) · 1.1 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/**
* pages/css/style.css
*
* @author Shohei Nakajima <nakajimashouhei@gmail.com>
* @link http://www.netcommons.org NetCommons Project
* @license http://www.netcommons.org/license.txt NetCommons License
*/
.pages-tree {
margin-left: 10px;
margin-right: 10px;
}
.pages-move {
margin-right: 15px;
}
.page-edit-layout {
margin: 8px;
padding: 2px;
}
.pages-edit-index td {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
.pages-edit-index td > div {
margin-top: 2px;
margin-bottom: 2px;
}
.page-edit-index-page-name {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 240px;
display: inline-block;
vertical-align: middle;
}
.page-move-radio .radio-inline {
padding-left: 0px;
}
.form-inline.page-move-radio {
display: inline-block;
}
.small.block-style-label {
font-size: 10px;
font-weight: 400;
}
.page-tree-room,
.page-tree-node-page,
.page-tree-leaf-page {
padding-left: 4px;
}
.page-tree-room {
border-left: 3px #659ada solid;
}
.page-tree-node-page,
.page-tree-leaf-page {
border-left: 3px #aca899 solid;
}
.page-table-responsive {
overflow: auto;
}