User:Kaldari/inat2commons.css

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
#import-dialog ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#import-dialog ol li {
	margin: 3px;
	padding: 0;
	border: 3px solid transparent;
	float: left;
	width: 75px;
	height: 75px;
}
#import-dialog ol li:hover{
	cursor: pointer;
	border-color: #36b;
}
#import-dialog #import-images, #import-dialog #import-message, #import-dialog #import-error {
	margin-top: 0.4em;
}