diff --git a/frontend/css/cvm.css b/frontend/css/cvm.css index 462c376..9b8267c 100644 --- a/frontend/css/cvm.css +++ b/frontend/css/cvm.css @@ -40,7 +40,7 @@ table th { text-align: left; - background-color: #12005E; + background-color: #31305E; color: white; padding: 3px 4px; } @@ -51,16 +51,31 @@ td padding: 4px 4px 0px 4px; } +table.vertical th +{ + padding: 3px 7px; +} + td.container-status img { margin-top: 3px; } +table.vpsinfo +{ + border: 2px solid #31305E; +} + table.vpsinfo td { padding: 2px 13px; } +table.vpsinfo th +{ + width: 150px; +} + .clear { clear: both; diff --git a/frontend/templates/vps.overview.tpl b/frontend/templates/vps.overview.tpl index 3770082..ccfc750 100644 --- a/frontend/templates/vps.overview.tpl +++ b/frontend/templates/vps.overview.tpl @@ -42,58 +42,56 @@
-
-

VPS configuration

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Status - <%if status == running> - Running - <%/if><%if status == stopped> - Stopped - <%/if><%if status == suspended> - Suspended - <%/if><%if status == unknown> - Unknown - <%/if> -
Server location<%?server-location>
Operating system<%?operating-system>
IPv4 Addresses98.142.213.226, 204.12.235.84
IPv6 Addresses2607:f7a0:1:1::24:6
Guaranteed RAM<%?guaranteed-ram>
Burstable RAM<%?burstable-ram>
Disk space<%?disk-space>
Traffic<%?total-traffic-limit>
Bandwidth<%?bandwidth-limit>
-
+

VPS configuration

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status + <%if status == running> + Running + <%/if><%if status == stopped> + Stopped + <%/if><%if status == suspended> + Suspended + <%/if><%if status == unknown> + Unknown + <%/if> +
Server location<%?server-location>
Operating system<%?operating-system>
IPv4 Addresses98.142.213.226, 204.12.235.84
IPv6 Addresses2607:f7a0:1:1::24:6
Guaranteed RAM<%?guaranteed-ram>
Burstable RAM<%?burstable-ram>
Disk space<%?disk-space>
Traffic<%?total-traffic-limit>
Bandwidth<%?bandwidth-limit>