Beispiel #1
0
	
	form {
		margin: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	table.questionnaire, table.query, table.fb_chart, table.tablesorter {
		margin: 0;
		width: 100%;
		max-width: 100%;
		clear: both;
		border: none;
		<?php 
    echo roundCorners('0');
    ?>
		box-shadow: none;
	}
	
	table.questionnaire td.input select, select {
		max-width: 100%;
	}
	
	tr.mobile_radiorow_div, tr.mobile_radiorow_div td { height: 0; padding: 0; margin: 0; }
	
	input { font-size: 120%; }
	
	dt { 
		display: block;
		float: none; 
Beispiel #2
0
	-webkit-border-bottom-right-radius: .4em; 
	-khtml-border-bottom-right-radius: .4em; 
	border-bottom-right-radius: .4em; 
}

.toolbar .ui-button {
	border-width: 1px;
	height: 1.8em;
}

.toolbar .ui-button-icon-only {
	width: 1.8em;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_diagonals-thick_50_aaaaaa_40x40.png) 50% 50% repeat;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	<?php 
echo roundCorners('8px');
?>
}
Beispiel #3
0
	content: "[Click to close]"; 
	text-align: right;
	font-size: 80%;
}

/*!
 * jQuery UI Slider 1.8.22
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; <?php 
echo roundCorners('10px');
?>
 } /* large border radii cause ui-slider-range to stick out top and bottom corners */
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }