Better view of example translations and add translation button.
This commit is contained in:
@@ -160,10 +160,18 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.example-arrow, .example-dot {
|
||||
.example-dot {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.example-translation {
|
||||
margin-left: 1em;
|
||||
&:before {
|
||||
content: '↪';
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.example-text {
|
||||
._hoverable();
|
||||
}
|
||||
@@ -199,6 +207,9 @@
|
||||
|
||||
.add-button {
|
||||
padding: 0 .5em;
|
||||
margin-left: .3em;
|
||||
background-color: @aqua;
|
||||
color: @black;
|
||||
}
|
||||
|
||||
// if span left of input it is just too high, this is a fix
|
||||
|
||||
Reference in New Issue
Block a user