-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProcessBabelTranslate.css
More file actions
69 lines (54 loc) · 1.01 KB
/
ProcessBabelTranslate.css
File metadata and controls
69 lines (54 loc) · 1.01 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
69
.bblbr-l{
padding : 1rem;
}
.bblbr-i{
display : inline !important;
}
.bbl-links-indicator{
font-size : 0.4em;
}
.ProcessBabelTranslateProgress{
display: none;
}
.ProcessBabelTranslateProgress.ProcessPage{
display: inline-block;
margin-left : 1rem;
}
.ProcessBabelTranslateProgress.ProcessPage i{
font-size: 1.5rem !important;
}
.ProcessBabelTranslateContent{
width : 100%;
}
.ProcessBabelTranslateTitle{
display : inline-block;
}
.content .MarkupPagerNav{
float : right;
}
.content .MarkupPagerNav li{
padding : 3px;
}
.ProcessBabelTranslateInfo{
width : 100%;
min-height : 50px;
}
.ProcessBabelTranslateInfoTitle{
float : left;
width : 40%;
}
.ProcessBabelTranslatePagination{
float: right;
}
.content .PageListActions.PageListActionsBabel{
width : 35%;
float : right;
text-align : right;
}
.content .PageListActions.PageListActionsBabel li:first-child:before{
content : '';
}
.InputfieldPageListSelectBabel .InputfieldContent .PageListRoot{
width : 65%;
float : left;
}