Design tweaks
[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   padding: 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: 0 0 10px 0;
86   line-height: 1.5;
87 }
88
89 .header-title {
90   font-size: 2.5em;
91   vertical-align: middle;
92 }
93
94 .modify-button {
95   border-radius: 3px;
96   padding: 5px 10px 5px 10px;
97   margin: 0 5px 0 5px;
98   font-size: 0.8em;
99 }
100
101 #outline-btn,
102 #minus-btn,
103 #plus-btn {
104   cursor: pointer;
105 }
106
107 .keyword-form-row textarea.definition {
108   max-height: 75px;
109 }
110
111 #add-row-btn {
112   cursor: pointer;
113 }
114
115 button.add-note-btn {
116   width: 100%;
117 }
118
119 .note-upload-remove-button {
120   margin-bottom: 10px;
121   cursor: pointer;
122 }
123
124 .keywords-hint {
125   font-size: 0.8em;
126 }
127
128 .note-keyword-toggle {
129   margin: 0 0 10px 0;
130 }
131
132 #keywords-data-table td {
133   padding: 10px 10px 10px 10px;
134 }
135
136 #edit-keywords-button {
137   font-size: inherit;
138   margin: 0;
139   padding: 5px;
140 }