Revision 7dda8900

b/ui/static/main.css
891 891
}
892 892

  
893 893
div.list table thead tr th, div.list table tfoot tr th {
894
	background-color: #e6EEEE;
894
    font-weight: normal; 
895
	background-color: #E6EEEE;
895 896
	border: 1px solid #FFF;
896 897
	padding: 4px;
897 898
}
......
903 904
	cursor: pointer;
904 905
}
905 906

  
907
div.list table thead tr .header#group, div.list table thead tr .header#name{
908
    width: 80px;
909
}
910

  
911
div.list table thead tr .header#ip {
912
    width: 180px;
913
}
914

  
915
div.list table thead tr th#selection, div.list table thead tr th#os {
916
    width: 10px;
917
}
918

  
906 919
div.list table tbody td {
907 920
	color: #3D3D3D;
908 921
	padding: 4px;
909 922
	background-color: #FFF;
910
	vertical-align: bottom;
923
	vertical-align: middle;
911 924
}
912 925

  
913 926
div.list table tbody tr.odd td {
914
	background-color:#F0F0F6;
927
	background-color:#FFF;
915 928
}
916 929

  
917 930
div.list table thead tr .headerSortUp {
b/ui/templates/list.html
23 23
    <table>
24 24
        <thead> 
25 25
            <tr> 
26
                <th></th> 
27
                <th>OS</th> 
28
                <th>Name</th> 
29
                <th>IP</th> 
30
                <th>Group</th>
31
                <th>Status</th> 
26
                <th id="selection"></th> 
27
                <th id="os">OS</th> 
28
                <th id="name">Name</th> 
29
                <th id="ip">IP</th> 
30
                <th id="group">Group</th>
31
                <th id="status">Status</th> 
32 32
            </tr> 
33 33
        </thead> 
34 34
        <tbody class="running">
......
38 38
                <td><a class="name"><span class="name">node.name</span></a></td> 
39 39
                <td><a class="ip"><span class="public">node.public_ip</span></a></td>
40 40
                <td>group</td>
41
                <td class="status state">Running</td>    
41
                <td>Running</td>    
42 42
            </tr>
43 43
        </tbody>
44 44
    </table>
......
46 46
    <table>
47 47
        <thead> 
48 48
            <tr> 
49
                <th></th> 
50
                <th>OS</th> 
51
                <th>Name</th> 
52
                <th>IP</th> 
53
                <th>Group</th>
54
                <th>Status</th> 
55
            </tr> 
49
                <th id="selection"></th> 
50
                <th id="os">OS</th> 
51
                <th id="name">Name</th> 
52
                <th id="ip">IP</th> 
53
                <th id="group">Group</th>
54
                <th id="status">Status</th> 
55
            </tr>  
56 56
        </thead> 
57 57
        <tbody class="terminated"></tbody>
58 58
    </table>

Also available in: Unified diff