Differences From Artifact [ce33f0f465]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [6ca9a6e85f] at 2017-10-24 11:51:18 on branch trunk — [fx] CSS: text-align: left, for paragraphs (user: olr, size: 8236) [annotate] [blame] [check-ins using]
To Artifact [032925962a]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [b6c94cd7cb] at 2017-10-26 07:52:13 on branch trunk — [fx] CSS: min-height for tooltip suggestions (prevent flat line if there is only spaces) (user: olr, size: 8258) [annotate] [blame] [check-ins using]
| ︙ | |||
155 156 157 158 159 160 161 162 163 164 165 166 167 168 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | + |
background-color: hsl(210, 10%, 96%);
border-radius: 0 0 2px 2px;
line-height: 24px;
}
.grammalecte_tooltip_sugg {
display: inline-block;
padding: 1px 6px;
min-height: 18px;
background-color: hsl(180, 60%, 40%);
color: hsl(180, 0%, 96%);
border-radius: 2px;
cursor: pointer;
font-size: 14px;
line-height: 18px;
text-decoration: none;
|
| ︙ |