Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* styles using by feedback */
2
.path-mod-feedback span.feedback_info {
3
    font-weight: bold;
4
}
5
 
6
.path-mod-feedback div.feedback_is_dependent {
7
    background: #ddd;
8
}
9
 
10
.path-mod-feedback span.feedback_depend {
11
    color: #f00;
12
}
13
 
14
.path-mod-feedback hr.feedback_pagebreak {
15
    height: 4px;
16
    color: #aaa;
17
    background-color: #aaa;
18
    border: 0;
19
    margin: 0;
20
}
21
 
22
.path-mod-feedback .drag_target_active {
23
    opacity: .25;
24
}
25
 
26
.path-mod-feedback .drag_item_active {
27
    opacity: .5;
28
}
29
 
30
.path-mod-feedback .feedback_bar_image {
31
    height: 10px;
32
}
33
 
34
.path-mod-feedback #analysis-form label {
35
    display: inline;
36
}
37
 
38
.path-mod-feedback .templateslist td.cell.action,
39
.path-mod-feedback .templateslist th.header.action {
40
    width: 10%;
41
}
42
 
43
.path-mod-feedback .feedback_form .itemactions {
44
    display: inline-block;
45
    margin: 0 .5em;
46
}
47
 
48
/* Analysis page */
49
.path-mod-feedback table.analysis {
50
    width: 100%;
51
    border-top: 1px solid #aaa;
52
    margin-top: 10px;
53
}
54
 
55
.path-mod-feedback table.analysis tr:first-child th {
56
    padding-top: 10px;
57
}
58
 
59
.path-mod-feedback table.analysis tr:hover {
60
    background: #f5f5f5;
61
}
62
 
63
.path-mod-feedback table.analysis td.singlevalue:before,
64
.path-mod-feedback table.analysis td.optionname:before {
65
    content: '- ';
66
}
67
 
68
.path-mod-feedback table.analysis.itemtype_textarea td {
69
    padding: 4px 0;
70
}
71
 
72
.path-mod-feedback table.analysis tr.isempty {
73
    display: none;
74
}
75
 
76
/* Responses list */
77
.path-mod-feedback #showentrytable td.cell.completed_timemodified,
78
.path-mod-feedback #showentryanontable td.cell.random_response {
79
    font-weight: bold;
80
}
81
 
82
.path-mod-feedback #showentrytable td.cell.userpic,
83
.path-mod-feedback #showentrytable td.cell.deleteentry,
84
.path-mod-feedback #showentryanontable td.cell.deleteentry {
85
    width: 10px;
86
}
87
 
88
/* Responses navigation */
89
.path-mod-feedback .response_navigation {
90
    margin: .5em 0;
91
}
92
 
93
.path-mod-feedback .response_navigation a {
94
    display: block;
95
}
96
 
97
.path-mod-feedback .response_navigation a.back_to_list {
98
    text-align: center;
99
}
100
 
101
.path-mod-feedback .response_navigation .prev_response:before {
102
    /*rtl:raw:
103
    content: ' â–º ';
104
    */
105
    /*rtl:remove*/
106
    content: ' â—„ ';
107
}
108
 
109
.path-mod-feedback .response_navigation .next_response:after {
110
    /*rtl:raw:
111
    content: ' â—„ ';
112
    */
113
    /*rtl:remove*/
114
    content: ' â–º ';
115
}
116
 
117
.path-mod-feedback .response_navigation .next_response {
118
    text-align: right;
119
}
120
 
121
.path-mod-feedback .response_navigation .prev_response {
122
    text-align: left;
123
}