diff --git a/proxstar/static/css/circle.css b/proxstar/static/css/circle.css index dafa67a..1d1fce4 100644 --- a/proxstar/static/css/circle.css +++ b/proxstar/static/css/circle.css @@ -229,7 +229,7 @@ height: 1em; border-radius: 50%; float: none; - margin: 0 0.1em 0.1em 0; + margin: 0 auto 0.1em auto; background-color: #cccccc; } .c100 *, diff --git a/proxstar/static/css/styles.css b/proxstar/static/css/styles.css index d19bd2e..b662c38 100644 --- a/proxstar/static/css/styles.css +++ b/proxstar/static/css/styles.css @@ -98,7 +98,6 @@ table, th, td { } .resource-usage { - width: 50%; margin: 0px auto; } diff --git a/proxstar/templates/create.html b/proxstar/templates/create.html index df93337..b20160b 100644 --- a/proxstar/templates/create.html +++ b/proxstar/templates/create.html @@ -73,7 +73,7 @@
-
+
CPU Cores {% if percents['cpu'] <= 50 %}
@@ -89,7 +89,7 @@
-
+
Memory (GB) {% if percents['mem'] <= 50 %}
@@ -105,7 +105,7 @@
-
+
Disk (GB) {% if percents['disk'] <= 50 %}