Revision 7f5b5a97

b/ui/static/ie.css
186 186
    margin-top: -19px !important;
187 187
}
188 188

  
189
#metadata-wizard .editbuttons {
190
    padding-top: 1px;
191
}
192

  
189 193
#networkscreate {
190 194
    height:20px;
191 195
}
......
224 228
}
225 229

  
226 230
#metadata-wizard .addbuttons {
227
    margin-top: -16.5px;
231
    margin-top: -17px;
228 232
}
229 233

  
230 234
#metadata-wizard .dropdown-container {
......
236 240
    padding-right: 5px;
237 241
}
238 242

  
243
#metadata-wizard .machine-name {
244
    padding-top: 1px;
245
}
246

  
247
#metadata-wizard #add-meta-key {
248
    height: 14px;
249
}
250

  
251
#metadata-wizard #add-meta-value {
252
    height: 16px;
253
}
254

  
255
#metadata-wizard .metadata-edit {
256
    margin-top: -13px;
257
}
258

  
239 259
#wizard div.panes {
240 260
    width: 426px;
241 261
}
b/ui/templates/machines.html
1048 1048
        $(this).css("background-color","transparent");
1049 1049
        $(this).css("cursor","default");
1050 1050
    });
1051
    //IE fix for metadata wizard hover
1052
    $("#metadata-wizard div.metadata-pair-template").live("mouseenter", function () {
1053
        $(this).css("background-color","#74aec9");
1054
    });
1055
    $("#metadata-wizard ul li").live("mouseleave", function () {
1056
        $(this).css("background-color","transparent");
1057
    });
1051 1058
}
1052 1059

  
1053 1060
</script>

Also available in: Unified diff