Revision 7d4f351b ui/static/main.css

b/ui/static/main.css
1418 1418
}
1419 1419

  
1420 1420
#networks.separator {
1421
    background-color: #9d6d6a;
1421
    background-color: #6c535d;
1422 1422
}
1423 1423

  
1424 1424
#desktops.separator {
......
1642 1642
    bottom: 0;
1643 1643
    position: fixed;
1644 1644
}
1645

  
1646
/* Networks */
1647
#networkscreate {
1648
    background-color: #6C535D;
1649
    color: #FFFFFF;
1650
    cursor: pointer;
1651
    padding: 6px 24px;
1652
    text-decoration: none;
1653
    width: 125px;
1654
}
1655

  
1656
#networks-container {
1657
    height: 500px;
1658
}
1659

  
1660
#networks-createcontainer {
1661
    margin-left: -36px;
1662
    margin-top: 17px;  
1663
}
1664

  
1665
div.network a.action-network-add {
1666
    display: none;
1667
}
1668

  
1669
div.network a.action-netowrk-edit {
1670
    display: none;
1671
}
1672

  
1673
div.network a.action-network-destroy {
1674
    display: none;
1675
}
1676

  
1677
div.network {
1678
    clear: both;
1679
    color: #666666;
1680
    height: 65px;
1681
    margin: 30px 0 0 -30px;
1682
    padding: 3px 20px 0 4px;
1683
    width: 500px;
1684
}
1685

  
1686
.network a {
1687
    color: #3d3d3d;
1688
    font-weight: normal;
1689
    text-decoration: none;
1690
    font-size: 9pt;
1691
}
1692

  
1693
.network a:hover {
1694
    color: #000;
1695
    text-decoration: underline;
1696
}
1697

  
1698
#networks-container .name {
1699
    text-decoration: none !important;
1700
    margin-bottom: 25px;
1701
    color: #000000;
1702
    margin-top: -4px;
1703
}
1704

  
1705
.state {
1706
    float: right;
1707
}
1708

  
1709
.state div {
1710
    text-align: right;
1711
    margin-right: 3px;
1712
}
1713

  
1714
div.network div.actions {
1715
    float: right;
1716
    width: 100px;
1717
    margin:0px -120px 0 0;
1718
    font-weight: normal;
1719
}
1720

  
1721
div.network div.actions a {
1722
    color: transparent;
1723
    margin: 0 0 5px 8px;
1724
    display: block;
1725
}
1726

  
1727
div.actions a.enabled:hover{
1728
    color: black !important;
1729
    text-decoration: underline;
1730
    display: block;
1731
}
1732

  
1733
.network:hover .actions a {
1734
    color: #3d3d3d;
1735
    display: block;
1736
}
1737

  
1738
div.network div.display a{
1739
    color: #3d3d3d;
1740
    display: block;
1741
}
1742

  
1743
div.network div.actions a.selected:hover {
1744
    color: orange;
1745
}
1746

  
1747
.network:hover {
1748
    background-color:#dcdcdc;
1749
}
1750

  
1751
.network .mini-separator {
1752
    width: 510px;
1753
    height: 5px;
1754
    background-color: #6C535D;
1755
    margin-left: -10px;
1756
    margin-top: 30px;
1757
}
1758

  
1759
.network-logos {
1760
    float:left;
1761
    padding-right: 10px;
1762
}
1763

  
1764
#networks-container .settings {
1765
    color: #000000;
1766
}
1767

  
1768
#networks-container .network-type {
1769
    float: right;
1770
    margin-top: -4px;
1771
    margin-right: 15px;
1772
}
1773

  
1774
#networks-container .indicator {
1775
    background-color: #87AADE;
1776
    border-color: white;
1777
    border-style: solid;
1778
    border-width: 2px 3px 2px 2px;
1779
}
1780

  
1781
.state div {
1782
    margin-right: 3px;
1783
    text-align: right;
1784
}
1785

  
1786
div.indicator {
1787
    clear: none;
1788
    float: right;
1789
    height: 11px;
1790
    margin: 3px -1px;
1791
    width: 10px;
1792
}
1793

  
1794
.private-network {
1795
    margin-top: 50px;
1796
}
1797

  
1798
span.rename-network, span.configure {
1799
    background-repeat: no-repeat;
1800
    color: transparent;
1801
    font-size: 9pt;
1802
    font-weight: normal;
1803
    margin-left: 10px;
1804
    padding-left: 10px;
1805
    text-align: left;
1806
}
1807

  
1808
span.rename-network {
1809
    cursor: pointer;
1810
}
1811

  
1812
div.name:hover span.rename-network {
1813
    color: #3D3D3D;
1814
    margin-top: 0.4em;
1815
    background-image: url(/static/pencil.png);
1816
    background-position: 0 3px;
1817
}
1818

  
1819
.network:hover a.rename {
1820
    color: #3d3d3d;
1821
}
1822

  
1823
.action-network-destroy {
1824
    margin-top: 17px !important;
1825
}
1826

  
1827
.private-network .separator {
1828
    background-color: #DCDCDC;
1829
    height: 1px;
1830
    margin: 2px 0 0 -5px;
1831
    width: 480px;
1832
}

Also available in: Unified diff