189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
#buttonline {
margin-top: 5px;
text-align: right;
}
#add_to_lexicon {
display: inline-block;
padding: 5px 10px;
font-size: 16px;
background-color: hsl(150, 50%, 50%);
color: hsl(150, 50%, 96%);
border-radius: 3px;
text-align: center;
cursor: pointer;
|
|
>
|
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
|
#buttonline {
margin-top: 5px;
text-align: right;
}
#add_to_lexicon {
display: none;
width: 200px;
padding: 5px 10px;
font-size: 16px;
background-color: hsl(150, 50%, 50%);
color: hsl(150, 50%, 96%);
border-radius: 3px;
text-align: center;
cursor: pointer;
|