Differences From Artifact [ac4736311d]:
- File gc_lang/fr/webext/panel/main.css — part of check-in [b42ba4d76e] at 2017-11-25 14:14:48 on branch trunk — [fx] add @font-face to main panel CSS (user: olr, size: 6926) [annotate] [blame] [check-ins using]
To Artifact [6bbd4a3da0]:
- File gc_lang/fr/webext/panel/main.css — part of check-in [e1b18c2783] at 2018-03-02 14:59:38 on branch multid — [fx] main panel: conjugueur button + new logo (user: olr, size: 7144) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
157 158 159 160 161 162 163 164 165 166 167 168 169 170 | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | + + + + + + + + + + + |
color: hsl(210, 20%, 50%);
}
#home_page #thanks {
padding: 20px 0 0 0;
border-top: 1px solid hsl(210, 20%, 88%);
font-size: 14px;
}
#conj_button {
margin: 0 auto;
width: 100px;
padding: 2px 10px;
background-color: hsl(210, 50%, 50%);
color: hsl(210, 10%, 96%);
cursor: pointer;
font-size: 14px;
border-radius: 3px;
}
/*
Help
*/
#ui_options_page {
display: none;
padding: 20px;
|
| ︙ |