MediaWiki:Gadget-QICvote.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
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.
.voting_bar, .loading_overly {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-left: -25px;
	padding-top: 15px;
	padding-left: 15px;
	border: 1px solid #c8ccd1;
	background-color: #eaecf0;
}
.loading_overly {
	height: 100%;
	opacity: 0.9;
	display:none;
}
.loading_overly > div {
    padding-top: 20%;
    text-align: center;
}

#loading_ {
	display: inline-block !important;
	padding-left: 10px;
	color: green;
	font-weight: bold;
}

#confirm_ {
	display: inline-block !important;
	padding-left: 10px;
	color: red;
}

.qi {
	border-width: 2px !important;
}