Skip to content

Commit a0b68d1

Browse files
committed
style updates marking, toolbar
1 parent 320ebc3 commit a0b68d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/labeling/roiMarking.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
border-radius: 0;
139139
}
140140
.item_head {
141-
height: 3.6rem;
141+
height: 36px;
142142
padding: 0.2rem;
143143
margin: 0;
144144
}
@@ -271,7 +271,7 @@ <h5 class="modal-title" style="font-size: 1.5rem;">Modal title</h5>
271271
</div>
272272
<div style="padding: 0 0 0.5rem 0.3rem;">
273273
<label>
274-
<textarea id="comments" cols="50" rows="10"></textarea>
274+
<textarea id="comments" cols="28" rows="10"></textarea>
275275
Comments
276276
</label>
277277
</div>

css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ opacity: 0.3 !important;
257257
}
258258

259259
ul.tools>li{
260-
height: 2vw !important;
261-
width: 2vw !important;
260+
height: 36px !important;
261+
width: 36px !important;
262262
min-height: 25px;
263263
min-width: 25px;
264264
}
@@ -274,11 +274,11 @@ opacity: 0.3 !important;
274274
}
275275

276276
ul.tools{
277-
height: 2vw !important;
277+
height: 36px !important;
278278
}
279279

280280
.material-icons.md-24 {
281-
font-size: 2vw !important;
281+
font-size: 36px !important;
282282
min-width: 25px;
283283
min-height: 25px;
284284
}

0 commit comments

Comments
 (0)