Files @ 72027870920f
Branch filter:

Location: website/www/conservancy/static/css/jquery.ui.multiprogressbar.css

brett
supporter: Reorganize form post-input notes.

This makes it easier to keep baseline alignment between labels and their
respective inputs. Declaring `margin-left: 51%;` for the post-input notes
is not exactly what we want, but it's much closer and less troublesome than
dealing with the vertical alignment of labels otherwise.
@CHARSET "UTF-8";

/*
 * jQuery UI Multi-Progress Bar 1.1.0
 * http://github.com/j-ulrich/jquery-ui-multiprogressbar
 *
 * Copyright (c) 2012 Jochen Ulrich <jochenulrich@t-online.de>
 * Licensed under the MIT license (MIT-LICENSE.txt).
 */

.ju-multiprogressbar .ui-progressbar-value {
	float: left;
}

.ju-multiprogressbar .ju-multiprogressbar-valuetext {
	margin-top: 0.3em;
	text-align: center;
}