summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-04 14:45:35 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-04 14:45:35 +0200
commit7910767b7283e62f03dec5f86e08a796c792080f (patch)
tree9bde717d63fdf3a1caad826022163371a7f810ba /public/assets/css
parent25815ab4916dc8c9e3256cbfe53bea0535930f30 (diff)
list checkpoint and epoch
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/css.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index f5cf73c..9546544 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -240,7 +240,8 @@ section {
.select.param > label,
.button.param > label,
.fileUpload.param > label,
-.textInput.param > label {
+.textInput.param > label,
+.numberInput.param > label {
width: 250px;
}
.select select {
@@ -255,6 +256,11 @@ section {
.fileUpload button {
pointer-events: none;
}
+.numberInput input {
+ width: 60px;
+ text-align: right;
+}
+
/* file list */
.filelist { border: 1px solid #d0d0e0; margin-top: 3px; }