diff --git a/base/rules.db b/base/rules.db index bc51657816e2962ba8d7df24d5425f4810037a86..ecb6814ca12fd2e4802f9135325e7e172e42ddfb 100644 Binary files a/base/rules.db and b/base/rules.db differ diff --git a/static/css/settings.css b/static/css/settings.css index 0c4572955b9d6d45cae613b1c144a2ade2683d95..a5ce9f8af02efa2400bf34ab323ae27219ce2a9f 100644 --- a/static/css/settings.css +++ b/static/css/settings.css @@ -1,4 +1,4 @@ -.save_conf{ +.btn_option{ border-radius: 50px; border-style: solid; color: #FFFFFF; @@ -12,10 +12,13 @@ input.conf{ margin-bottom: 10px; - width: 220px; + width: 180px; } -label{ +.label{ font-size: 12px; color: #5c6cf6; font-weight: bold; + width: 60px; + /*display:block;*/ + text-align: center; } \ No newline at end of file diff --git a/templates/settings.html b/templates/settings.html index a58e58822a57597ad1636725a92732d76cde4afc..11054fbe93c7fa218a13d5242fa99db0ef38d587 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -11,14 +11,20 @@ + +