MDL-71965 theme_classic: Remove goto top from footer
[moodle.git] / mod / feedback / styles.css
blob0fcbdad295347b817240fd59980bf47216d9db20
1 /* styles using by feedback */
2 .path-mod-feedback span.feedback_info {
3 font-weight: bold;
6 .path-mod-feedback div.feedback_is_dependent {
7 background: #ddd;
10 .path-mod-feedback span.feedback_depend {
11 color: #f00;
14 .path-mod-feedback hr.feedback_pagebreak {
15 height: 4px;
16 color: #aaa;
17 background-color: #aaa;
18 border: 0;
19 margin: 0;
22 .path-mod-feedback .drag_target_active {
23 opacity: .25;
26 .path-mod-feedback .drag_item_active {
27 opacity: .5;
30 .path-mod-feedback .feedback_bar_image {
31 height: 10px;
34 .path-mod-feedback #analysis-form label {
35 display: inline;
38 .path-mod-feedback .templateslist td.cell.action,
39 .path-mod-feedback .templateslist th.header.action {
40 width: 10%;
43 .path-mod-feedback .feedback_form .itemactions {
44 display: inline-block;
45 margin: 0 .5em;
48 /* Analysis page */
49 .path-mod-feedback table.analysis {
50 width: 100%;
51 border-top: 1px solid #aaa;
52 margin-top: 10px;
55 .path-mod-feedback table.analysis tr:first-child th {
56 padding-top: 10px;
59 .path-mod-feedback table.analysis tr:hover {
60 background: #f5f5f5;
63 .path-mod-feedback table.analysis td.singlevalue:before,
64 .path-mod-feedback table.analysis td.optionname:before {
65 content: '- ';
68 .path-mod-feedback table.analysis.itemtype_textarea td {
69 padding: 4px 0;
72 .path-mod-feedback table.analysis tr.isempty {
73 display: none;
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;
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;
88 /* Responses navigation */
89 .path-mod-feedback .response_navigation {
90 margin: .5em 0;
93 .path-mod-feedback .response_navigation a {
94 display: block;
97 .path-mod-feedback .response_navigation a.back_to_list {
98 text-align: center;
101 .path-mod-feedback .response_navigation .prev_response:before {
102 /*rtl:raw:
103 content: ' ► ';
105 /*rtl:remove*/
106 content: ' ◄ ';
109 .path-mod-feedback .response_navigation .next_response:after {
110 /*rtl:raw:
111 content: ' ◄ ';
113 /*rtl:remove*/
114 content: ' ► ';
117 .path-mod-feedback .response_navigation .next_response {
118 text-align: right;
121 .path-mod-feedback .response_navigation .prev_response {
122 text-align: left;