Revision 29772683 ui/static/main.css

b/ui/static/main.css
1867 1867
    margin-top: 15px;
1868 1868
}
1869 1869

  
1870
#error-success {
1870
#error-success, #notification-box {
1871 1871
    z-index: 9999;
1872 1872
    border-bottom: 5px solid #4085A5;
1873 1873
    min-height: 150px;
......
1875 1875
    position: absolute !important;
1876 1876
}
1877 1877

  
1878
#error-success p {
1878
#error-success p, #notification-box p {
1879 1879
    margin-top: 5px;
1880 1880
}
1881 1881

  
1882
#error-success strong {
1882
#error-success strong, #notification-box strong {
1883 1883
    color: #F49C1A;
1884 1884
}
1885 1885

  
1886
#error-success .close {
1886
#error-success .close, #notification-box .close {
1887 1887
    background-image: url("./close-popup.png");
1888 1888
    background-repeat: no-repeat;
1889 1889
    cursor: pointer;
......
1911 1911
    margin-bottom: 5px !important;
1912 1912
}
1913 1913

  
1914
#error-success .popup-header {
1914
#error-success .popup-header, #notification-box .popup-header {
1915 1915
    background-color: #4085A5;
1916 1916
    color: white;
1917 1917
    font-size: 95%;
......
1927 1927
}
1928 1928

  
1929 1929

  
1930
#error-success.success h3 span.header-box{
1930
#error-success.success h3 span.header-box, #notification-box h3 span.header-box {
1931 1931
    background-color: #71c837;
1932 1932
    display: block;
1933 1933
    background-image: url("./save-green.png");
......
1940 1940
    margin-left: -11px;
1941 1941
}
1942 1942

  
1943
#error-success .popup-body {
1943
#error-success .popup-body, #notification-box .popup-body {
1944 1944
    background: url("./popup-bg.png") repeat-x scroll 0 0 transparent;
1945 1945
    margin-left: -16px;
1946 1946
    margin-right: -16px;
......
1949 1949
    padding-top: 10px;
1950 1950
}
1951 1951

  
1952
#error-success .popup-body-inner {
1952
#error-success .popup-body-inner, #notification-box .popup-body-inner {
1953 1953
    background: url("./popup-inner-bg.png") repeat-x scroll 0 0 transparent;
1954 1954
    font-size: 80%;
1955 1955
    min-height: 120px;
......
1958 1958
    width: 460px;
1959 1959
}
1960 1960

  
1961
#error-success .popup-separator {
1961
#error-success .popup-separator, #notification-box .popup-seperator {
1962 1962
    background-color: #74AEC9;
1963 1963
    height: 1px;
1964 1964
    font-size:1%;
......
1976 1976
    padding-bottom: 14px !important;
1977 1977
}
1978 1978

  
1979
#error-success .password-container {
1979
#error-success .password-container, #notification-box .password-container {
1980 1980
    width: 430px;
1981 1981
    padding: 5px;
1982 1982
    border: 2px solid #75b54a;
1983 1983
    background-color: #aade87;
1984 1984
}
1985 1985

  
1986
#error-success .password-header {
1986
#error-success .password-header, #notification-box .password-header {
1987 1987
    margin-bottom: 5px;
1988 1988
}
1989 1989

  
1990
#error-success .password {
1990
#error-success .password, #notification-box .password {
1991 1991
    color: #447821;
1992 1992
}
1993 1993

  
......
2030 2030
    display: block;
2031 2031
}
2032 2032

  
2033
#notification-box h3 span.header-box {
2034
    background: transparent;
2035
}
2036

  
2037
#notification-box .machine-now-building {
2038
    padding: 20px 0;
2039
}
2040

  
2041
#notification-box .header-box {
2042
    width: auto !important;
2043
}
2044

  
2045
#notification-box .password {
2046
    text-align: center;
2047
}
2048
#notification-box .password a:hover {
2049
    background-color: #447821;
2050
    color: #fff;
2051
}
2052

  
2053
#notification-box .password a {
2054
    padding: 0.2em;
2055
    text-align: center;
2056
    color: #447821;
2057
    font-weight: bold;
2058
    font-size: 1.2em;
2059
    text-decoration: none;
2060
}
2061

  
2033 2062
.popup-details a:link, .popup-details a:visited{
2034 2063
    color: black;
2035 2064
}

Also available in: Unified diff