Visual changes for VPS list and overview

feature/node-rewrite
Sven Slootweg 13 years ago
parent 2bf0645889
commit 1f38aaf361

@ -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;

@ -42,9 +42,8 @@
<div class="clear"></div>
</div>
<div class="infobox">
<h2>VPS configuration</h2>
<table class="vpsinfo">
<h2>VPS configuration</h2>
<table class="vpsinfo vertical">
<tr>
<th>Status</th>
<td>
@ -95,5 +94,4 @@
<th>Bandwidth</th>
<td><%?bandwidth-limit></td>
</tr>
</table>
</div>
</table>

Loading…
Cancel
Save