Overview
| Comment: | [fx] Change in css to ajust line-height |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
18723bb5696f5c58b1ba5c3f35a23b7e |
| User & Date: | IllusionPerdu on 2017-10-28 09:09:52 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 09:19 | Ajustement de la condition dans le MutationObserver check-in: 40768b2313 user: IllusionPerdu tags: FixWebext | |
| 09:09 | [fx] Change in css to ajust line-height check-in: 18723bb569 user: IllusionPerdu tags: fx, FixWebext | |
| 08:04 | [build] remove building process for Addon-SDK (obsolete) check-in: 5b4c329a42 user: olr tags: build, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [17932b4c0d] to [6ef7f32071].
| ︙ | ︙ | |||
62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
border: 3px solid hsl(210, 50%, 30%);
box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
background-color: hsl(210, 50%, 30%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
text-align: left;
}
.grammalecte_menu_close_button {
float: right;
margin: 2px 2px 0 0;
padding: 1px 5px;
border-radius: 2px;
background-color: hsl(0, 50%, 50%);
| > > > > > > > | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
border: 3px solid hsl(210, 50%, 30%);
box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
background-color: hsl(210, 50%, 30%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
text-align: left;
}
.grammalecte_menu > div {
line-height: 21px;
}
.grammalecte_menu > div.grammalecte_menu_close_button {
line-height: 18px;
}
.grammalecte_menu_close_button {
float: right;
margin: 2px 2px 0 0;
padding: 1px 5px;
border-radius: 2px;
background-color: hsl(0, 50%, 50%);
|
| ︙ | ︙ |