Commit 18464da1 authored by Elias's avatar Elias

Annotations : flexible width and height

parent efb6ecac
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* Class names corresponding to server-side list names * Class names corresponding to server-side list names
* To display another list name, please add a new class under this * To display another list name, please add a new class under this
*/ */
.MiamList { .MiamList {
color: black; color: black;
background-color: rgba(60, 118, 61, 0.5); background-color: rgba(60, 118, 61, 0.5);
...@@ -44,17 +46,24 @@ ...@@ -44,17 +46,24 @@
} }
.main-panel, .text-panel, .words-panel { .main-panel, .text-panel, .words-panel {
height: 800px;
margin: 10px 0; margin: 10px 0;
} }
#annotationsApp {
min-width: 780px;
}
.words-panel {
min-width: 220px;
}
.text-panel { .text-panel {
overflow-y: auto; overflow-y: auto;
min-width: 400px;
} }
.words-list { .words-list {
margin-bottom: 5px; margin-bottom: 5px;
height: 250px;
} }
.keyword-text { .keyword-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment