115c6319004c6b473d3408bfb8f111c73ce993f9
[oweals/karmaworld.git] / karmaworld / assets / css / note_course_pages.css
1
2 span.course-header-school
3 {
4   font-weight: bold;
5 }
6
7 #course-header-name
8 {
9   font-size: 1.8em;
10 }
11
12 #course-header
13 {
14   line-height: 2em;
15   margin: 20px 0 0 0;
16 }
17
18 #end-header
19 {
20   margin-top: 20px;
21   border-bottom: 1px solid black;
22 }
23
24 #edit-button,
25 #flag-button
26 {
27   cursor: pointer;
28 }
29
30 button.add-note {
31   background: grey;
32   color: white;
33   border: none;
34   padding: 5px;
35   border-radius: 0.3em;
36   display: inline;
37 }
38
39 input.search-notes {
40   width: 15em;
41   display: inline;
42   margin-right: 0;
43 }
44
45 #note-sort-wrapper {
46   float: right;
47   display: inline;
48 }
49
50 select.note-sort {
51   width: 10em;
52 }
53
54 #note-search-bar {
55   margin-top: 20px;
56   border: 1px solid grey;
57   padding: 10px 0 0 0;
58 }
59
60