diff --git a/static/index.html b/static/index.html index dd0f925b6..7aca5e91a 100644 --- a/static/index.html +++ b/static/index.html @@ -78,23 +78,26 @@ background: -ms-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D); background: -o-linear-gradient(#565656, #4C4C4C 50%, #424242 51%, #2D2D2D); */ - } + } + .label { + text-align: left; + } input[type="text"] { font-weight: bold; - font-size: 14px; + font-size: 17px; padding: 5px; width: 245px; outline: none; } input[type="submit"] { - height: 30px; + height: 35px; width: 40px; }