Overview
Comment: | [fx] main panel: label to menu items |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
b6be32c3caa7537c73262d4df3357a59 |
User & Date: | olr on 2018-03-02 23:23:33 |
Original Comment: | [fr] main panel: label to menu items |
Other Links: | manifest | tags |
Context
2018-03-02
| ||
23:36 | [fx] main panel: fix label check-in: e78ddb114f user: olr tags: trunk, fx | |
23:23 | [fx] main panel: label to menu items check-in: b6be32c3ca user: olr tags: trunk, fx | |
18:51 | [fx] CSS: media print: hide grammalecte menu check-in: 2f3395cefd user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/main.css from [6bbd4a3da0] to [7f70e2ba37].
︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | - + - + - + + - + + - - + + + + - + - + | /* Main classes */ html { box-sizing: border-box; |
︙ |
Modified gc_lang/fr/webext/panel/main.html from [8d14026cb9] to [7538b33473].
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + - - - - - + + + + + + + + + + + + + + + + + + + | <header id="menu"> <nav> <header id="logo"> <img src="../img/logo-32.png"> </header> <ul> <div class="select select_block" data-page="home_page"> |
︙ |