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/* Analysis page */
44.path-mod-feedback table.analysis {
45    width: 100%;
46    border-top: 1px solid #aaa;
47    margin-top: 10px;
48}
49
50.path-mod-feedback table.analysis tr:first-child th {
51    padding-top: 10px;
52}
53
54.path-mod-feedback table.analysis tr:hover {
55    background: #f5f5f5;
56}
57
58.path-mod-feedback table.analysis td.singlevalue:before,
59.path-mod-feedback table.analysis td.optionname:before {
60    content: '- ';
61}
62
63.path-mod-feedback table.analysis.itemtype_textarea td {
64    padding: 4px 0;
65}
66
67.path-mod-feedback table.analysis tr.isempty {
68    display: none;
69}
70
71/* Responses list */
72.path-mod-feedback #showentrytable td.cell.completed_timemodified,
73.path-mod-feedback #showentryanontable td.cell.random_response {
74    font-weight: bold;
75}
76
77.path-mod-feedback #showentrytable td.cell.userpic,
78.path-mod-feedback #showentrytable td.cell.deleteentry,
79.path-mod-feedback #showentryanontable td.cell.deleteentry {
80    width: 10px;
81}
82
83/* Responses navigation */
84.path-mod-feedback .response_navigation {
85    margin: .5em 0;
86}
87
88.path-mod-feedback .response_navigation a {
89    display: block;
90}
91
92.path-mod-feedback .response_navigation a.back_to_list {
93    text-align: center;
94}
95
96.path-mod-feedback .response_navigation .prev_response:before {
97    /*rtl:raw:
98    content: ' ► ';
99    */
100    /*rtl:remove*/
101    content: ' ◄ ';
102}
103
104.path-mod-feedback .response_navigation .next_response:after {
105    /*rtl:raw:
106    content: ' ◄ ';
107    */
108    /*rtl:remove*/
109    content: ' ► ';
110}
111
112.path-mod-feedback .response_navigation .next_response {
113    text-align: right;
114}
115
116.path-mod-feedback .response_navigation .prev_response {
117    text-align: left;
118}
119