Revision deb9d144

b/ui/static/main.css
222 222
#createcontainer {
223 223
    margin-top: 20px;
224 224
    margin-bottom: 10px;
225
    display:none;
226 225
}
227 226

  
228 227
#create {
229 228
    background-color: #FF7F2A;
230 229
    color: #000;
231 230
    cursor: pointer;
232
    display: none;
233 231
    padding: 7px 24px;
234 232
    margin: 0 0 0 -36px;
235 233
    width: 125px;
......
2046 2044
.large-spinner {
2047 2045
    background: url("./icons/indicators/large/progress.gif");
2048 2046
    margin-left: 298px;
2049
    margin-top: 80px;
2047
    margin-top: 30px;
2050 2048
    height: 31px;
2051 2049
    width: 31px;
2052 2050
    position: absolute;
2053 2051
}
2054 2052

  
2053
.list .large-spinner {
2054
    margin-top:-50px;
2055
}
2056

  
2057
.single .large-spinner {
2058
    margin-top:-45px;
2059
}
2060

  
2055 2061
/* tables in list view */
2056 2062
div.list div.dataTables_filter,  div.list div.dataTables_filter input{
2057 2063
    font-size: 9pt;
......
3025 3031
#add-machines-wizard img.list-logo {
3026 3032
    margin: 2px 1px 1px;
3027 3033
}
3034

  
3035
.css-panes {
3036
    clear: both;
3037
}
b/ui/static/synnefo.js
1213 1213
function showWelcome() {
1214 1214
    $("#view-select").fadeOut("fast");
1215 1215
    $("#emptymachineslist").fadeIn("fast");
1216
    $("#create").css("display", "inline");
1217
    $("#createcontainer").fadeIn("fast");
1218
    $("#beforecreate").fadeIn("fast");
1219 1216
    $("#machinesview").hide();
1220 1217
}
1221 1218

  
......
1224 1221
    $("#emptymachineslist").fadeOut("fast");
1225 1222
    $("#view-select").fadeIn("fast");
1226 1223
    $("div#view-select").show();
1227
    $("#create").css("display", "inline");
1228
    $("#createcontainer").fadeIn("fast");
1229
    $("#beforecreate").fadeIn("fast");
1230 1224
    $("#machinesview").show();
1231 1225
}
1232 1226

  
b/ui/templates/machines_single.html
114 114
    Go through the servers in the input data. Update existing entries, add
115 115
    new ones to the list
116 116
    */
117

  
118 117
    $.each(data.servers.values, function(i,server){
119 118

  
120 119
        existing = $('#machinesview-single.single #' + server.id);

Also available in: Unified diff