Revision b1272faa ui/static/main.css

b/ui/static/main.css
1658 1658
}
1659 1659

  
1660 1660
#networks-container {
1661
    height: 500px;
1661
    min-height: 500px;
1662 1662
}
1663 1663

  
1664 1664
#networks-createcontainer {
......
1681 1681
div.network {
1682 1682
    clear: both;
1683 1683
    color: #666666;
1684
    height: 65px;
1684
    min-height: 65px;
1685 1685
    margin: 30px 0 0 -30px;
1686 1686
    padding: 3px 20px 0 4px;
1687 1687
    width: 500px;
......
1799 1799
    width: 10px;
1800 1800
}
1801 1801

  
1802
.private-network {
1802
#private-networks {
1803 1803
    margin-top: 20px;
1804 1804
}
1805 1805

  
......
1832 1832
    margin-top: 17px !important;
1833 1833
}
1834 1834

  
1835
.private-network .separator {
1835
.network-separator {
1836 1836
    background-color: #DCDCDC;
1837 1837
    height: 1px;
1838 1838
    margin: 2px 0 0 -5px;
1839 1839
    width: 480px;
1840 1840
}
1841

  
1842
.network-contents {
1843
    margin-left: -4px;
1844
    width: 524px;
1845
    clear: both;
1846
    padding-bottom: 7px;
1847
}
1848

  
1849
.network-machine .state div {
1850
    text-align: left;
1851
}
1852

  
1853
.network-machine {
1854
    margin-left: 73px;
1855
    padding-bottom: 5px;
1856
    padding-left: 5px;
1857
    padding-top: 10px;
1858
    margin-top: 2px;
1859
}
1860

  
1861
.network-machine .logo {
1862
    float:left;
1863
    padding-right: 10px;
1864
}
1865

  
1866
#networks-container .machine-name {
1867
    text-decoration: none !important;
1868
    margin-bottom: 10px;
1869
    color: #000000;
1870
    margin-top: -4px;
1871
}
1872

  
1873
div.network div.machine-actions {
1874
    float: right;
1875
    width: 100px;
1876
    margin:0px -100px 0 0;
1877
    font-weight: normal;
1878
}
1879

  
1880
.discreet {
1881
    color: #969696;
1882
}
1883

  
1884
.network-contents-start-separator {
1885
    height: 3px;
1886
    background-color: #87AADE;
1887
    margin-bottom: 15px;
1888
    margin-left: 78px;
1889
    width: 425px;
1890
}
1891

  
1892
.network-contents-end-separator {
1893
    height: 3px;
1894
    background-color: #87AADE;
1895
    margin-top: 7px;
1896
    margin-left: 15px;
1897
    width: 488px;
1898
}
1899

  
1900
.network-machine .state {
1901
    margin-right: 18px;
1902
}
1903

  
1904
.network-machine .state .status {
1905
    margin-bottom: 4px;
1906
}
1907

  
1908
.machine-name .name {
1909
    margin-top: -10px !important;
1910
}
1911

  
1912
.machine-name .namecontainer {
1913
    line-height: 18px;
1914
    margin-bottom: 20px;
1915
}
1916

  
1917
.network-machine:hover {
1918
    background-color: #B3B3B3;
1919
}
1920

  
1921
.machines {
1922
    margin: 2px 0 0 73px;
1923
    width: 430px;
1924
    background-color: #B3B3B3;
1925
}
1926

  
1927
.firewall-on {
1928
    color: #42E342;
1929
}
1930

  
1931
.firewall-off {
1932
    color: #F82E2E;
1933
}
1934

  
1935
div.network-machine div.machine-actions a {
1936
    color: transparent;
1937
    margin: 0 0 5px 8px;
1938
    display: block;
1939
}
1940

  
1941
div.network-machine div.machine-actions a:hover {
1942
    color: black !important;
1943
    text-decoration: underline;
1944
    display: block;
1945
}
1946

  
1947
.network-machine:hover .machine-actions a {
1948
    color: #3d3d3d;
1949
    display: block;
1950
}
1951

  
1952
.firewall-content {
1953
    color: black;
1954
    font-size: 60%;
1955
    margin-left: 60px;
1956
}
1957

  
1958
.firewall-content .checkbox-legends {
1959
    vertical-align: text-top;
1960
}
1961

  
1962
.checkbox-legends a {
1963
    color: black;
1964
    text-decoration: underline;
1965
    font-size: 100%;
1966
}
1967

  
1968
.machine-connect {
1969
    color:black !important;
1970
    text-decoration: underline !important;
1971
}
1972

  
1973
.firewall-contents-start-separator {
1974
    background-color: #808080;
1975
    height: 2px;
1976
    margin-bottom: 5px;
1977
    width: 365px;
1978
}
1979

  
1980
.firewall-contents-end-separator {
1981
    background-color: #808080;
1982
    height: 2px;
1983
    margin-left: -60px;
1984
    margin-top: 5px;
1985
    width: 425px;
1986
}
1987

  
1988
.firewall-apply {
1989
    background-color: #666666;
1990
    border: medium none;
1991
    float: right;
1992
    font-size: 105%;
1993
    height: 18px;
1994
    margin-right: 20px;
1995
    margin-top: 3px;
1996
    width: 75px;
1997
}

Also available in: Unified diff