Revision d1f55cb0 ui/static/main.css

b/ui/static/main.css
1423 1423
    margin-top: 8px;
1424 1424
}
1425 1425

  
1426
div.list table tr.checked td {
1427
    background-color: #A1C8DB !important;
1428
}
1429

  
1430
div.list table tr:hover td,
1431
div.list table tr.inactive:hover td,
1432
div.list table tr.error:hover td {
1433
    background-color: #A1C8DB;
1434
    color: #fff;
1435
}
1436

  
1437
div.list table td.name {
1438
    min-width: 170px;
1439
}
1440

  
1441
div.list table td.status {
1442
    font-size: 0.9em !important; 
1443
    text-align: right;
1444
    min-width: 90px;
1445
    color: #000;
1446
}
1447

  
1448
div.list table td.flavor {
1449
    font-size: 0.8em;
1450
}
1451

  
1452
div.list table td {
1453
    border-bottom: 1px solid #DDD;
1454
}
1455

  
1456
div.list table tr.error td.status {
1457
    color: #800000 !important;
1458
    font-weight: bold;
1459
}
1460

  
1461
div.list table tr.error td {
1462
    background-color: #DCE5E8;
1463
}
1464

  
1465
div.list table tr.inactive td {
1466
    background-color: #DCE5E8;
1467
}
1468

  
1426 1469
div.list .stopped {
1427 1470
    margin-top: 8px;
1428 1471
}
......
2230 2273
    height: 20px;
2231 2274
}
2232 2275

  
2276
div.list table thead tr {
2277
    border-bottom: 1px solid #aaa;
2278
}
2233 2279
div.list table thead tr th {
2234 2280
    background-color: #CDE2EC;
2235 2281
    background-image: url(bg.gif);

Also available in: Unified diff