Compare commits
No commits in common. "da4af3b7db401c404abe48e26aaefb22077da09f" and "0f03f9301026d7babe96c4c3a32d75b92ef00971" have entirely different histories.
da4af3b7db
...
0f03f93010
|
@ -9,6 +9,7 @@
|
||||||
--window-margin: 10px;
|
--window-margin: 10px;
|
||||||
--window-width: 360px; /* Equal to width of add-ons panel */
|
--window-width: 360px; /* Equal to width of add-ons panel */
|
||||||
--window-height: 515px; /* Equal to height add-ons panel */
|
--window-height: 515px; /* Equal to height add-ons panel */
|
||||||
|
--scrollbar-width: 5px; /* Estimated! */
|
||||||
|
|
||||||
--toggle-margin-left: 15px;
|
--toggle-margin-left: 15px;
|
||||||
--toggle-margin-right: 5px;
|
--toggle-margin-right: 5px;
|
||||||
|
@ -91,7 +92,8 @@ body {
|
||||||
color: var(--text-normal);
|
color: var(--text-normal);
|
||||||
width: var(--window-width);
|
width: var(--window-width);
|
||||||
height: var(--window-height);
|
height: var(--window-height);
|
||||||
padding: 0 var(--window-margin);
|
padding-left: var(--window-margin);
|
||||||
|
padding-right: calc(var(--window-margin) + var(--scrollbar-width));
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
<head>
|
<head>
|
||||||
<link href='popup.css' rel='stylesheet' type='text/css'>
|
<link href='popup.css' rel='stylesheet' type='text/css'>
|
||||||
<script src="popup.js" type="text/javascript"></script>
|
<script src="popup.js" type="text/javascript"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -44,52 +43,52 @@
|
||||||
<ul id="other" class="flat reveal-slow">
|
<ul id="other" class="flat reveal-slow">
|
||||||
<li>
|
<li>
|
||||||
<label for="subjective">Subjective</label>
|
<label for="subjective">Subjective</label>
|
||||||
<input type="text" id="subjective" name="subjective" placeholder="e.g. he, they" disabled>
|
<input type="text" id="subjective" name="subjective" placeholder="e.g. he, they">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="objective">Objective</label>
|
<label for="objective">Objective</label>
|
||||||
<input type="text" id="objective" name="objective" placeholder="e.g. her, them" disabled>
|
<input type="text" id="objective" name="objective" placeholder="e.g. her, them">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="possessive">Possessive</label>
|
<label for="possessive">Possessive</label>
|
||||||
<input type="text" id="possessive" name="possessive" placeholder="e.g. his, their" disabled>
|
<input type="text" id="possessive" name="possessive" placeholder="e.g. his, their">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="adjective">Adjective</label>
|
<label for="adjective">Adjective</label>
|
||||||
<input type="text" id="adjective" name="adjective" placeholder="e.g. hers, theirs" disabled>
|
<input type="text" id="adjective" name="adjective" placeholder="e.g. hers, theirs">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="reflexive">Reflexive</label>
|
<label for="reflexive">Reflexive</label>
|
||||||
<input type="text" id="reflexive" name="reflexive" placeholder="e.g. himself, themself" disabled>
|
<input type="text" id="reflexive" name="reflexive" placeholder="e.g. himself, themself">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="honorific-abbr">Honorific abbr.</label>
|
<label for="honorific-abbr">Honorific abbr.</label>
|
||||||
<input type="text" id="abbr" name="honorific-abbr" placeholder="e.g. Ms., Mx." disabled>
|
<input type="text" id="abbr" name="honorific-abbr" placeholder="e.g. Ms., Mx.">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="honorific">Honorific</label>
|
<label for="honorific">Honorific</label>
|
||||||
<input type="text" id="honorific" name="honorific" placeholder="e.g. mister, mix" disabled>
|
<input type="text" id="honorific" name="honorific" placeholder="e.g. mister, mix">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="noun-adult">Adult noun</label>
|
<label for="noun-adult">Adult noun</label>
|
||||||
<input type="text" id="adult" name="adult-noun" placeholder="e.g. woman, person" disabled>
|
<input type="text" id="adult" name="adult-noun" placeholder="e.g. woman, person">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="noun-child">Child noun</label>
|
<label for="noun-child">Child noun</label>
|
||||||
<input type="text" id="child" name="child-noun" placeholder="e.g. boy, kid" disabled>
|
<input type="text" id="child" name="child-noun" placeholder="e.g. boy, kid">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li id="other-final">
|
<li id="other-final">
|
||||||
<label for="plurality">Conjugates</label>
|
<label for="plurality">Conjugates</label>
|
||||||
<select id="plurality" name="conjugates" disabled>
|
<select id="plurality" name="conjugates">
|
||||||
<option value="singular">singular</option>
|
<option value="singular">singular</option>
|
||||||
<option value="plural">plural</option>
|
<option value="plural">plural</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue