Grammalecte  Check-in [8c33d83d25]

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: 8c33d83d256ce61ca37bc11181605d494976739a2bb022ee79a033a4d27a7658
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
#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;

}
#menu li:hover {
    background-color: hsl(210, 10%, 92%);


}


#page {
    background-color: hsl(210, 0%, 100%);
    height: 500px;
    overflow: auto;







>



>
>







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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
#gc_options_page {
    display: none;
    padding: 20px;
}
.opt_subsection {
    margin: 5px 0;
    padding: 10px;
    background-color: hsl(210, 20%, 92%);
    border-radius: 3px;
}
.opt_subsection h2 {
    color: hsl(210, 30%, 50%);
    margin-bottom: 3px;
    font-size: 16px;
    font-family: "Trebuchet MS", sans-serif;
}
.opt_subsection p {
    padding: 2px 3px;
    display: flex;
    align-items: center;
}
.opt_subsection p:hover {
    background-color: hsl(210, 20%, 86%);
    border-radius: 2px;
}
.opt_subsection label {
    flex: 1;
    font-size: 12px;
}
.opt_subsection input {







|














|







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;
    background-color: hsl(210, 20%, 95%);
    border-radius: 3px;
}
.opt_subsection h2 {
    color: hsl(210, 30%, 50%);
    margin-bottom: 3px;
    font-size: 16px;
    font-family: "Trebuchet MS", sans-serif;
}
.opt_subsection p {
    padding: 2px 3px;
    display: flex;
    align-items: center;
}
.opt_subsection p:hover {
    background-color: hsl(210, 20%, 90%);
    border-radius: 2px;
}
.opt_subsection label {
    flex: 1;
    font-size: 12px;
}
.opt_subsection input {

Modified gc_lang/fr/webext/panel/main.html from [88d7997a2b] to [4ad4566068].

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;">
                <img src="../img/LaMouette.png" alt="La Mouette" style="border: 1px solid #C0C0C0" />
              </a>
            </p>
            <p class="center">
              <a id="mainsponsor2" href="#" onclick="return false;">
                <img src="../img/Algoo_logo.png" alt="Algoo" style="border: 1px solid #C0C0C0" />
              </a>
            </p>
            <p class="center">
              <a id="othersponsors" class="link" href="https://www.dicollecte.org/#thanks" onclick="return false;">
                et tous ceux qui l’ont soutenu
              </a>
            </p>
          </div>
        </section> <!-- #home_page -->

        <section id="help_page" class="page">







|




|



|







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;">
                <img src="../img/LaMouette.png" alt="La Mouette" style="border: 1px solid hsl(210, 20%, 80%);" />
              </a>
            </p>
            <p class="center">
              <a id="mainsponsor2" href="#" onclick="return false;">
                <img src="../img/Algoo_logo.png" alt="Algoo" style="border: 1px solid hsl(210, 20%, 80%);" />
              </a>
            </p>
            <p class="center">
              <a id="othersponsors" class="link" href="https://www.dicollecte.org/?thanks" onclick="return false;">
                et tous ceux qui l’ont soutenu
              </a>
            </p>
          </div>
        </section> <!-- #home_page -->

        <section id="help_page" class="page">