1
body {
2
  overflow-y: scroll;
3
}
4
/* styles modifying annotorious editor default styles */
5
.annotorious-editor {
6
  min-width: 250px;
7
}
8
.annotorious-editor-text {
9
  font-size: 12px;
10
  min-height: 35px;
11
}
12
13
#swt-maker {
14
}
15
16
#control-panel {
17
  margin-top: 10px;
18
  margin-left: 0;
19
}
20
21
#signinview {
22
  margin 0 20px;
23
  padding: 10px;
24
  text-align: center;
25
  z-index: 100001;
26
}
27
28
#img-annotation-wrapper, #ocd-results {
29
  margin: 30px auto 0 auto;
30
}
31
32
#annotatable-img {
33
  margin: 0 auto;
34
  max-width: 1125px;
35
}
36
37
#sweet-list-wrapper {
38
  width: 500px;
39
  min-height: 300px;
40
  position: absolute;
41
  top: 33%;
42
  left: 33%;
43
  z-index: 1000;
44
  border: 1px solid #999;
45
  box-shadow: 1px 1px 6px #999;
46
  background-color: #FFF;
47
  padding: 30px;
48
  display: none;
49
}
50
51
#sweet-list {
52
  margin-bottom: 10px;
53
}
54
55
.ocd-item {
56
  padding-bottom: 4px;
57
  border: 1px solid #ddd;
58
  border-radius: 4px;
59
  margin-bottom: 20px;
60
  text-align: center;
61
}
62
63
.thumb-image {
64
  background-position: center center;
65
  background-repeat: no-repeat;
66
  background-size: cover;
67
  display: block;
68
  height: 400px;
69
  margin: 0 auto;
70
}
71
72
#sweet {
73
  display: none;
74
}
75
76
#helpview {
77
  font-size: 1.2em;
78
  padding: 8px;
79
  box-shadow: 1px 1px 3px #ccc;
80
  color: #444;
81
}
82
#helpview-text {
83
  text-align: center;
84
  margin-left: 30px;
85
}
86
#app-overlay {
87
  position: fixed;
88
  top: 0;
89
  left: 0;
90
  display: none;
91
  width: 100%;
92
  height: 100%;
93
  z-index: 10000;
94
  background-color: rgba(255, 255, 255, 0.7);
95
}
96
97
#user-input-row .form-inline .form-control {
98
  width: 100%;
99
}
100
101
.page {
102
  display: none;
103
}
104
105
106
/* text-annotation styles */
107
108
#overlayBar {
109
  background: #fff;
110
  border-bottom: 1px solid #ccc;
111
  left: 0;
112
  opacity: 0.95;
113
  position: fixed;
114
  top: 0;
115
  width: 100%;
116
}
117
118
.nav-btn {
119
  margin-left: 10px;
120
}