Working through course detail page
[oweals/karmaworld.git] / karmaworld / assets / css / note_course_pages.css
index 8245fdc19345d2bb00e4709a01557cbbfc838278..115c6319004c6b473d3408bfb8f111c73ce993f9 100644 (file)
@@ -19,4 +19,42 @@ span.course-header-school
 {
   margin-top: 20px;
   border-bottom: 1px solid black;
-}
\ No newline at end of file
+}
+
+#edit-button,
+#flag-button
+{
+  cursor: pointer;
+}
+
+button.add-note {
+  background: grey;
+  color: white;
+  border: none;
+  padding: 5px;
+  border-radius: 0.3em;
+  display: inline;
+}
+
+input.search-notes {
+  width: 15em;
+  display: inline;
+  margin-right: 0;
+}
+
+#note-sort-wrapper {
+  float: right;
+  display: inline;
+}
+
+select.note-sort {
+  width: 10em;
+}
+
+#note-search-bar {
+  margin-top: 20px;
+  border: 1px solid grey;
+  padding: 10px 0 0 0;
+}
+
+