Overview
Comment: | [fx] main panel ui adjustment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
8c33d83d256ce61ca37bc11181605d49 |
User & Date: | olr on 2017-08-27 09:19:46 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-28
| ||
14:45 | [fx] grammar checking options check-in: 8c4e3dec4c user: olr tags: fx, webext2 | |
2017-08-27
| ||
09:19 | [fx] main panel ui adjustment check-in: 8c33d83d25 user: olr tags: fx, webext2 | |
07:21 | [build][fx] build gc options for webextension, +panel ui update for options check-in: 5510b54076 user: olr tags: build, fx, webext2 | |
Changes
Modified gc_lang/fr/webext/panel/main.css from [f237fc22d0] to [74b12a3950].
︙ | |||
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | + + + | #menu li { padding: 10px 5px; border-bottom: 1px solid hsl(210, 10%, 90%); text-align: center; cursor: pointer; color: hsl(210, 10%, 50%); list-style-type: none; font-size: 20px; } #menu li:hover { background-color: hsl(210, 10%, 92%); color: hsl(210, 80%, 50%); text-shadow: 0px 0px 1px hsl(210, 100%, 70%); } #page { background-color: hsl(210, 0%, 100%); height: 500px; overflow: auto; |
︙ | |||
164 165 166 167 168 169 170 | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | - + - + | #gc_options_page { display: none; padding: 20px; } .opt_subsection { margin: 5px 0; padding: 10px; |
︙ |
Modified gc_lang/fr/webext/panel/main.html from [88d7997a2b] to [4ad4566068].
︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + - + - + | </p> </div> <div id="thanks"> <p class="center" data-l10n-id="thanks1">Grammalecte remercie</p> <p class="center"> <a id="mainsponsor" href="#" onclick="return false;"> |
︙ |