forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
128 lines (103 loc) · 2.5 KB
/
styles.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
119
120
121
122
123
124
125
126
127
128
/** General Styles **/
.path-mod-glossary .glossarypost {
width: 95%;
border-collapse: separate;
margin: 0 auto;
text-align: left;
}
.path-mod-glossary .glossarypost.entrylist {
border-width: 0;
}
.path-mod-glossary .glossarypost.continuous .concept {
display: inline;
}
.path-mod-glossary .glossarypost .commands {
width: 200px;
white-space: nowrap;
}
.path-mod-glossary .glossarypost td.picture {
width: 35px;
}
.path-mod-glossary .glossarypost .entrylowersection .icons {
text-align: right;
padding-right: 5px;
}
.path-mod-glossary .glossarypost .entrylowersection .ratings {
text-align: right;
padding-right: 5px;
padding-bottom: 2px;
}
.path-mod-glossary .glossarypost .glossary-hidden-note {
margin: 0 .45em;
}
.path-mod-glossary .glossarydisplay {
margin-left: auto;
margin-right: auto;
}
.path-mod-glossary .glossarydisplay .tabs {
width: 100%;
margin-bottom: 0;
}
.path-mod-glossary .glossarydisplay .tabs .side {
border-style: none;
border-width: 0;
width: auto;
}
.path-mod-glossary .glossarydisplay .separator {
width: 4px;
}
.path-mod-glossary table.glossarypopup {
width: 95%;
}
.path-mod-glossary .entrybox,
.path-mod-glossary table.glossaryapproval,
.path-mod-glossary .glossarypost .entrylowersection table {
width: 100%;
margin-bottom: 0;
}
.glossary-activity-picture {
float: left;
}
.glossary-activity-content {
margin-left: 40px;
}
/** Page specific styles **/
#page-mod-glossary-view .glossarycontrol {
float: right;
text-align: right;
white-space: nowrap;
margin: 5px 0;
}
#page-mod-glossary-view table.glossarycategoryheader,
#page-mod-glossary-import table.glossaryimportexport {
margin-left: auto;
margin-right: auto;
}
#page-mod-glossary-view table.glossarycategoryheader {
margin-bottom: 0;
}
#page-mod-glossary-view table.glossarycategoryheader th {
padding: 0;
}
#page-mod-glossary-view td.glossarysearchbox label {
display: inline-block;
}
#page-mod-glossary-showentry #page-content {
min-width: 600px;
}
#page-mod-glossary-print .mod-glossary-entrylist .mod-glossary-entry {
vertical-align: top;
}
#page-mod-glossary-print .displayprinticon,
#page-mod-glossary-print .displaydate {
text-align: right;
font-size: 0.75em;
}
#page-mod-glossary-print .strong {
font-weight: bold;
}
.path-mod-glossary .printicon {
background: url([[pix:t/print]]) no-repeat scroll 2px center transparent;
/*rtl:ignore*/
padding-left: 20px;
}