/*
 * This file has CSS in it which is either:
 * 
 * 1) New CSS that needs integrating into dashboard.css
 * or
 * 2) CSS being used temporarily by the developer, that should be left
 * 
 * The purpose is to allow designers to work on changing dashboard.css, without conflicting with developers who are adding new CSS.
 * 
 * Designers should remove content from this file (via commenting it out, so that it's clear what has happened) and adding it to dashboard.css
 */

/* If the spinner is attached to a modal element, then really put it there (instead of the default centre-screen) */
#updraftcentral_modal .updraftcentral_spinner {
	position: relative;
	top: 0px;
	left: 0px;
}

#updraftcentral_modal #connection-test-results .connection-test-failed {
	color: red;
}

#updraftcentral_modal #connection-test-results .connection-test-succeeded {
	color: green;
}

#updraftcentral_modal p {
	clear: left;
}

#updraftcentral_modal a:hover {
	cursor: pointer;
}

#updraftcentral_modal #connection-test-results {
	padding: 20px 24px 0;
}

#updraftcentral_modal .connection-test-header:first-of-type {
	font-weight: bold;
}

#updraftcentral_modal .connection-test-title {
	float: left;
	clear: left;
	width: 45%;
}

#updraftcentral_modal .connection-test-result {
	width: 55%;
	float: left;
	padding-bottom: 18px;
}

/* This is only shown when editing existing sites, not when adding new */
#updraftcentral_modal .updraftcentral_addsite_expertoptions #updraftcentral_test_other_connection_methods_section {
	display: none;	
}
