Merge branch 'master' of github.com:recogito/recogito-client-core

This commit is contained in:
Rainer Simon 2020-04-29 11:37:03 +02:00
commit d63acb7ab8
2 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@
width: 20px; width: 20px;
top: 9px; top: 9px;
right: 9px; right: 9px;
line-height: 24px; line-height: 22px;
background-color:#fff; background-color:#fff;
text-align: center; text-align: center;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -50,4 +50,4 @@
.r6o-widget.comment.editable { .r6o-widget.comment.editable {
background-color:$blueish-white; background-color:$blueish-white;
} }

View File

@ -28,7 +28,6 @@
.label { .label {
padding:2px 8px; padding:2px 8px;
display:inline-block; display:inline-block;
vertical-align:middle;
} }
.delete-wrapper { .delete-wrapper {
@ -51,7 +50,7 @@
} }
svg { svg {
vertical-align:middle; vertical-align:text-top;
} }
} }
@ -91,4 +90,4 @@
input:-moz-placeholder { color:#c2c2c2; } input:-moz-placeholder { color:#c2c2c2; }
input:-ms-input-placeholder { color:#c2c2c2; } input:-ms-input-placeholder { color:#c2c2c2; }
} }