small changes to styling, colors, margins, ;,

This commit is contained in:
Ozbolt Menegatti 2019-11-13 23:22:26 +01:00
parent 88824ee273
commit f41f549cc2

View File

@ -2,7 +2,7 @@
@import (less) "colors.less"; @import (less) "colors.less";
.translation-element-margin { .translation-element-margin {
margin: 0 0.3em; margin: 0 0.05em;
padding: 0; padding: 0;
} }
@ -34,7 +34,7 @@
#headword { #headword {
font-size: 1.2em; font-size: 1.2em;
color: @blue; color: @red;
font-weight: bold; font-weight: bold;
} }
@ -89,27 +89,39 @@
} }
} }
.translation-div { .translation-div-cluster + .translation-div-cluster:before {
display: inline; content: "; ";
.translation-tags {
display: inline;
color: @green;
font-size: 0.6em;
}
.translation-text {
display: inline;
color: @maroon;
.translation-element-margin();
}
._hoverable();
} }
.translation-add { .translation-div-cluster {
.translation-element-margin(); display: inline;
.translation-button();
.translation-div + .translation-div:before {
content: ", ";
}
.translation-div {
display: inline;
.translation-tags {
display: inline;
color: @green;
font-size: 0.6em;
}
.translation-text {
display: inline;
color: @maroon;
.translation-element-margin();
}
._hoverable();
}
.translation-add {
.translation-element-margin();
.translation-button();
}
} }
} }