Revision 63bdb96d

b/ui/static/ie.css
66 66
    height: 80px;
67 67
}
68 68

  
69
.editbuttons .cancel, .editbuttons .save {
70
    margin-top: -10px;
69
.editbuttons {
70
    margin-top: -19px !important; 
71 71
}
b/ui/templates/home.html
56 56
    <script src="static/jquery.dataTables.min.js"></script>
57 57
    <script src="static/synnefo.js"></script>
58 58
    <link rel="stylesheet" type="text/css" href="static/main.css"/>
59
    <!--[if IE]><style type="text/css" media="all">@import url(static/ie.css);</style><![endif]-->    
59 60
    <script>
60 61
        //populate available image icons array
61 62
        var os_icons = {{image_icons|safe}};
......
393 394
            }
394 395
        );
395 396

  
396
        //load IE css fixes
397
        if ($.browser.msie) {
398
            $("<link/>", {
399
               rel: "stylesheet",
400
               type: "text/css",
401
               href: "static/ie.css"
402
            }).appendTo("head");
403
        }
404

  
405 397
        //load opera css fixes
406 398
        if ($.browser.opera) {
407 399
            $("<link/>", {

Also available in: Unified diff