Files @ 6b649e2f48e0
Branch filter:

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

Bradley M. Kuhn
Supporter page: Support a “Expand All” link for collapsible sections

I wrap the entire section that has material that can be expanded in a
div with class `expandable-section`. Once doing so, if you provide an
anchor with the class of `expander`, that anchor will be created with
text in the `data-expand-link-text` attribute.

I've also added some CSS to make the link look a certain way, for
good measure.
@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;
}