Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/** General Styles **/
2
.path-mod-glossary .glossarypost {
3
    width: 95%;
4
    border-collapse: separate;
5
    margin: 0 auto;
6
    text-align: left;
7
}
8
 
9
.path-mod-glossary .glossarypost.entrylist {
10
    border-width: 0;
11
}
12
 
13
.path-mod-glossary .glossarypost.continuous .concept {
14
    display: inline;
15
}
16
 
17
.path-mod-glossary .glossarypost .commands {
18
    width: 200px;
19
    white-space: nowrap;
20
}
21
 
22
.path-mod-glossary .glossarypost td.picture {
23
    width: 35px;
24
}
25
 
26
.path-mod-glossary .glossarypost .entrylowersection .icons {
27
    text-align: right;
28
    padding-right: 5px;
29
}
30
 
31
.path-mod-glossary .glossarypost .entrylowersection .ratings {
32
    text-align: right;
33
    padding-right: 5px;
34
    padding-bottom: 2px;
35
}
36
 
37
.path-mod-glossary .glossarypost .glossary-hidden-note {
38
    margin: 0 .45em;
39
}
40
 
41
.path-mod-glossary .glossarydisplay {
42
    margin-left: auto;
43
    margin-right: auto;
44
}
45
 
46
.path-mod-glossary .glossarydisplay .tabs {
47
    width: 100%;
48
    margin-bottom: 0;
49
}
50
 
51
.path-mod-glossary .glossarydisplay .tabs .side {
52
    border-style: none;
53
    border-width: 0;
54
    width: auto;
55
}
56
 
57
.path-mod-glossary .glossarydisplay .separator {
58
    width: 4px;
59
}
60
 
61
.path-mod-glossary table.glossarypopup {
62
    width: 95%;
63
}
64
 
65
.path-mod-glossary .entrybox,
66
.path-mod-glossary table.glossaryapproval,
67
.path-mod-glossary .glossarypost .entrylowersection table {
68
    width: 100%;
69
    margin-bottom: 0;
70
}
71
 
72
.glossary-activity-picture {
73
    float: left;
74
}
75
 
76
.glossary-activity-content {
77
    margin-left: 40px;
78
}
79
 
80
/** Page specific styles **/
81
#page-mod-glossary-view .glossarycontrol {
82
    float: right;
83
    text-align: right;
84
    white-space: nowrap;
85
    margin: 5px 0;
86
}
87
 
88
#page-mod-glossary-view table.glossarycategoryheader,
89
#page-mod-glossary-import table.glossaryimportexport {
90
    margin-left: auto;
91
    margin-right: auto;
92
}
93
 
94
#page-mod-glossary-view table.glossarycategoryheader {
95
    margin-bottom: 0;
96
}
97
 
98
#page-mod-glossary-view table.glossarycategoryheader th {
99
    padding: 0;
100
}
101
 
102
#page-mod-glossary-view td.glossarysearchbox label {
103
    display: inline-block;
104
}
105
 
106
#page-mod-glossary-showentry #page-content {
107
    min-width: 600px;
108
}
109
 
110
#page-mod-glossary-print .mod-glossary-entrylist .mod-glossary-entry {
111
    vertical-align: top;
112
}
113
 
114
#page-mod-glossary-print .displayprinticon,
115
#page-mod-glossary-print .displaydate {
116
    text-align: right;
117
    font-size: 0.75em;
118
}
119
 
120
#page-mod-glossary-print .strong {
121
    font-weight: bold;
122
}
123
 
124
.path-mod-glossary .printicon {
125
    background: url([[pix:t/print]]) no-repeat scroll 2px center transparent;
126
    /*rtl:ignore*/
127
    padding-left: 20px;
128
}