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 th
{ {
text-align: left; text-align: left;
background-color: #12005E; background-color: #31305E;
color: white; color: white;
padding: 3px 4px; padding: 3px 4px;
} }
@ -51,16 +51,31 @@ td
padding: 4px 4px 0px 4px; padding: 4px 4px 0px 4px;
} }
table.vertical th
{
padding: 3px 7px;
}
td.container-status img td.container-status img
{ {
margin-top: 3px; margin-top: 3px;
} }
table.vpsinfo
{
border: 2px solid #31305E;
}
table.vpsinfo td table.vpsinfo td
{ {
padding: 2px 13px; padding: 2px 13px;
} }
table.vpsinfo th
{
width: 150px;
}
.clear .clear
{ {
clear: both; clear: both;

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

Loading…
Cancel
Save