diff --git a/bootstrap/webapp/templates/layout.html b/bootstrap/webapp/templates/layout.html index 175fa15..3517de0 100644 --- a/bootstrap/webapp/templates/layout.html +++ b/bootstrap/webapp/templates/layout.html @@ -55,6 +55,11 @@ width: 70px; } + input[type=checkbox] { + min-width: 50px; + width: 50px; + } + select { min-width: 300px; } @@ -197,6 +202,8 @@ + + {% block script %}