Revision 3ad881fd

b/ui/static/main.css
1549 1549
    padding-left: 5px;
1550 1550
}
1551 1551

  
1552
#metadata-wizard .metadata-key-label {
1553
    width: 110px;
1554
    float: left;
1555
}
1556

  
1557
#metadata-wizard .metadata-label {
1558
    float: left;
1559
    width: 110px;
1560
    padding-left: 5px;
1561
}
1562

  
1563
#metadata-wizard .last {
1564
    width: auto;
1565
    padding-left: 12px;
1566
}
1567

  
1568
#metadata-wizard .metadata-labels {
1569
    margin-bottom: 10px;
1570
    font-weight: bold;
1571
    height: 10px;
1572
    width: 400px;
1573
    color: #4085A5; 
1574
}
1575

  
1576

  
1552 1577
#metadata-wizard .metadata-value {
1553 1578
    width: auto;
1554 1579
}
......
1604 1629
    margin: 10px 0 0 0;
1605 1630
    background-color: #FF6600;
1606 1631
    border-color: #FF6600;
1632
    padding-left: 1.5em;
1633
    padding-right: 1.5em;
1634
    width: auto;
1607 1635
}
1608 1636

  
1609 1637
#metadata-wizard button.create:hover, #add-machines-wizard button.add:hover {
......
1611 1639
    border-color: #FF9651;
1612 1640
}
1613 1641

  
1642
#metadata-wizard .metadata-pair-template .editbuttons .save {
1643
    background-color: #fff;
1644
}
1645

  
1646
#metadata-wizard .metadata-pair-template .editbuttons .save:hover {
1647
    background-color: #fff !important;
1648
}
1649

  
1614 1650
#metadata-wizard .editbuttons {
1615 1651
    margin-top: 4px;
1616 1652
    margin-right: 0;
......
3581 3617
    width: 160px;
3582 3618
    filter: alpha(opacity = 80);
3583 3619
    position: relative;
3620
    width: 126px;
3584 3621
}
3585 3622

  
3586 3623
.single .toggler {
......
4080 4117
}
4081 4118

  
4082 4119
.ip-version-label {
4083
    font-size: 0.7em;
4084
    font-weight: bold;
4120
    font-size: 0.8em;
4085 4121
    padding: 0.3em;
4086
    background-color: #74AEC9;
4087
    color: #fff;
4122
    background-color: #C4DDE9;
4123
    color: #000;
4088 4124
    margin-top: -2px;
4089 4125
    vertical-align: middle;
4090 4126
}
......
4099 4135
}
4100 4136

  
4101 4137
.tooltip {
4102
    background-color: #72ADC8;
4103
    color: #fff;
4138
    background-color: #C4DDE9;
4139
    color: #000;
4104 4140
    font-size: 0.7em;
4105 4141
    padding: 0.2em 0.5em;
4106
    border: 1px solid #444;
4142
    border: 1px solid #888;
4107 4143
}
4108 4144

  
4145

  

Also available in: Unified diff