search for: 132px

Displaying 2 results from an estimated 2 matches for "132px".

Did you mean: 12px
2005 Nov 29
6
draggable revert problem
Hello, I have tried implementing the shopping cart ajax example and have run into some problems. The only differences with the shopping cart is My list of products are generated from a partial view The images of the products come from an http link. However, Iam seeing a strange behavior when I drag and drop the elements to my cart. On the first drag and drop the image successfully reverts to
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
..., -#vm_network_config_header_mac, #vm_network_config_header_ip{ float: left; - width: 150px; + width: 102px; } -.vm_network_config_net, -.vm_network_config_mac{ +#vm_network_config_header_network{ + float: left; + width:92px; +} + +#vm_network_config_header_mac{ + float: left; + width: 132px; +} + +#vm_network_config_header_model{ + float: left; + width: 76px; +} + +.vm_network_config_net{ float: left; - width: 150px; + width: 92px; } +.vm_network_config_mac{ + float: left; + width: 132px; +} .vm_network_config_ip{ float: left; - max-width: 150px; + width: 100px; }...