Website: Monitor task creation styling
This commit is contained in:
parent
5fa0c98d05
commit
5bce3c6fdd
@ -59,9 +59,9 @@
|
|||||||
<popup-title>Create Task: Monitor Publication</popup-title>
|
<popup-title>Create Task: Monitor Publication</popup-title>
|
||||||
<popup-content>
|
<popup-content>
|
||||||
<div>
|
<div>
|
||||||
<p>Every</p>
|
<span>Run every</span>
|
||||||
<label for="hours">Hours: </label><input id="hours" type="number" value="3" min="0" max="23">
|
<label for="hours"></label><input id="hours" type="number" value="3" min="0" max="23"><span>hours</span>
|
||||||
<label for="minutes">Minutes: </label><input id="minutes" type="number" value="0" min="0" max="59">
|
<label for="minutes"></label><input id="minutes" type="number" value="0" min="0" max="59"><span>minutes</span>
|
||||||
<input type="submit" value="Create" onclick="AddMonitorTask()">
|
<input type="submit" value="Create" onclick="AddMonitorTask()">
|
||||||
</div>
|
</div>
|
||||||
</popup-content>
|
</popup-content>
|
||||||
|
@ -323,6 +323,10 @@ popup popup-window popup-content input, select {
|
|||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#createMonitorTaskPopup input[type="number"] {
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
#createDownloadChaptersTask popup-content {
|
#createDownloadChaptersTask popup-content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
Loading…
Reference in New Issue
Block a user