Revision 54417a11 ui/static/main.css

b/ui/static/main.css
242 242
}
243 243

  
244 244
#ie-fix {
245
    z-index: 1000;
245
    z-index: 600;
246 246
    position: relative;
247 247
}
248

  
248 249
#createcontainer {
249 250
    margin-top: 20px;
250 251
    margin-bottom: 10px;
251
    z-index: 1000;
252
    z-index: 800;
252 253
}
253 254

  
254 255
#create {
......
1867 1868
    margin-top: 15px;
1868 1869
}
1869 1870

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

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

  
1882
#error-success strong, #notification-box strong {
1883
.error-report {
1884
    display: none;
1885
}
1886

  
1887
#error-success .error-report {
1888
    position: absolute;
1889
    top: 140px;
1890
    right: 40px;
1891
}
1892

  
1893
.error .error-report {
1894
    display: block;
1895
}
1896

  
1897
#error-success .error-report .errormsg {
1898
    display: none;
1899
}
1900

  
1901
#error-success .error-report .success {
1902
    display: none;
1903
}
1904

  
1905
#error-success .error-report .sending {
1906
    display: none;
1907
}
1908

  
1909
#error-success .error-report .send-btn {
1910
    color: #4085A5;
1911
    text-decoration: underline;
1912
    cursor: pointer;
1913
}
1914

  
1915
#error-success strong, .notification-box strong {
1883 1916
    color: #F49C1A;
1884 1917
}
1885 1918

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

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

  
1929 1962

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

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

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

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

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

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

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

  
1994
#error-success .popup-details {
2027
#error-success .popup-details, .notification-box .popup-details {
1995 2028
    border: 2px solid #FF7F2A;
1996 2029
    float: left;
1997 2030
    margin-left: 10px;
1998 2031
    padding: 2px;
1999 2032
}
2000 2033

  
2001
#error-success.success .popup-details {
2034
#error-success.success .popup-details, .notification-box .popup-details {
2002 2035
    border: none !important;
2003 2036
    float: none !important;
2004 2037
    margin-left: none !important;
2005 2038
    margin-top: 10px;
2006 2039
}
2007 2040

  
2008
#error-success.success .popup-separator {
2041
#error-success.success .popup-separator, .notification-box .popup-seperator {
2009 2042
    margin-bottom: 14px !important;
2010 2043
}
2011 2044

  
2012
#error-success .write-password {
2045
#error-success .write-password, .notification-box .write-password {
2013 2046
    margin-bottom: 5px;
2014 2047
    padding-left: 30px;
2015 2048
}
2016 2049

  
2017
#error-success .write-password-password {
2050
#error-success .write-password-password, .notification-box .write-password-password {
2018 2051
    padding-left: 30px;
2019 2052
    color: #447821;
2020 2053
    display: inline;
......
2022 2055
    font-weight: bold;
2023 2056
}
2024 2057

  
2025
#error-success .write-password-details {
2058
#error-success .write-password-details, .notification-box .write-password-details {
2026 2059
    font-size: 75%;
2027 2060
}
2028 2061

  
......
2030 2063
    display: block;
2031 2064
}
2032 2065

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

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

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

  
2045
#notification-box .password {
2078
.notification-box .password {
2046 2079
    text-align: center;
2047 2080
}
2048
#notification-box .password a:hover {
2081
.notification-box .password a:hover {
2049 2082
    background-color: #447821;
2050 2083
    color: #fff;
2051 2084
}
2052 2085

  
2053
#notification-box .password a {
2086
.notification-box .password a {
2054 2087
    padding: 0.2em;
2055 2088
    text-align: center;
2056 2089
    color: #447821;
......
2205 2238
    font-size: 75%;
2206 2239
    margin-top: 38px;
2207 2240
    padding-bottom: 10px;
2208
    z-index: 400;
2241
    z-index: 8000;
2209 2242
    position: absolute;
2210 2243
    right:0;
2211 2244
}
......
2271 2304
    border-top:1px solid #fff;
2272 2305
    position: relative;
2273 2306
    top: 1px;
2307
    box-shadow: 1px 1px 1px #aaa;
2308
    -moz-box-shadow: 1px 1px 1px #aaa;
2309
    -webkit-box-shadow: 1px 1px 1px #aaa;
2310
    z-index: 2000;
2274 2311
}
2275 2312

  
2276 2313
div#user .useractions li {
2277
    padding: 5px 10px;
2314
    padding: 2px 10px;
2278 2315
    border-bottom: 1px solid #efefef;
2279 2316
    text-align: right;
2280 2317
    display: block;
......
3943 3980
.machine-container .separator {
3944 3981
    background-color: #B0D1E0;
3945 3982
}
3983

  
3984
#feedback-form .empty-error-msg {
3985
    display: none;
3986
}
3987

  
3988
#feedback-form .data-text {
3989
    display: none;
3990
}
3991

  
3992
#feedback-form .message {
3993
    display: none;
3994
}
3995

  
3996
#feedback-form label {
3997
    display: block;
3998
}
3999

  
4000
#feedback-form label.inline {
4001
    display: inline;
4002
    padding-left: 5px;
4003
}
4004

  
4005
#feedback-form p {
4006
    padding: 1em 0;
4007
    color: #444;
4008
}
4009

  
4010
#feedback-form .description {
4011
    font-style: italic;
4012
    font-size: 0.9em;
4013
    color: #888;
4014
    padding-left: 2px;
4015
}
4016

  
4017
#feedback-form .feedback-text {
4018
    width: 98%;
4019
    height: 100px;
4020
    margin-top: 10px;
4021
    margin-bottom: 10px;
4022
}
4023

  
4024
#feedback-form  .submit {
4025
    margin-top: 10px;
4026
    background-color: #4085A5;
4027
    color: #fff;
4028
    float: right;
4029
    border: 1px solid #445566;
4030
    padding: 5px;
4031
    cursor: pointer;
4032
    font-size: 0.9em;
4033
}
4034

  
4035
.popup-body .message {
4036
    padding: 20px 5px;
4037
    display: none;
4038
}
4039

  
4040
.popup-body .loading {
4041
    color: #fff;
4042
}
4043

  
4044
.popup-body .success {
4045
    color: #1F921A;
4046
}
4047

  
4048
.popup-body .errormsg {
4049
    color: #E32424;
4050
}
4051

  
4052

  
4053
.close-msg-box {
4054
    display: block;
4055
    margin-top: 10px;
4056
    cursor: pointer;
4057
    color: #4085A5;
4058
    text-decoration: underline;
4059
}

Also available in: Unified diff