Tweaked table width to fixed and corrected spelling error

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-22 13:04:16 +00:00
parent 8e9aa304e3
commit 8b23a08217
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ div.incident {
table{ table{
background:#fff; background:#fff;
table-layout:fixed;
} }
table th, table td { table th, table td {

View File

@@ -51,7 +51,7 @@
{if $sites} {if $sites}
<table class="bordered-table" name="sites_list_table"><!--Services table --> <table class="bordered-table" name="sites_list_table"><!--Services table -->
<thead> <thead>
<th>Sites</th> <th>Site</th>
<th>Description</th> <th>Description</th>
<th>Action</th> <th>Action</th>
</thead> </thead>