From d2cb17038b8537a609be06be2ed7013dbe27117e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 8 Mar 2021 22:11:55 +0100 Subject: beginning the BIG refactor. moving editor stuff into per-episode hierarchy --- .../components/annotations/annotation.form.css | 67 ---------------------- 1 file changed, 67 deletions(-) delete mode 100644 animism-align/frontend/app/views/align/components/annotations/annotation.form.css (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.form.css') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.css b/animism-align/frontend/app/views/align/components/annotations/annotation.form.css deleted file mode 100644 index fa663c7..0000000 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.css +++ /dev/null @@ -1,67 +0,0 @@ -/* Annotation form */ - -.annotationForm { - width: 401px; - padding: 0.5rem; - position: absolute; - left: 0.25rem; - background: #448; - box-shadow: 0 0 2px #000, 0 0 4px #000; - z-index: 10; -} -.annotationForm textarea { - width: 100%; -} -.annotationForm .row { - justify-content: space-between; - align-items: center; -} -.annotationForm .row > div { - display: flex; - align-items: center; -} -.annotationForm .buttons { - margin-bottom: 0.5rem; -} -.annotationForm .ts { - color: #fff; -} -.annotationForm .select.media_id { - width: 100%; - margin-right: 0; -} -.annotationForm div.textarea { - margin-bottom: 0.5rem; -} -.annotationForm img { - max-width: 100%; - max-height: 6rem; -} - -.annotationForm .options label span:first-child { - display: inline-block; - width: 6rem; -} -.annotationForm .options .description { - font-size: 0.75rem; - margin-top: 0.25rem; - margin-bottom: 0.5rem; -} -.annotationForm .color input[type="text"].number { - width: 8rem; -} -.annotationForm .color input[type="text"] { - width: 8rem; -} -.annotationForm .color input[type="color"] { - background: transparent; - border: 0; - height: 1.7rem; - padding: 0; - margin: 0 0.5rem 0 0; - width: 1.4rem; -} -.annotationForm .checkbox { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} \ No newline at end of file -- cgit v1.2.3-70-g09d2