Revision 336ddd59 snf-cyclades-app/synnefo/ui/static/snf/css/main.css

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
4833 4833
}
4834 4834

  
4835 4835
#loading-view {
4836
    width: 600px;
4836
    width: 400px;
4837 4837
    margin: 0 auto;
4838 4838
    padding: 20px 0;
4839 4839
    font-size: 0.8em;
4840 4840
}
4841 4841

  
4842
#loading-view .header.off {
4843
    color: #829096;
4844
}
4845

  
4846
#loading-view .header.on {
4847
    color: #fff;
4848
    background-image: url("../images/icons/indicators/small/progress.gif");
4849
}
4850

  
4851
#loading-view .header.done {
4852
    color: #2B6681;
4853
    background-image: url("../images/check.png");
4854
}
4855

  
4856
#loading-view .header {
4857
    font-size: 0.9em;
4858
    text-align: left;
4859
    border-bottom: 1px solid #578BA3;
4860
    margin-bottom: 10px;
4861
    padding-bottom: 6px;
4862
    background-repeat: no-repeat;
4863
    background-position: 380px 0px;
4864
}
4865

  
4842 4866
#loading-view .header span {
4843 4867
    font-weight: bold;
4844 4868
    color: #4085A5;

Also available in: Unified diff