Rev 14772 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14772 | Rev 14835 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | margin-right: 3px; |
75 | margin-right: 3px; |
76 | } |
76 | } |
77 | 77 | ||
78 | /* Item types in a class */ |
78 | /* Item types in a class */ |
79 | li.wims_sheet_item,li.wims_doc_item,li.wims_vote_item,li.wims_exam_item, |
79 | li.wims_sheet_item,li.wims_doc_item,li.wims_vote_item,li.wims_exam_item, |
80 | li.wims_tool_item,li.wims_glossary_item,li |
80 | li.wims_tool_item,li.wims_glossary_item,li.wims_glossary_item, |
- | 81 | li.wims_freework_item { |
|
81 | border:1px solid #666; |
82 | border:1px solid #666; |
82 | border-left-width:.5em; |
83 | border-left-width:.5em; |
83 | } |
84 | } |
84 | 85 | ||
85 | 86 | ||
86 | li.wims_freework_item { border-left-color: |
87 | li.wims_freework_item { border-left-color: #E6A493;} |
87 | .wims_freework_item:before { content:" |
88 | .wims_freework_item:before { content:"\1F4DA";} |
88 | li.wims_sheet_item { border-left-color:#9CF;} |
89 | li.wims_sheet_item { border-left-color:#9CF;} |
89 | .wims_sheet_item:before { content:"\270E";} |
90 | .wims_sheet_item:before { content:"\270E";} |
90 | li.wims_doc_item { border-left-color:#99F;} |
91 | li.wims_doc_item { border-left-color:#99F;} |
91 | .wims_doc_item:before { content:"\1f4d5";} |
92 | .wims_doc_item:before { content:"\1f4d5";} |
92 | li.wims_vote_item { border-left-color:#9f9;} |
93 | li.wims_vote_item { border-left-color:#9f9;} |
Line 94... | Line 95... | ||
94 | li.wims_exam_item { border-left-color:#cc4b37;} |
95 | li.wims_exam_item { border-left-color:#cc4b37;} |
95 | .wims_exam_item:before { content:"\270D";} |
96 | .wims_exam_item:before { content:"\270D";} |
96 | li.wims_tool_item { border-left-color:#99A;} |
97 | li.wims_tool_item { border-left-color:#99A;} |
97 | .wims_tool_item:before { content:"\1F6E0";} |
98 | .wims_tool_item:before { content:"\1F6E0";} |
98 | li.wims_glossary_item { border-left-color:#AFB31E;} |
99 | li.wims_glossary_item { border-left-color:#AFB31E;} |
99 | .wims_glossary_item:before {content:" |
100 | .wims_glossary_item:before {content:"\1F524";} |
100 | /* for new modules page : */ |
101 | /* for new modules page : */ |
101 | .wims_exercise_item:before {content:"\1F58B";} |
102 | .wims_exercise_item:before {content:"\1F58B";} |
102 | .wims_recreation_item:before {content:"\1f579";} |
103 | .wims_recreation_item:before {content:"\1f579";} |
103 | .wims_datamodule_item:before {content:"\1f4E6";} |
104 | .wims_datamodule_item:before {content:"\1f4E6";} |
104 | 105 |