-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBatchChildEditor.css
118 lines (98 loc) · 2.45 KB
/
BatchChildEditor.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.bcePageName {
display: inline-block;
}
table#bceLanguages {
border-collapse: collapse;
padding: 5px;
}
table#bceLanguages tr td {
background: #F0F3F7;
}
table#bceLanguages td, table#bceLanguages th {
border: 1px solid #C9D4E1 !important;
padding: 5px;
}
.ui-tooltip {
max-width: 95% !important;
background: #FFFFFF !important;
padding: 0 !important;
color: #222222 !important;
border: 1px solid #979797;
border-radius: 0 !important;
text-align: left !important;
font-weight: normal !important;
font-size: 13px !important;
font-stretch: none !important;
text-decoration: none !important;
box-shadow: none !important
}
.batchChildTableContainer .bceLangInfoRow {
padding: 0;
background: #F0F3F7;
}
.batchChildTableContainer .bceLangInfoRow > td > div {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s;
}
.batchChildTableContainer .pageinfo-visible + tr.bceLangInfoRow > td > div {
max-height: 600px;
}
.batchChildTableContainer .pageinfo-visible .bceTogglePageInfo:before {
content: "\f147"
}
.batchChildTableContainer tr.bceLangInfoRow {
border: none !important;
}
.batchChildTableContainer table.bceLanguages {
width: 100%;
font-size: 0.9em;
margin-bottom: 0.5em;
}
.batchChildTableContainer .bceLangInfoRow:hover td {
background: inherit !important;
}
.bceTogglePageInfo {
cursor: pointer;
padding: 0.2em;
position: relative;
top: 1px;
margin-right: 0.2em;
}
.batchChildTableContainer table.bceLanguages th {
border-bottom-style: solid;
color: inherit;
opacity: 0.84;
cursor: default;
}
.batchChildTableContainer .bceLanguages td {
padding: 0.2em 0.5em 0.2em 0 !important;
width: 35%;
border-right: none !important;
border-left: none !important;
}
.batchChildTableContainer .bceLanguages tr td:first-child {
width: 20%;
}
.batchChildTableContainer .bceLanguages tr td:last-child {
width: 10%;
}
.batchChildTableContainer .bceLanguages tr:hover td {
background: #E2E9EF !important;
}
.batchChildTableContainer .bceLangInfoRow > td {
background: inherit !important;
padding: 0 !important;
border: none !important;
}
/* drag-and-drop handle icon */
.batchChildTableContainer > table > tbody > tr > td:first-child {
text-align: center;
}
.bcePageNameContainer {
width:100%;
max-width:200px;
text-overflow:ellipsis;
overflow:hidden;
display:inline-block;
}