Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / assets / css / note_course_pages.css
1
2 #course-header-school
3 {
4   font-weight: bold;
5 }
6
7 div.header-byline {
8   margin-bottom: 10px;
9 }
10
11 #course-header-name
12 {
13   font-size: 2.5em;
14 }
15
16 #course-header
17 {
18   margin: 20px 0 0 0;
19 }
20
21 #end-header
22 {
23   margin-top: 20px;
24 }
25
26 input.search-courses {
27   display: inline;
28   margin: 0 0 10px 5px;
29   max-width: 30em;
30 }
31
32 form.search-notes {
33   display: inline;
34 }
35
36 #note-sort-wrapper {
37   float: right;
38   display: inline;
39 }
40
41 select.note-sort {
42   width: 10em;
43 }
44
45 #note-search-bar {
46   background: #f5f5f5;
47   padding: 15px 0 0 0;
48   font: 1em 'museo300';
49   margin-bottom: 20px;
50 }
51
52 ul.socialaccount_providers li
53 {
54   display: inline;
55 }
56
57 table.dataTable div.note-date {
58   margin-bottom: 10px;
59 }
60
61 table.dataTable div.note-text {
62   margin: 10px 0 10px 0;
63 }
64
65 table.dataTable span.note-thanks {
66   padding: 10px 0 0 0;
67 }
68
69 div.return-to-course {
70   background: #f5f5f5;
71   padding: 10px 0 10px 0;
72   font-size: 0.8em;
73 }
74
75 #results_header {
76   margin: 20px 0 20px 0;
77   font-size: 1.8em;
78 }
79
80 div#note_header {
81   margin: 20px 0 20px 0;
82 }
83
84 div.header-title-row {
85   margin: 10px 0 10px 0;
86 }
87
88 .header-title {
89   font-size: 2.5em;
90   vertical-align: middle;
91 }
92
93 .modify-button {
94   border-radius: 3px;
95   padding: 5px 10px 5px 10px;
96   margin: 0 5px 0 5px;
97   font-size: 0.8em;
98 }
99
100 #outline-btn,
101 #minus-btn,
102 #plus-btn {
103   cursor: pointer;
104 }
105
106 .keyword-form-row textarea.definition {
107   max-height: 75px;
108 }
109
110 #add-row-btn {
111   cursor: pointer;
112 }
113
114 .keywords-hint {
115   font-size: 0.8em;
116 }
117
118 .note-keyword-toggle {
119   margin: 0 0 10px 0;
120 }
121
122 #keywords-data-table td {
123   padding: 10px 10px 10px 10px;
124 }
125
126 #edit-keywords-button {
127   font-size: inherit;
128   margin: 0;
129   padding: 5px;
130 }