diff --git a/html/style.css b/html/style.css index 84d3a2e..9bc8b5d 100644 --- a/html/style.css +++ b/html/style.css @@ -82,6 +82,8 @@ object, img { .isNOK{ color: #900;} .isOK{ color: #090;} .ip{padding:8px 16px;margin-bottom: 1em;margin-left: 1em} +/* read-only values line up with the text inside the input fields */ +.rotext{display:inline-block;padding:8px 16px;margin-bottom: 1em;margin-left: 1em} .row {display: flex;} .rcol {flex: 90%;} .lcol {flex: 10%;}