Revision 6a3a5bf7 ui/static/main.css

b/ui/static/main.css
1890 1890
}
1891 1891

  
1892 1892
div.action_error {
1893
    width: 80px;
1894
    height: 60px;
1895
    padding: 5px;
1896
    margin: -2px 0 0 595px;
1897
    background-color: #4085A5;
1893
    width: 120px;
1894
    margin: 14px 0 0 37px;
1895
    background-color: #981D1D;
1898 1896
    font-size: 75%;
1899
    line-height: 1.5;
1900 1897
    z-index:1;
1901
    color: #FF7F2A;
1898
    color: #FFF;
1902 1899
    position:absolute;
1903 1900
    top: 0px;
1904 1901
}
1905 1902

  
1903
div.action_error .action-error-msg {
1904
    background-color: #fff;
1905
    color: #981D1D;
1906
    border: 1px solid #981D1D;
1907
    padding: 4px;
1908
}
1909
div.action_error .action-error-msg .action {
1910
    font-weight: bold;
1911
}
1912

  
1913
div.action_error .action-error-msg {
1914
    font-size: 0.8em;
1915
}
1916

  
1906 1917
.action_error button {
1907
    width: 80px !important;
1918
    width: 75px;
1908 1919
    background-color: transparent;
1909 1920
    border: 1px solid;
1910
    padding: 0px;
1911
    border-color: #FF7F2A;
1921
    border-color: #981D1D;
1922
    color: #fff !important;
1923
    float: left;
1912 1924
}
1913 1925

  
1914 1926
div.action_error button.details {
1915
    margin: 5px 0 0 0px;
1916
    padding: 0 15px;
1927
    padding-right: 5px;
1928
    width: 100px;
1929
    border-bottom: 2px solid #981D1D;
1930
    border-right: 1px solid #981D1D;
1931
    border-left: 2px solid #981D1D;
1932
    background-color: #E24B4B;
1933
}
1934

  
1935
div.action_error button.close-action-error {
1936
    background-image: url("./option-action-remove.png");
1937
    background-color: #fff;
1938
    background-repeat: no-repeat;
1939
    background-position: center center;
1940
    width: 20px;
1941
    border-bottom: 2px solid #981D1D;
1942
    border-right: 2px solid #981D1D;
1943
    border-top: 1px solid #981D1D;
1917 1944
}
1918 1945

  
1919 1946
div.action_error button.details:hover {
......
3240 3267
    margin: 15px 53px 0 0px !important
3241 3268
}
3242 3269

  
3270
.icon div.action_error {
3271
    font-size: 100%;
3272
}
3273

  
3243 3274
.single div.action_error {
3244
    margin: 2px 0px 0 605px !important;
3245
    position: relative;
3275
    position: absolute;
3276
    top: 29px;
3277
    right: 35px;
3246 3278
}
3247 3279

  
3248 3280
.single .column2 {

Also available in: Unified diff