primo commit
This commit is contained in:
		
							
								
								
									
										4
									
								
								components/com_tabulizer/assets/css/custom/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								components/com_tabulizer/assets/css/custom/index.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | ||||
| <html> | ||||
| <body bgcolor="#FFFFFF"> | ||||
| </body> | ||||
| </html> | ||||
| @ -0,0 +1,4 @@ | ||||
| <html> | ||||
| <body bgcolor="#FFFFFF"> | ||||
| </body> | ||||
| </html> | ||||
| @ -0,0 +1,184 @@ | ||||
|  | ||||
| /* | ||||
|  * Table | ||||
|  */ | ||||
|   | ||||
| table.dataTable { | ||||
| 	margin: 0 auto; | ||||
| 	clear: both;	 | ||||
| } | ||||
|  | ||||
| table.dataTable td.center, | ||||
| table.dataTable td.dataTables_empty { | ||||
| 	text-align: center; | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * Table wrapper | ||||
|  */ | ||||
| .dataTables_wrapper { | ||||
| 	position: relative; | ||||
| 	clear: both; | ||||
| 	*zoom: 1; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Page length menu | ||||
|  */ | ||||
| .dataTables_length { | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * Filter | ||||
|  */ | ||||
| .dataTables_filter { | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Table information | ||||
|  */ | ||||
| .dataTables_info { | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Pagination | ||||
|  */ | ||||
| .dataTables_paginate { | ||||
| } | ||||
|  | ||||
| /* Two button pagination - previous / next */ | ||||
| .paginate_disabled_previous, | ||||
| .paginate_enabled_previous, | ||||
| .paginate_disabled_next, | ||||
| .paginate_enabled_next { | ||||
| 	height: 19px; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	*cursor: hand; | ||||
| 	color: #111 !important; | ||||
| } | ||||
| .paginate_disabled_previous:hover, | ||||
| .paginate_enabled_previous:hover, | ||||
| .paginate_disabled_next:hover, | ||||
| .paginate_enabled_next:hover { | ||||
| 	text-decoration: none !important; | ||||
| } | ||||
| .paginate_disabled_previous:active, | ||||
| .paginate_enabled_previous:active, | ||||
| .paginate_disabled_next:active, | ||||
| .paginate_enabled_next:active { | ||||
| 	outline: none; | ||||
| } | ||||
|  | ||||
| .paginate_disabled_previous, | ||||
| .paginate_disabled_next { | ||||
| 	color: #666 !important; | ||||
| } | ||||
| .paginate_disabled_previous, | ||||
| .paginate_enabled_previous { | ||||
| 	padding-left: 23px; | ||||
| } | ||||
| .paginate_disabled_next, | ||||
| .paginate_enabled_next { | ||||
| 	padding-right: 23px; | ||||
| 	margin-left: 10px; | ||||
| } | ||||
|  | ||||
| .paginate_enabled_previous { background: url('../../images/back_enabled.png') no-repeat top left; } | ||||
| .paginate_enabled_previous:hover { background: url('../../images/back_enabled_hover.png') no-repeat top left; } | ||||
| .paginate_disabled_previous { background: url('../../images/back_disabled.png') no-repeat top left; } | ||||
|  | ||||
| .paginate_enabled_next { background: url('../../images/forward_enabled.png') no-repeat top right; } | ||||
| .paginate_enabled_next:hover { background: url('../../images/forward_enabled_hover.png') no-repeat top right; } | ||||
| .paginate_disabled_next { background: url('../../images/forward_disabled.png') no-repeat top right; } | ||||
|  | ||||
| /* Full number pagination */ | ||||
| .paging_full_numbers { | ||||
| 	height: 22px; | ||||
| 	line-height: 22px; | ||||
| } | ||||
| .paging_full_numbers a:active { | ||||
| 	outline: none | ||||
| } | ||||
| .paging_full_numbers a:hover { | ||||
| 	text-decoration: none; | ||||
| } | ||||
|  | ||||
| .paging_full_numbers a.paginate_button, | ||||
| .paging_full_numbers a.paginate_active { | ||||
| 	border: 1px solid #aaa; | ||||
| 	-webkit-border-radius: 5px; | ||||
| 	-moz-border-radius: 5px; | ||||
| 	border-radius: 5px; | ||||
| 	padding: 2px 5px; | ||||
| 	margin: 0 3px; | ||||
| 	cursor: pointer; | ||||
| 	*cursor: hand; | ||||
| 	color: #333 !important; | ||||
| } | ||||
|  | ||||
| .paging_full_numbers a.paginate_button { | ||||
| 	background-color: #ddd; | ||||
| } | ||||
|  | ||||
| .paging_full_numbers a.paginate_button:hover { | ||||
| 	background-color: #ccc; | ||||
| 	text-decoration: none !important; | ||||
| } | ||||
|  | ||||
| .paging_full_numbers a.paginate_active { | ||||
| 	background-color: #99B3FF; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Processing indicator | ||||
|  */ | ||||
| .dataTables_processing { | ||||
| 	position: absolute; | ||||
| 	top: 50%; | ||||
| 	left: 50%; | ||||
| 	width: 250px; | ||||
| 	height: 30px; | ||||
| 	margin-left: -125px; | ||||
| 	margin-top: -15px; | ||||
| 	padding: 14px 0 2px 0; | ||||
| 	border: 1px solid #ddd; | ||||
| 	text-align: center; | ||||
| 	color: #999; | ||||
| 	font-size: 14px; | ||||
| 	background-color: white; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Sorting | ||||
|  */ | ||||
| .sorting { background: url('../../images/sort_both.png') no-repeat center left; padding-left: 18px; } | ||||
| .sorting_asc { background: url('../../images/sort_asc.png') no-repeat center left; padding-left: 18px; } | ||||
| .sorting_desc { background: url('../../images/sort_desc.png') no-repeat center left; padding-left: 18px; } | ||||
|  | ||||
| .sorting_asc_disabled { background: url('../../images/sort_asc_disabled.png') no-repeat center left; padding-left: 18px; } | ||||
| .sorting_desc_disabled { background: url('../../images/sort_desc_disabled.png') no-repeat center left; padding-left: 18px; } | ||||
|   | ||||
| table.dataTable thead th:active, | ||||
| table.dataTable thead td:active { | ||||
| 	outline: none; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * Scrolling | ||||
|  */ | ||||
| .dataTables_scroll { | ||||
| 	clear: both; | ||||
| } | ||||
|  | ||||
| .dataTables_scrollBody { | ||||
| 	*margin-top: -1px; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| } | ||||
|  | ||||
							
								
								
									
										591
									
								
								components/com_tabulizer/assets/css/datatables/smoothness.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										591
									
								
								components/com_tabulizer/assets/css/datatables/smoothness.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,591 @@ | ||||
|  | ||||
|  | ||||
| .paging_two_button .ui-button { | ||||
|     cursor: pointer; | ||||
|     float: left; | ||||
| } | ||||
| .paging_full_numbers .ui-button { | ||||
|     color: #333333 !important; | ||||
|     cursor: pointer; | ||||
|     margin: 0; | ||||
|     padding: 2px 6px; | ||||
| } | ||||
| .dataTables_paginate .ui-button { | ||||
|     margin-right: -0.1em !important; | ||||
| } | ||||
| .paging_full_numbers { | ||||
|     width: 350px !important; | ||||
| } | ||||
| .dataTables_wrapper .ui-toolbar { | ||||
|     padding: 5px; | ||||
| } | ||||
| .dataTables_paginate { | ||||
|     width: auto; | ||||
| } | ||||
| .dataTables_info { | ||||
|     padding-top: 3px; | ||||
| } | ||||
| table.display thead th { | ||||
|     cursor: pointer; | ||||
|     padding: 3px 0 3px 10px; | ||||
| } | ||||
| div.dataTables_wrapper .ui-widget-header { | ||||
|     font-weight: normal; | ||||
| } | ||||
| table.display thead th div.DataTables_sort_wrapper { | ||||
|     padding-right: 20px; | ||||
|     position: relative; | ||||
| } | ||||
| table.display thead th div.DataTables_sort_wrapper span { | ||||
|     margin-top: -8px; | ||||
|     position: absolute; | ||||
|     right: 0; | ||||
|     top: 50%; | ||||
| } | ||||
| .dataTables_wrapper { | ||||
|     clear: both; | ||||
|     position: relative; | ||||
| } | ||||
| .dataTables_processing { | ||||
|     border: 1px solid #DDDDDD; | ||||
|     color: #999999; | ||||
|     font-size: 11px; | ||||
|     left: 50%; | ||||
|     margin-left: -125px; | ||||
|     padding: 2px 0; | ||||
|     position: absolute; | ||||
|     text-align: center; | ||||
|     top: 0; | ||||
|     width: 250px; | ||||
| } | ||||
| .dataTables_length { | ||||
|     float: left; | ||||
|     width: 40%; | ||||
| } | ||||
| .dataTables_filter { | ||||
|     float: right; | ||||
|     text-align: right; | ||||
|     width: 50%; | ||||
| } | ||||
| .dataTables_info { | ||||
|     float: left; | ||||
|     width: 50%; | ||||
| } | ||||
| .dataTables_paginate { | ||||
|     float: right; | ||||
|     text-align: right; | ||||
| } | ||||
| table.display { | ||||
|     border-collapse: collapse; | ||||
|     clear: both; | ||||
|     margin: 0 auto; | ||||
|     width: 100%; | ||||
| } | ||||
| table.display tfoot th { | ||||
|     font-weight: normal; | ||||
|     padding: 3px 0 3px 10px; | ||||
| } | ||||
| table.display tr.heading2 td { | ||||
|     border-bottom: 1px solid #AAAAAA; | ||||
| } | ||||
| table.display td { | ||||
|     padding: 3px 10px; | ||||
| } | ||||
| table.display td.center { | ||||
|     text-align: center; | ||||
| } | ||||
| .sorting_asc { | ||||
|     background: url("../images/sort_asc.png") no-repeat scroll right center rgba(0, 0, 0, 0); | ||||
| } | ||||
| .sorting_desc { | ||||
|     background: url("../images/sort_desc.png") no-repeat scroll right center rgba(0, 0, 0, 0); | ||||
| } | ||||
| .sorting { | ||||
|     background: url("../images/sort_both.png") no-repeat scroll right center rgba(0, 0, 0, 0); | ||||
| } | ||||
| .sorting_asc_disabled { | ||||
|     background: url("../images/sort_asc_disabled.png") no-repeat scroll right center rgba(0, 0, 0, 0); | ||||
| } | ||||
| .sorting_desc_disabled { | ||||
|     background: url("../images/sort_desc_disabled.png") no-repeat scroll right center rgba(0, 0, 0, 0); | ||||
| } | ||||
| table.display tr.odd.gradeA { | ||||
|     background-color: #DDFFDD; | ||||
| } | ||||
| table.display tr.even.gradeA { | ||||
|     background-color: #EEFFEE; | ||||
| } | ||||
| table.display tr.odd.gradeA { | ||||
|     background-color: #DDFFDD; | ||||
| } | ||||
| table.display tr.even.gradeA { | ||||
|     background-color: #EEFFEE; | ||||
| } | ||||
| table.display tr.odd.gradeC { | ||||
|     background-color: #DDDDFF; | ||||
| } | ||||
| table.display tr.even.gradeC { | ||||
|     background-color: #EEEEFF; | ||||
| } | ||||
| table.display tr.odd.gradeX { | ||||
|     background-color: #FFDDDD; | ||||
| } | ||||
| table.display tr.even.gradeX { | ||||
|     background-color: #FFEEEE; | ||||
| } | ||||
| table.display tr.odd.gradeU { | ||||
|     background-color: #DDDDDD; | ||||
| } | ||||
| table.display tr.even.gradeU { | ||||
|     background-color: #EEEEEE; | ||||
| } | ||||
| tr.odd { | ||||
|     background-color: #E2E4FF; | ||||
| } | ||||
| tr.even { | ||||
|     background-color: #FFFFFF; | ||||
| } | ||||
| .dataTables_scroll { | ||||
|     clear: both; | ||||
| } | ||||
| .dataTables_scrollBody { | ||||
| } | ||||
| .top, .bottom { | ||||
|     background-color: #F5F5F5; | ||||
|     border: 1px solid #CCCCCC; | ||||
|     padding: 15px; | ||||
| } | ||||
| .top .dataTables_info { | ||||
|     float: none; | ||||
| } | ||||
| .clear { | ||||
|     clear: both; | ||||
| } | ||||
| .dataTables_empty { | ||||
|     text-align: center; | ||||
| } | ||||
| tfoot input { | ||||
|     color: #444444; | ||||
|     margin: 0.5em 0; | ||||
|     width: 100%; | ||||
| } | ||||
| tfoot input.search_init { | ||||
|     color: #999999; | ||||
| } | ||||
| td.group { | ||||
|     background-color: #D1CFD0; | ||||
|     border-bottom: 2px solid #A19B9E; | ||||
|     border-top: 2px solid #A19B9E; | ||||
| } | ||||
| td.details { | ||||
|     background-color: #D1CFD0; | ||||
|     border: 2px solid #A19B9E; | ||||
| } | ||||
| .example_alt_pagination div.dataTables_info { | ||||
|     width: 40%; | ||||
| } | ||||
| .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active { | ||||
|     border: 1px solid #AAAAAA; | ||||
|     color: #333333 !important; | ||||
|     cursor: pointer; | ||||
|     margin: 0 3px; | ||||
|     padding: 2px 5px; | ||||
| } | ||||
| .paging_full_numbers a.paginate_button { | ||||
|     background-color: #DDDDDD; | ||||
| } | ||||
| .paging_full_numbers a.paginate_button:hover { | ||||
|     background-color: #CCCCCC; | ||||
|     text-decoration: none !important; | ||||
| } | ||||
| .paging_full_numbers a.paginate_active { | ||||
|     background-color: #99B3FF; | ||||
| } | ||||
| table.display tr.even.row_selected td { | ||||
|     background-color: #B0BED9; | ||||
| } | ||||
| table.display tr.odd.row_selected td { | ||||
|     background-color: #9FAFD1; | ||||
| } | ||||
| tr.odd td.sorting_1 { | ||||
|     background-color: #D3D6FF; | ||||
| } | ||||
| tr.odd td.sorting_2 { | ||||
|     background-color: #DADCFF; | ||||
| } | ||||
| tr.odd td.sorting_3 { | ||||
|     background-color: #E0E2FF; | ||||
| } | ||||
| tr.even td.sorting_1 { | ||||
|     background-color: #EAEBFF; | ||||
| } | ||||
| tr.even td.sorting_2 { | ||||
|     background-color: #F2F3FF; | ||||
| } | ||||
| tr.even td.sorting_3 { | ||||
|     background-color: #F9F9FF; | ||||
| } | ||||
| tr.odd.gradeA td.sorting_1 { | ||||
|     background-color: #C4FFC4; | ||||
| } | ||||
| tr.odd.gradeA td.sorting_2 { | ||||
|     background-color: #D1FFD1; | ||||
| } | ||||
| tr.odd.gradeA td.sorting_3 { | ||||
|     background-color: #D1FFD1; | ||||
| } | ||||
| tr.even.gradeA td.sorting_1 { | ||||
|     background-color: #D5FFD5; | ||||
| } | ||||
| tr.even.gradeA td.sorting_2 { | ||||
|     background-color: #E2FFE2; | ||||
| } | ||||
| tr.even.gradeA td.sorting_3 { | ||||
|     background-color: #E2FFE2; | ||||
| } | ||||
| tr.odd.gradeC td.sorting_1 { | ||||
|     background-color: #C4C4FF; | ||||
| } | ||||
| tr.odd.gradeC td.sorting_2 { | ||||
|     background-color: #D1D1FF; | ||||
| } | ||||
| tr.odd.gradeC td.sorting_3 { | ||||
|     background-color: #D1D1FF; | ||||
| } | ||||
| tr.even.gradeC td.sorting_1 { | ||||
|     background-color: #D5D5FF; | ||||
| } | ||||
| tr.even.gradeC td.sorting_2 { | ||||
|     background-color: #E2E2FF; | ||||
| } | ||||
| tr.even.gradeC td.sorting_3 { | ||||
|     background-color: #E2E2FF; | ||||
| } | ||||
| tr.odd.gradeX td.sorting_1 { | ||||
|     background-color: #FFC4C4; | ||||
| } | ||||
| tr.odd.gradeX td.sorting_2 { | ||||
|     background-color: #FFD1D1; | ||||
| } | ||||
| tr.odd.gradeX td.sorting_3 { | ||||
|     background-color: #FFD1D1; | ||||
| } | ||||
| tr.even.gradeX td.sorting_1 { | ||||
|     background-color: #FFD5D5; | ||||
| } | ||||
| tr.even.gradeX td.sorting_2 { | ||||
|     background-color: #FFE2E2; | ||||
| } | ||||
| tr.even.gradeX td.sorting_3 { | ||||
|     background-color: #FFE2E2; | ||||
| } | ||||
| tr.odd.gradeU td.sorting_1 { | ||||
|     background-color: #C4C4C4; | ||||
| } | ||||
| tr.odd.gradeU td.sorting_2 { | ||||
|     background-color: #D1D1D1; | ||||
| } | ||||
| tr.odd.gradeU td.sorting_3 { | ||||
|     background-color: #D1D1D1; | ||||
| } | ||||
| tr.even.gradeU td.sorting_1 { | ||||
|     background-color: #D5D5D5; | ||||
| } | ||||
| tr.even.gradeU td.sorting_2 { | ||||
|     background-color: #E2E2E2; | ||||
| } | ||||
| tr.even.gradeU td.sorting_3 { | ||||
|     background-color: #E2E2E2; | ||||
| } | ||||
| .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted { | ||||
|     background-color: #ECFFB3; | ||||
| } | ||||
| .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted { | ||||
|     background-color: #E6FF99; | ||||
| } | ||||
|  | ||||
| /* | ||||
| * jQuery UI CSS Framework | ||||
| * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) | ||||
| * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. | ||||
| */ | ||||
|  | ||||
| /* Layout helpers | ||||
| ----------------------------------*/ | ||||
| .ui-helper-hidden { display: none; } | ||||
| .ui-helper-hidden-accessible { position: absolute; left: -99999999px; } | ||||
| .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } | ||||
| .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } | ||||
| .ui-helper-clearfix { display: inline-block; } | ||||
| /* required comment for clearfix to work in Opera \*/ | ||||
| * html .ui-helper-clearfix { height:1%; } | ||||
| .ui-helper-clearfix { display:block; } | ||||
| /* end clearfix */ | ||||
| .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } | ||||
|  | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-disabled { cursor: default !important; } | ||||
|  | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } | ||||
|  | ||||
|  | ||||
|  | ||||
| /* | ||||
| * jQuery UI CSS Framework | ||||
| * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) | ||||
| * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. | ||||
| * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px | ||||
| */ | ||||
|  | ||||
|  | ||||
| /* Component containers | ||||
| ----------------------------------*/ | ||||
| .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } | ||||
| .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } | ||||
| .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } | ||||
| .ui-widget-content a { color: #222222; } | ||||
| .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #222222; font-weight: bold; } | ||||
| .ui-widget-header a { color: #222222; } | ||||
|  | ||||
| /* Interaction states | ||||
| ----------------------------------*/ | ||||
| .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6; font-weight: normal; color: #555555; outline: none; } | ||||
| .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; } | ||||
| .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } | ||||
| .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; } | ||||
| .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } | ||||
| .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; } | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } | ||||
| .ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } | ||||
| .ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } | ||||
| .ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } | ||||
| .ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } | ||||
| .ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } | ||||
| .ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; } | ||||
| .ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); } | ||||
| .ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png); } | ||||
| .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); } | ||||
| .ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); } | ||||
| .ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png); } | ||||
| .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png); } | ||||
|  | ||||
| /* positioning */ | ||||
| .ui-icon-carat-1-n { background-position: 0 0; } | ||||
| .ui-icon-carat-1-ne { background-position: -16px 0; } | ||||
| .ui-icon-carat-1-e { background-position: -32px 0; } | ||||
| .ui-icon-carat-1-se { background-position: -48px 0; } | ||||
| .ui-icon-carat-1-s { background-position: -64px 0; } | ||||
| .ui-icon-carat-1-sw { background-position: -80px 0; } | ||||
| .ui-icon-carat-1-w { background-position: -96px 0; } | ||||
| .ui-icon-carat-1-nw { background-position: -112px 0; } | ||||
| .ui-icon-carat-2-n-s { background-position: -128px 0; } | ||||
| .ui-icon-carat-2-e-w { background-position: -144px 0; } | ||||
| .ui-icon-triangle-1-n { background-position: 0 -16px; } | ||||
| .ui-icon-triangle-1-ne { background-position: -16px -16px; } | ||||
| .ui-icon-triangle-1-e { background-position: -32px -16px; } | ||||
| .ui-icon-triangle-1-se { background-position: -48px -16px; } | ||||
| .ui-icon-triangle-1-s { background-position: -64px -16px; } | ||||
| .ui-icon-triangle-1-sw { background-position: -80px -16px; } | ||||
| .ui-icon-triangle-1-w { background-position: -96px -16px; } | ||||
| .ui-icon-triangle-1-nw { background-position: -112px -16px; } | ||||
| .ui-icon-triangle-2-n-s { background-position: -128px -16px; } | ||||
| .ui-icon-triangle-2-e-w { background-position: -144px -16px; } | ||||
| .ui-icon-arrow-1-n { background-position: 0 -32px; } | ||||
| .ui-icon-arrow-1-ne { background-position: -16px -32px; } | ||||
| .ui-icon-arrow-1-e { background-position: -32px -32px; } | ||||
| .ui-icon-arrow-1-se { background-position: -48px -32px; } | ||||
| .ui-icon-arrow-1-s { background-position: -64px -32px; } | ||||
| .ui-icon-arrow-1-sw { background-position: -80px -32px; } | ||||
| .ui-icon-arrow-1-w { background-position: -96px -32px; } | ||||
| .ui-icon-arrow-1-nw { background-position: -112px -32px; } | ||||
| .ui-icon-arrow-2-n-s { background-position: -128px -32px; } | ||||
| .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } | ||||
| .ui-icon-arrow-2-e-w { background-position: -160px -32px; } | ||||
| .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } | ||||
| .ui-icon-arrowstop-1-n { background-position: -192px -32px; } | ||||
| .ui-icon-arrowstop-1-e { background-position: -208px -32px; } | ||||
| .ui-icon-arrowstop-1-s { background-position: -224px -32px; } | ||||
| .ui-icon-arrowstop-1-w { background-position: -240px -32px; } | ||||
| .ui-icon-arrowthick-1-n { background-position: 0 -48px; } | ||||
| .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } | ||||
| .ui-icon-arrowthick-1-e { background-position: -32px -48px; } | ||||
| .ui-icon-arrowthick-1-se { background-position: -48px -48px; } | ||||
| .ui-icon-arrowthick-1-s { background-position: -64px -48px; } | ||||
| .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } | ||||
| .ui-icon-arrowthick-1-w { background-position: -96px -48px; } | ||||
| .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } | ||||
| .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } | ||||
| .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } | ||||
| .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } | ||||
| .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } | ||||
| .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } | ||||
| .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } | ||||
| .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } | ||||
| .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } | ||||
| .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } | ||||
| .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } | ||||
| .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } | ||||
| .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } | ||||
| .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } | ||||
| .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } | ||||
| .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } | ||||
| .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } | ||||
| .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } | ||||
| .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } | ||||
| .ui-icon-arrow-4 { background-position: 0 -80px; } | ||||
| .ui-icon-arrow-4-diag { background-position: -16px -80px; } | ||||
| .ui-icon-extlink { background-position: -32px -80px; } | ||||
| .ui-icon-newwin { background-position: -48px -80px; } | ||||
| .ui-icon-refresh { background-position: -64px -80px; } | ||||
| .ui-icon-shuffle { background-position: -80px -80px; } | ||||
| .ui-icon-transfer-e-w { background-position: -96px -80px; } | ||||
| .ui-icon-transferthick-e-w { background-position: -112px -80px; } | ||||
| .ui-icon-folder-collapsed { background-position: 0 -96px; } | ||||
| .ui-icon-folder-open { background-position: -16px -96px; } | ||||
| .ui-icon-document { background-position: -32px -96px; } | ||||
| .ui-icon-document-b { background-position: -48px -96px; } | ||||
| .ui-icon-note { background-position: -64px -96px; } | ||||
| .ui-icon-mail-closed { background-position: -80px -96px; } | ||||
| .ui-icon-mail-open { background-position: -96px -96px; } | ||||
| .ui-icon-suitcase { background-position: -112px -96px; } | ||||
| .ui-icon-comment { background-position: -128px -96px; } | ||||
| .ui-icon-person { background-position: -144px -96px; } | ||||
| .ui-icon-print { background-position: -160px -96px; } | ||||
| .ui-icon-trash { background-position: -176px -96px; } | ||||
| .ui-icon-locked { background-position: -192px -96px; } | ||||
| .ui-icon-unlocked { background-position: -208px -96px; } | ||||
| .ui-icon-bookmark { background-position: -224px -96px; } | ||||
| .ui-icon-tag { background-position: -240px -96px; } | ||||
| .ui-icon-home { background-position: 0 -112px; } | ||||
| .ui-icon-flag { background-position: -16px -112px; } | ||||
| .ui-icon-calendar { background-position: -32px -112px; } | ||||
| .ui-icon-cart { background-position: -48px -112px; } | ||||
| .ui-icon-pencil { background-position: -64px -112px; } | ||||
| .ui-icon-clock { background-position: -80px -112px; } | ||||
| .ui-icon-disk { background-position: -96px -112px; } | ||||
| .ui-icon-calculator { background-position: -112px -112px; } | ||||
| .ui-icon-zoomin { background-position: -128px -112px; } | ||||
| .ui-icon-zoomout { background-position: -144px -112px; } | ||||
| .ui-icon-search { background-position: -160px -112px; } | ||||
| .ui-icon-wrench { background-position: -176px -112px; } | ||||
| .ui-icon-gear { background-position: -192px -112px; } | ||||
| .ui-icon-heart { background-position: -208px -112px; } | ||||
| .ui-icon-star { background-position: -224px -112px; } | ||||
| .ui-icon-link { background-position: -240px -112px; } | ||||
| .ui-icon-cancel { background-position: 0 -128px; } | ||||
| .ui-icon-plus { background-position: -16px -128px; } | ||||
| .ui-icon-plusthick { background-position: -32px -128px; } | ||||
| .ui-icon-minus { background-position: -48px -128px; } | ||||
| .ui-icon-minusthick { background-position: -64px -128px; } | ||||
| .ui-icon-close { background-position: -80px -128px; } | ||||
| .ui-icon-closethick { background-position: -96px -128px; } | ||||
| .ui-icon-key { background-position: -112px -128px; } | ||||
| .ui-icon-lightbulb { background-position: -128px -128px; } | ||||
| .ui-icon-scissors { background-position: -144px -128px; } | ||||
| .ui-icon-clipboard { background-position: -160px -128px; } | ||||
| .ui-icon-copy { background-position: -176px -128px; } | ||||
| .ui-icon-contact { background-position: -192px -128px; } | ||||
| .ui-icon-image { background-position: -208px -128px; } | ||||
| .ui-icon-video { background-position: -224px -128px; } | ||||
| .ui-icon-script { background-position: -240px -128px; } | ||||
| .ui-icon-alert { background-position: 0 -144px; } | ||||
| .ui-icon-info { background-position: -16px -144px; } | ||||
| .ui-icon-notice { background-position: -32px -144px; } | ||||
| .ui-icon-help { background-position: -48px -144px; } | ||||
| .ui-icon-check { background-position: -64px -144px; } | ||||
| .ui-icon-bullet { background-position: -80px -144px; } | ||||
| .ui-icon-radio-off { background-position: -96px -144px; } | ||||
| .ui-icon-radio-on { background-position: -112px -144px; } | ||||
| .ui-icon-pin-w { background-position: -128px -144px; } | ||||
| .ui-icon-pin-s { background-position: -144px -144px; } | ||||
| .ui-icon-play { background-position: 0 -160px; } | ||||
| .ui-icon-pause { background-position: -16px -160px; } | ||||
| .ui-icon-seek-next { background-position: -32px -160px; } | ||||
| .ui-icon-seek-prev { background-position: -48px -160px; } | ||||
| .ui-icon-seek-end { background-position: -64px -160px; } | ||||
| .ui-icon-seek-first { background-position: -80px -160px; } | ||||
| .ui-icon-stop { background-position: -96px -160px; } | ||||
| .ui-icon-eject { background-position: -112px -160px; } | ||||
| .ui-icon-volume-off { background-position: -128px -160px; } | ||||
| .ui-icon-volume-on { background-position: -144px -160px; } | ||||
| .ui-icon-power { background-position: 0 -176px; } | ||||
| .ui-icon-signal-diag { background-position: -16px -176px; } | ||||
| .ui-icon-signal { background-position: -32px -176px; } | ||||
| .ui-icon-battery-0 { background-position: -48px -176px; } | ||||
| .ui-icon-battery-1 { background-position: -64px -176px; } | ||||
| .ui-icon-battery-2 { background-position: -80px -176px; } | ||||
| .ui-icon-battery-3 { background-position: -96px -176px; } | ||||
| .ui-icon-circle-plus { background-position: 0 -192px; } | ||||
| .ui-icon-circle-minus { background-position: -16px -192px; } | ||||
| .ui-icon-circle-close { background-position: -32px -192px; } | ||||
| .ui-icon-circle-triangle-e { background-position: -48px -192px; } | ||||
| .ui-icon-circle-triangle-s { background-position: -64px -192px; } | ||||
| .ui-icon-circle-triangle-w { background-position: -80px -192px; } | ||||
| .ui-icon-circle-triangle-n { background-position: -96px -192px; } | ||||
| .ui-icon-circle-arrow-e { background-position: -112px -192px; } | ||||
| .ui-icon-circle-arrow-s { background-position: -128px -192px; } | ||||
| .ui-icon-circle-arrow-w { background-position: -144px -192px; } | ||||
| .ui-icon-circle-arrow-n { background-position: -160px -192px; } | ||||
| .ui-icon-circle-zoomin { background-position: -176px -192px; } | ||||
| .ui-icon-circle-zoomout { background-position: -192px -192px; } | ||||
| .ui-icon-circle-check { background-position: -208px -192px; } | ||||
| .ui-icon-circlesmall-plus { background-position: 0 -208px; } | ||||
| .ui-icon-circlesmall-minus { background-position: -16px -208px; } | ||||
| .ui-icon-circlesmall-close { background-position: -32px -208px; } | ||||
| .ui-icon-squaresmall-plus { background-position: -48px -208px; } | ||||
| .ui-icon-squaresmall-minus { background-position: -64px -208px; } | ||||
| .ui-icon-squaresmall-close { background-position: -80px -208px; } | ||||
| .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } | ||||
| .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } | ||||
| .ui-icon-grip-solid-vertical { background-position: -32px -224px; } | ||||
| .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } | ||||
| .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } | ||||
| .ui-icon-grip-diagonal-se { background-position: -80px -224px; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Corner radius */ | ||||
| .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; } | ||||
| .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } | ||||
| .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } | ||||
| .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } | ||||
| .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } | ||||
| .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } | ||||
| .ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } | ||||
| .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } | ||||
| .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; } | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;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: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion | ||||
| ----------------------------------*/ | ||||
|  | ||||
| @ -0,0 +1,44 @@ | ||||
| /*CSS_COPYRIGHT_INFO*/ | ||||
|  | ||||
| div.tab_top, div.tab_bottom { | ||||
|     padding: 5px 0; | ||||
|     margin: 0; | ||||
|     border: none; | ||||
|     overflow:auto; | ||||
| } | ||||
| div.tab_top { | ||||
|     padding: 5px 0; | ||||
| } | ||||
| div.tab_bottom { | ||||
|     padding: 3px 0; | ||||
| } | ||||
| div.tab_top_left, div.tab_top_right, div.tab_bottom_left, div.tab_bottom_right { | ||||
|     width: 45%; | ||||
| } | ||||
| div.tab_top_left, div.tab_bottom_left { | ||||
|     float: left; | ||||
|     text-align: left; | ||||
|     padding-left: 5px; | ||||
| } | ||||
| div.tab_top_right, div.tab_bottom_right { | ||||
|     float: right; | ||||
|     text-align: right; | ||||
|     padding-right: 5px; | ||||
| } | ||||
|  | ||||
| .dataTables_paginate { | ||||
|     padding-top: 0px; | ||||
|     width: auto; | ||||
| } | ||||
| .dataTables_info { | ||||
|     padding-top: 3px; | ||||
| } | ||||
| .search_highlight { | ||||
|     background-color: #ffffe0; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										39
									
								
								components/com_tabulizer/assets/css/export/exportdata.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								components/com_tabulizer/assets/css/export/exportdata.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,39 @@ | ||||
| /* Convert table contents generated by Tabulizer to CSV file format for viewing and downloading  | ||||
|    http://www.tabulizer.com */ | ||||
|  | ||||
| .csv-button { margin-top: 10px; padding-left: 10px; }    | ||||
| div.css-text-container { padding-top:5px; } | ||||
| div.css-text-header { padding: 10px; } | ||||
| div.css-text-content { } | ||||
| a.css-text-download { padding-left: 10px; padding-right:10px; dont-weight: bold; color: #0a0a0a; } | ||||
| a.css-text-close { padding-left: 10px; padding-right:10px; color: #a0a0a0; } | ||||
| textarea.csv-textarea { width: 100%; height: 150px; } | ||||
| div.table-export-buttons input[type=button] { padding: 4px; margin:5px 5px 5px 0px; } | ||||
|  | ||||
| .phidden { display: none; } | ||||
| .export_data_view_btn, .export_data_download_btn, .export_data_email_btn, .export_data_print_btn  { | ||||
|     margin-top: 10px; | ||||
|     margin-right: 5px; | ||||
|     padding: 1px; | ||||
| } | ||||
| .export_data_submit_btn { | ||||
| } | ||||
| .export_data_close_btn { | ||||
| } | ||||
| table.export_data_preferences { | ||||
|     margin: 10px; | ||||
|     border: 1px dotted #979797; | ||||
|     background-color: #fffdaa; | ||||
| } | ||||
| table.export_data_preferences tr td { | ||||
|     border: none; padding: 4px; color: #575757; | ||||
| } | ||||
| table.export_data_preferences tr td.pref_field { font-weight: bold; } | ||||
| table.export_data_preferences tr td.pre_value input { width: 100%; } | ||||
| table.export_data_preferences tr td.pre_value textarea { width: 100%; height: 220px; } | ||||
|  | ||||
| .jqplot-image-button { margin-top: 10px; padding-left: 10px; } | ||||
| div.jqplot-image-container {  padding-top:5px; } | ||||
| div.jqplot-image-container-header { padding: 10px; } | ||||
| span.jqplot-image-container-tip {  font-style: italic; } | ||||
| a.jqplot-image-container-close { padding-left: 10px; padding-right:10px; color: #a0a0a0; } | ||||
							
								
								
									
										4
									
								
								components/com_tabulizer/assets/css/export/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								components/com_tabulizer/assets/css/export/index.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | ||||
| <html> | ||||
| <body bgcolor="#FFFFFF"> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										4
									
								
								components/com_tabulizer/assets/css/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								components/com_tabulizer/assets/css/index.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | ||||
| <html> | ||||
| <body bgcolor="#FFFFFF"> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										259
									
								
								components/com_tabulizer/assets/css/jqplot/jquery.jqplot.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										259
									
								
								components/com_tabulizer/assets/css/jqplot/jquery.jqplot.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,259 @@ | ||||
| /*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/ | ||||
| .jqplot-target { | ||||
|     position: relative; | ||||
|     color: #666666; | ||||
|     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; | ||||
|     font-size: 1em; | ||||
| /*    height: 300px; | ||||
|     width: 400px;*/ | ||||
| } | ||||
|  | ||||
| /*rules applied to all axes*/ | ||||
| .jqplot-axis { | ||||
|     font-size: 0.75em; | ||||
| } | ||||
|  | ||||
| .jqplot-xaxis { | ||||
|     margin-top: 10px; | ||||
| } | ||||
|  | ||||
| .jqplot-x2axis { | ||||
|     margin-bottom: 10px; | ||||
| } | ||||
|  | ||||
| .jqplot-yaxis { | ||||
|     margin-right: 10px; | ||||
| } | ||||
|  | ||||
| .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis { | ||||
|     margin-left: 10px; | ||||
|     margin-right: 10px; | ||||
| } | ||||
|  | ||||
| /*rules applied to all axis tick divs*/ | ||||
| .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick { | ||||
|     position: absolute; | ||||
|     white-space: pre; | ||||
| } | ||||
|  | ||||
|  | ||||
| .jqplot-xaxis-tick { | ||||
|     top: 0px; | ||||
|     /* initial position untill tick is drawn in proper place */ | ||||
|     left: 15px; | ||||
| /*    padding-top: 10px;*/ | ||||
|     vertical-align: top; | ||||
| } | ||||
|  | ||||
| .jqplot-x2axis-tick { | ||||
|     bottom: 0px; | ||||
|     /* initial position untill tick is drawn in proper place */ | ||||
|     left: 15px; | ||||
| /*    padding-bottom: 10px;*/ | ||||
|     vertical-align: bottom; | ||||
| } | ||||
|  | ||||
| .jqplot-yaxis-tick { | ||||
|     right: 0px; | ||||
|     /* initial position untill tick is drawn in proper place */ | ||||
|     top: 15px; | ||||
| /*    padding-right: 10px;*/ | ||||
|     text-align: right; | ||||
| } | ||||
|  | ||||
| .jqplot-yaxis-tick.jqplot-breakTick { | ||||
|     right: -20px; | ||||
|     margin-right: 0px; | ||||
|     padding:1px 5px 1px 5px; | ||||
|     /*background-color: white;*/ | ||||
|     z-index: 2; | ||||
|     font-size: 1.5em; | ||||
| } | ||||
|  | ||||
| .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { | ||||
|     left: 0px; | ||||
|     /* initial position untill tick is drawn in proper place */ | ||||
|     top: 15px; | ||||
| /*    padding-left: 10px;*/ | ||||
| /*    padding-right: 15px;*/ | ||||
|     text-align: left; | ||||
| } | ||||
|  | ||||
| .jqplot-yMidAxis-tick { | ||||
|     text-align: center; | ||||
|     white-space: nowrap; | ||||
| } | ||||
|  | ||||
| .jqplot-xaxis-label { | ||||
|     margin-top: 10px; | ||||
|     font-size: 11pt; | ||||
|     position: absolute; | ||||
| } | ||||
|  | ||||
| .jqplot-x2axis-label { | ||||
|     margin-bottom: 10px; | ||||
|     font-size: 11pt; | ||||
|     position: absolute; | ||||
| } | ||||
|  | ||||
| .jqplot-yaxis-label { | ||||
|     margin-right: 10px; | ||||
| /*    text-align: center;*/ | ||||
|     font-size: 11pt; | ||||
|     position: absolute; | ||||
| } | ||||
|  | ||||
| .jqplot-yMidAxis-label { | ||||
|     font-size: 11pt; | ||||
|     position: absolute; | ||||
| } | ||||
|  | ||||
| .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label { | ||||
| /*    text-align: center;*/ | ||||
|     font-size: 11pt; | ||||
|     margin-left: 10px; | ||||
|     position: absolute; | ||||
| } | ||||
|  | ||||
| .jqplot-meterGauge-tick { | ||||
|     font-size: 0.75em; | ||||
|     color: #999999; | ||||
| } | ||||
|  | ||||
| .jqplot-meterGauge-label { | ||||
|     font-size: 1em; | ||||
|     color: #999999; | ||||
| } | ||||
|  | ||||
| table.jqplot-table-legend { | ||||
|     margin-top: 12px; | ||||
|     margin-bottom: 12px; | ||||
|     margin-left: 12px; | ||||
|     margin-right: 12px; | ||||
| } | ||||
|  | ||||
| table.jqplot-table-legend, table.jqplot-cursor-legend { | ||||
|     background-color: rgba(255,255,255,0.6); | ||||
|     border: 1px solid #cccccc; | ||||
|     position: absolute; | ||||
|     font-size: 0.75em; | ||||
| } | ||||
|  | ||||
| td.jqplot-table-legend { | ||||
|     vertical-align:middle; | ||||
| } | ||||
|  | ||||
| /* | ||||
| These rules could be used instead of assigning | ||||
| element styles and relying on js object properties. | ||||
| */ | ||||
|  | ||||
| /* | ||||
| td.jqplot-table-legend-swatch { | ||||
|     padding-top: 0.5em; | ||||
|     text-align: center; | ||||
| } | ||||
|  | ||||
| tr.jqplot-table-legend:first td.jqplot-table-legend-swatch { | ||||
|     padding-top: 0px; | ||||
| } | ||||
| */ | ||||
|  | ||||
| td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active { | ||||
|     cursor: pointer; | ||||
| } | ||||
|  | ||||
| .jqplot-table-legend .jqplot-series-hidden { | ||||
|     text-decoration: line-through; | ||||
| } | ||||
|  | ||||
| div.jqplot-table-legend-swatch-outline { | ||||
|     border: 1px solid #cccccc; | ||||
|     padding:1px; | ||||
| } | ||||
|  | ||||
| div.jqplot-table-legend-swatch { | ||||
|     width:0px; | ||||
|     height:0px; | ||||
|     border-top-width: 5px; | ||||
|     border-bottom-width: 5px; | ||||
|     border-left-width: 6px; | ||||
|     border-right-width: 6px; | ||||
|     border-top-style: solid; | ||||
|     border-bottom-style: solid; | ||||
|     border-left-style: solid; | ||||
|     border-right-style: solid; | ||||
| } | ||||
|  | ||||
| .jqplot-title { | ||||
|     top: 0px; | ||||
|     left: 0px; | ||||
|     padding-bottom: 0.5em; | ||||
|     font-size: 1.2em; | ||||
| } | ||||
|  | ||||
| table.jqplot-cursor-tooltip { | ||||
|     border: 1px solid #cccccc; | ||||
|     font-size: 0.75em; | ||||
| } | ||||
|  | ||||
|  | ||||
| .jqplot-cursor-tooltip { | ||||
|     border: 1px solid #cccccc; | ||||
|     font-size: 0.75em; | ||||
|     white-space: nowrap; | ||||
|     background: rgba(208,208,208,0.5); | ||||
|     padding: 1px; | ||||
| } | ||||
|  | ||||
| .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { | ||||
|     border: 1px solid #cccccc; | ||||
|     font-size: 0.75em; | ||||
|     white-space: nowrap; | ||||
|     background: rgba(208,208,208,0.5); | ||||
|     padding: 1px; | ||||
| } | ||||
|  | ||||
| .jqplot-point-label { | ||||
|     font-size: 0.75em; | ||||
|     z-index: 2; | ||||
| } | ||||
|        | ||||
| td.jqplot-cursor-legend-swatch { | ||||
|     vertical-align: middle; | ||||
|     text-align: center; | ||||
| } | ||||
|  | ||||
| div.jqplot-cursor-legend-swatch { | ||||
|     width: 1.2em; | ||||
|     height: 0.7em; | ||||
| } | ||||
|  | ||||
| .jqplot-error { | ||||
| /*   Styles added to the plot target container when there is an error go here.*/ | ||||
|     text-align: center; | ||||
| } | ||||
|  | ||||
| .jqplot-error-message { | ||||
| /*    Styling of the custom error message div goes here.*/ | ||||
|     position: relative; | ||||
|     top: 46%; | ||||
|     display: inline-block; | ||||
| } | ||||
|  | ||||
| div.jqplot-bubble-label { | ||||
|     font-size: 0.8em; | ||||
| /*    background: rgba(90%, 90%, 90%, 0.15);*/ | ||||
|     padding-left: 2px; | ||||
|     padding-right: 2px; | ||||
|     color: rgb(20%, 20%, 20%); | ||||
| } | ||||
|  | ||||
| div.jqplot-bubble-label.jqplot-bubble-label-highlight { | ||||
|     background: rgba(90%, 90%, 90%, 0.7); | ||||
| } | ||||
|  | ||||
| div.jqplot-noData-container { | ||||
|     text-align: center; | ||||
|     background-color: rgba(96%, 96%, 96%, 0.3); | ||||
| } | ||||
							
								
								
									
										1
									
								
								components/com_tabulizer/assets/css/jqplot/jquery.jqplot.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								components/com_tabulizer/assets/css/jqplot/jquery.jqplot.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| .jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em}.jqplot-axis{font-size:.75em}.jqplot-xaxis{margin-top:10px}.jqplot-x2axis{margin-bottom:10px}.jqplot-yaxis{margin-right:10px}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis,.jqplot-yMidAxis{margin-left:10px;margin-right:10px}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick,.jqplot-yMidAxis-tick{position:absolute;white-space:pre}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom}.jqplot-yaxis-tick{right:0;top:15px;text-align:right}.jqplot-yaxis-tick.jqplot-breakTick{right:-20px;margin-right:0;padding:1px 5px 1px 5px;z-index:2;font-size:1.5em}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left}.jqplot-yMidAxis-tick{text-align:center;white-space:nowrap}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute}.jqplot-yMidAxis-label{font-size:11pt;position:absolute}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;margin-left:10px;position:absolute}.jqplot-meterGauge-tick{font-size:.75em;color:#999}.jqplot-meterGauge-label{font-size:1em;color:#999}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,0.6);border:1px solid #ccc;position:absolute;font-size:.75em}td.jqplot-table-legend{vertical-align:middle}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer}.jqplot-table-legend .jqplot-series-hidden{text-decoration:line-through}div.jqplot-table-legend-swatch-outline{border:1px solid #ccc;padding:1px}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-highlighter-tooltip,.jqplot-canvasOverlay-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-point-label{font-size:.75em;z-index:2}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em}.jqplot-error{text-align:center}.jqplot-error-message{position:relative;top:46%;display:inline-block}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:rgb(20%,20%,20%)}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,0.7)}div.jqplot-noData-container{text-align:center;background-color:rgba(96%,96%,96%,0.3)} | ||||
							
								
								
									
										565
									
								
								components/com_tabulizer/assets/css/jquery-ui.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										565
									
								
								components/com_tabulizer/assets/css/jquery-ui.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,565 @@ | ||||
| /* | ||||
|  * jQuery UI CSS Framework 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Theming/API | ||||
|  */ | ||||
|  | ||||
| /* Layout helpers | ||||
| ----------------------------------*/ | ||||
| .ui-helper-hidden { display: none; } | ||||
| .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } | ||||
| .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } | ||||
| .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } | ||||
| .ui-helper-clearfix:after { clear: both; } | ||||
| .ui-helper-clearfix { zoom: 1; } | ||||
| .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } | ||||
|  | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-disabled { cursor: default !important; } | ||||
|  | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * jQuery UI CSS Framework 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Theming/API | ||||
|  * | ||||
|  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px | ||||
|  */ | ||||
|  | ||||
|  | ||||
| /* Component containers | ||||
| ----------------------------------*/ | ||||
| .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } | ||||
| .ui-widget .ui-widget { font-size: 1em; } | ||||
| .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } | ||||
| .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } | ||||
| .ui-widget-content a { color: #333333; } | ||||
| .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } | ||||
| .ui-widget-header a { color: #ffffff; } | ||||
|  | ||||
| /* Interaction states | ||||
| ----------------------------------*/ | ||||
| .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } | ||||
| .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } | ||||
| .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } | ||||
| .ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } | ||||
| .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } | ||||
| .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } | ||||
| .ui-widget :active { outline: none; } | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } | ||||
| .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } | ||||
| .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } | ||||
| .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } | ||||
| .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } | ||||
| .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } | ||||
| .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } | ||||
| .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } | ||||
| .ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); } | ||||
| .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); } | ||||
|  | ||||
| /* positioning */ | ||||
| .ui-icon-carat-1-n { background-position: 0 0; } | ||||
| .ui-icon-carat-1-ne { background-position: -16px 0; } | ||||
| .ui-icon-carat-1-e { background-position: -32px 0; } | ||||
| .ui-icon-carat-1-se { background-position: -48px 0; } | ||||
| .ui-icon-carat-1-s { background-position: -64px 0; } | ||||
| .ui-icon-carat-1-sw { background-position: -80px 0; } | ||||
| .ui-icon-carat-1-w { background-position: -96px 0; } | ||||
| .ui-icon-carat-1-nw { background-position: -112px 0; } | ||||
| .ui-icon-carat-2-n-s { background-position: -128px 0; } | ||||
| .ui-icon-carat-2-e-w { background-position: -144px 0; } | ||||
| .ui-icon-triangle-1-n { background-position: 0 -16px; } | ||||
| .ui-icon-triangle-1-ne { background-position: -16px -16px; } | ||||
| .ui-icon-triangle-1-e { background-position: -32px -16px; } | ||||
| .ui-icon-triangle-1-se { background-position: -48px -16px; } | ||||
| .ui-icon-triangle-1-s { background-position: -64px -16px; } | ||||
| .ui-icon-triangle-1-sw { background-position: -80px -16px; } | ||||
| .ui-icon-triangle-1-w { background-position: -96px -16px; } | ||||
| .ui-icon-triangle-1-nw { background-position: -112px -16px; } | ||||
| .ui-icon-triangle-2-n-s { background-position: -128px -16px; } | ||||
| .ui-icon-triangle-2-e-w { background-position: -144px -16px; } | ||||
| .ui-icon-arrow-1-n { background-position: 0 -32px; } | ||||
| .ui-icon-arrow-1-ne { background-position: -16px -32px; } | ||||
| .ui-icon-arrow-1-e { background-position: -32px -32px; } | ||||
| .ui-icon-arrow-1-se { background-position: -48px -32px; } | ||||
| .ui-icon-arrow-1-s { background-position: -64px -32px; } | ||||
| .ui-icon-arrow-1-sw { background-position: -80px -32px; } | ||||
| .ui-icon-arrow-1-w { background-position: -96px -32px; } | ||||
| .ui-icon-arrow-1-nw { background-position: -112px -32px; } | ||||
| .ui-icon-arrow-2-n-s { background-position: -128px -32px; } | ||||
| .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } | ||||
| .ui-icon-arrow-2-e-w { background-position: -160px -32px; } | ||||
| .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } | ||||
| .ui-icon-arrowstop-1-n { background-position: -192px -32px; } | ||||
| .ui-icon-arrowstop-1-e { background-position: -208px -32px; } | ||||
| .ui-icon-arrowstop-1-s { background-position: -224px -32px; } | ||||
| .ui-icon-arrowstop-1-w { background-position: -240px -32px; } | ||||
| .ui-icon-arrowthick-1-n { background-position: 0 -48px; } | ||||
| .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } | ||||
| .ui-icon-arrowthick-1-e { background-position: -32px -48px; } | ||||
| .ui-icon-arrowthick-1-se { background-position: -48px -48px; } | ||||
| .ui-icon-arrowthick-1-s { background-position: -64px -48px; } | ||||
| .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } | ||||
| .ui-icon-arrowthick-1-w { background-position: -96px -48px; } | ||||
| .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } | ||||
| .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } | ||||
| .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } | ||||
| .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } | ||||
| .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } | ||||
| .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } | ||||
| .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } | ||||
| .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } | ||||
| .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } | ||||
| .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } | ||||
| .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } | ||||
| .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } | ||||
| .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } | ||||
| .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } | ||||
| .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } | ||||
| .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } | ||||
| .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } | ||||
| .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } | ||||
| .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } | ||||
| .ui-icon-arrow-4 { background-position: 0 -80px; } | ||||
| .ui-icon-arrow-4-diag { background-position: -16px -80px; } | ||||
| .ui-icon-extlink { background-position: -32px -80px; } | ||||
| .ui-icon-newwin { background-position: -48px -80px; } | ||||
| .ui-icon-refresh { background-position: -64px -80px; } | ||||
| .ui-icon-shuffle { background-position: -80px -80px; } | ||||
| .ui-icon-transfer-e-w { background-position: -96px -80px; } | ||||
| .ui-icon-transferthick-e-w { background-position: -112px -80px; } | ||||
| .ui-icon-folder-collapsed { background-position: 0 -96px; } | ||||
| .ui-icon-folder-open { background-position: -16px -96px; } | ||||
| .ui-icon-document { background-position: -32px -96px; } | ||||
| .ui-icon-document-b { background-position: -48px -96px; } | ||||
| .ui-icon-note { background-position: -64px -96px; } | ||||
| .ui-icon-mail-closed { background-position: -80px -96px; } | ||||
| .ui-icon-mail-open { background-position: -96px -96px; } | ||||
| .ui-icon-suitcase { background-position: -112px -96px; } | ||||
| .ui-icon-comment { background-position: -128px -96px; } | ||||
| .ui-icon-person { background-position: -144px -96px; } | ||||
| .ui-icon-print { background-position: -160px -96px; } | ||||
| .ui-icon-trash { background-position: -176px -96px; } | ||||
| .ui-icon-locked { background-position: -192px -96px; } | ||||
| .ui-icon-unlocked { background-position: -208px -96px; } | ||||
| .ui-icon-bookmark { background-position: -224px -96px; } | ||||
| .ui-icon-tag { background-position: -240px -96px; } | ||||
| .ui-icon-home { background-position: 0 -112px; } | ||||
| .ui-icon-flag { background-position: -16px -112px; } | ||||
| .ui-icon-calendar { background-position: -32px -112px; } | ||||
| .ui-icon-cart { background-position: -48px -112px; } | ||||
| .ui-icon-pencil { background-position: -64px -112px; } | ||||
| .ui-icon-clock { background-position: -80px -112px; } | ||||
| .ui-icon-disk { background-position: -96px -112px; } | ||||
| .ui-icon-calculator { background-position: -112px -112px; } | ||||
| .ui-icon-zoomin { background-position: -128px -112px; } | ||||
| .ui-icon-zoomout { background-position: -144px -112px; } | ||||
| .ui-icon-search { background-position: -160px -112px; } | ||||
| .ui-icon-wrench { background-position: -176px -112px; } | ||||
| .ui-icon-gear { background-position: -192px -112px; } | ||||
| .ui-icon-heart { background-position: -208px -112px; } | ||||
| .ui-icon-star { background-position: -224px -112px; } | ||||
| .ui-icon-link { background-position: -240px -112px; } | ||||
| .ui-icon-cancel { background-position: 0 -128px; } | ||||
| .ui-icon-plus { background-position: -16px -128px; } | ||||
| .ui-icon-plusthick { background-position: -32px -128px; } | ||||
| .ui-icon-minus { background-position: -48px -128px; } | ||||
| .ui-icon-minusthick { background-position: -64px -128px; } | ||||
| .ui-icon-close { background-position: -80px -128px; } | ||||
| .ui-icon-closethick { background-position: -96px -128px; } | ||||
| .ui-icon-key { background-position: -112px -128px; } | ||||
| .ui-icon-lightbulb { background-position: -128px -128px; } | ||||
| .ui-icon-scissors { background-position: -144px -128px; } | ||||
| .ui-icon-clipboard { background-position: -160px -128px; } | ||||
| .ui-icon-copy { background-position: -176px -128px; } | ||||
| .ui-icon-contact { background-position: -192px -128px; } | ||||
| .ui-icon-image { background-position: -208px -128px; } | ||||
| .ui-icon-video { background-position: -224px -128px; } | ||||
| .ui-icon-script { background-position: -240px -128px; } | ||||
| .ui-icon-alert { background-position: 0 -144px; } | ||||
| .ui-icon-info { background-position: -16px -144px; } | ||||
| .ui-icon-notice { background-position: -32px -144px; } | ||||
| .ui-icon-help { background-position: -48px -144px; } | ||||
| .ui-icon-check { background-position: -64px -144px; } | ||||
| .ui-icon-bullet { background-position: -80px -144px; } | ||||
| .ui-icon-radio-off { background-position: -96px -144px; } | ||||
| .ui-icon-radio-on { background-position: -112px -144px; } | ||||
| .ui-icon-pin-w { background-position: -128px -144px; } | ||||
| .ui-icon-pin-s { background-position: -144px -144px; } | ||||
| .ui-icon-play { background-position: 0 -160px; } | ||||
| .ui-icon-pause { background-position: -16px -160px; } | ||||
| .ui-icon-seek-next { background-position: -32px -160px; } | ||||
| .ui-icon-seek-prev { background-position: -48px -160px; } | ||||
| .ui-icon-seek-end { background-position: -64px -160px; } | ||||
| .ui-icon-seek-start { background-position: -80px -160px; } | ||||
| /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ | ||||
| .ui-icon-seek-first { background-position: -80px -160px; } | ||||
| .ui-icon-stop { background-position: -96px -160px; } | ||||
| .ui-icon-eject { background-position: -112px -160px; } | ||||
| .ui-icon-volume-off { background-position: -128px -160px; } | ||||
| .ui-icon-volume-on { background-position: -144px -160px; } | ||||
| .ui-icon-power { background-position: 0 -176px; } | ||||
| .ui-icon-signal-diag { background-position: -16px -176px; } | ||||
| .ui-icon-signal { background-position: -32px -176px; } | ||||
| .ui-icon-battery-0 { background-position: -48px -176px; } | ||||
| .ui-icon-battery-1 { background-position: -64px -176px; } | ||||
| .ui-icon-battery-2 { background-position: -80px -176px; } | ||||
| .ui-icon-battery-3 { background-position: -96px -176px; } | ||||
| .ui-icon-circle-plus { background-position: 0 -192px; } | ||||
| .ui-icon-circle-minus { background-position: -16px -192px; } | ||||
| .ui-icon-circle-close { background-position: -32px -192px; } | ||||
| .ui-icon-circle-triangle-e { background-position: -48px -192px; } | ||||
| .ui-icon-circle-triangle-s { background-position: -64px -192px; } | ||||
| .ui-icon-circle-triangle-w { background-position: -80px -192px; } | ||||
| .ui-icon-circle-triangle-n { background-position: -96px -192px; } | ||||
| .ui-icon-circle-arrow-e { background-position: -112px -192px; } | ||||
| .ui-icon-circle-arrow-s { background-position: -128px -192px; } | ||||
| .ui-icon-circle-arrow-w { background-position: -144px -192px; } | ||||
| .ui-icon-circle-arrow-n { background-position: -160px -192px; } | ||||
| .ui-icon-circle-zoomin { background-position: -176px -192px; } | ||||
| .ui-icon-circle-zoomout { background-position: -192px -192px; } | ||||
| .ui-icon-circle-check { background-position: -208px -192px; } | ||||
| .ui-icon-circlesmall-plus { background-position: 0 -208px; } | ||||
| .ui-icon-circlesmall-minus { background-position: -16px -208px; } | ||||
| .ui-icon-circlesmall-close { background-position: -32px -208px; } | ||||
| .ui-icon-squaresmall-plus { background-position: -48px -208px; } | ||||
| .ui-icon-squaresmall-minus { background-position: -64px -208px; } | ||||
| .ui-icon-squaresmall-close { background-position: -80px -208px; } | ||||
| .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } | ||||
| .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } | ||||
| .ui-icon-grip-solid-vertical { background-position: -32px -224px; } | ||||
| .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } | ||||
| .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } | ||||
| .ui-icon-grip-diagonal-se { background-position: -80px -224px; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Corner radius */ | ||||
| .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } | ||||
| .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* | ||||
|  * jQuery UI Resizable 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Resizable#theming | ||||
|  */ | ||||
| .ui-resizable { position: relative;} | ||||
| .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } | ||||
| .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } | ||||
| .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } | ||||
| .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } | ||||
| .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } | ||||
| .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } | ||||
| .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } | ||||
| .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } | ||||
| .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } | ||||
| .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* | ||||
|  * jQuery UI Selectable 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Selectable#theming | ||||
|  */ | ||||
| .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } | ||||
| /* | ||||
|  * jQuery UI Accordion 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Accordion#theming | ||||
|  */ | ||||
| /* IE/Win - Fix animation bug - #4615 */ | ||||
| .ui-accordion { width: 100%; } | ||||
| .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } | ||||
| .ui-accordion .ui-accordion-li-fix { display: inline; } | ||||
| .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } | ||||
| .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } | ||||
| .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } | ||||
| .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } | ||||
| .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } | ||||
| .ui-accordion .ui-accordion-content-active { display: block; } | ||||
| /* | ||||
|  * jQuery UI Autocomplete 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Autocomplete#theming | ||||
|  */ | ||||
| .ui-autocomplete { position: absolute; cursor: default; }	 | ||||
|  | ||||
| /* workarounds */ | ||||
| * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ | ||||
|  | ||||
| /* | ||||
|  * jQuery UI Menu 1.8.18 | ||||
|  * | ||||
|  * Copyright 2010, 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/Menu#theming | ||||
|  */ | ||||
| .ui-menu { | ||||
| 	list-style:none; | ||||
| 	padding: 2px; | ||||
| 	margin: 0; | ||||
| 	display:block; | ||||
| 	float: left; | ||||
| } | ||||
| .ui-menu .ui-menu { | ||||
| 	margin-top: -3px; | ||||
| } | ||||
| .ui-menu .ui-menu-item { | ||||
| 	margin:0; | ||||
| 	padding: 0; | ||||
| 	zoom: 1; | ||||
| 	float: left; | ||||
| 	clear: left; | ||||
| 	width: 100%; | ||||
| } | ||||
| .ui-menu .ui-menu-item a { | ||||
| 	text-decoration:none; | ||||
| 	display:block; | ||||
| 	padding:.2em .4em; | ||||
| 	line-height:1.5; | ||||
| 	zoom:1; | ||||
| } | ||||
| .ui-menu .ui-menu-item a.ui-state-hover, | ||||
| .ui-menu .ui-menu-item a.ui-state-active { | ||||
| 	font-weight: normal; | ||||
| 	margin: -1px; | ||||
| } | ||||
| /* | ||||
|  * jQuery UI Button 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Button#theming | ||||
|  */ | ||||
| .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */ | ||||
| .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ | ||||
| button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ | ||||
| .ui-button-icons-only { width: 3.4em; }  | ||||
| button.ui-button-icons-only { width: 3.7em; }  | ||||
|  | ||||
| /*button text element */ | ||||
| .ui-button .ui-button-text { display: block; line-height: 1.4;  } | ||||
| .ui-button-text-only .ui-button-text { padding: .4em 1em; } | ||||
| .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } | ||||
| .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } | ||||
| .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } | ||||
| .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } | ||||
| /* no icon support for input elements, provide padding by default */ | ||||
| input.ui-button { padding: .4em 1em; } | ||||
|  | ||||
| /*button icon element(s) */ | ||||
| .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } | ||||
| .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } | ||||
| .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } | ||||
| .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } | ||||
| .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } | ||||
|  | ||||
| /*button sets*/ | ||||
| .ui-buttonset { margin-right: 7px; } | ||||
| .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } | ||||
|  | ||||
| /* workarounds */ | ||||
| button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ | ||||
| /* | ||||
|  * jQuery UI Dialog 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Dialog#theming | ||||
|  */ | ||||
| .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } | ||||
| .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  } | ||||
| .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }  | ||||
| .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } | ||||
| .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } | ||||
| .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } | ||||
| .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } | ||||
| .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } | ||||
| .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } | ||||
| .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } | ||||
| .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } | ||||
| .ui-draggable .ui-dialog-titlebar { cursor: move; } | ||||
| /* | ||||
|  * jQuery UI Slider 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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; } | ||||
| .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; } | ||||
| .ui-slider-vertical .ui-slider-range-max { top: 0; }/* | ||||
|  * jQuery UI Tabs 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Tabs#theming | ||||
|  */ | ||||
| .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ | ||||
| .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } | ||||
| .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } | ||||
| .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } | ||||
| .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } | ||||
| .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } | ||||
| .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ | ||||
| .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } | ||||
| .ui-tabs .ui-tabs-hide { display: none !important; } | ||||
| /* | ||||
|  * jQuery UI Datepicker 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Datepicker#theming | ||||
|  */ | ||||
| .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } | ||||
| .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } | ||||
| .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } | ||||
| .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } | ||||
| .ui-datepicker .ui-datepicker-prev { left:2px; } | ||||
| .ui-datepicker .ui-datepicker-next { right:2px; } | ||||
| .ui-datepicker .ui-datepicker-prev-hover { left:1px; } | ||||
| .ui-datepicker .ui-datepicker-next-hover { right:1px; } | ||||
| .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  } | ||||
| .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } | ||||
| .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } | ||||
| .ui-datepicker select.ui-datepicker-month-year {width: 100%;} | ||||
| .ui-datepicker select.ui-datepicker-month,  | ||||
| .ui-datepicker select.ui-datepicker-year { width: 49%;} | ||||
| .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } | ||||
| .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  } | ||||
| .ui-datepicker td { border: 0; padding: 1px; } | ||||
| .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } | ||||
|  | ||||
| /* with multiple calendars */ | ||||
| .ui-datepicker.ui-datepicker-multi { width:auto; } | ||||
| .ui-datepicker-multi .ui-datepicker-group { float:left; } | ||||
| .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } | ||||
| .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } | ||||
| .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } | ||||
| .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } | ||||
| .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } | ||||
| .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } | ||||
| .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } | ||||
| .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } | ||||
|  | ||||
| /* RTL support */ | ||||
| .ui-datepicker-rtl { direction: rtl; } | ||||
| .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group { float:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } | ||||
|  | ||||
| /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ | ||||
| .ui-datepicker-cover { | ||||
|     display: none; /*sorry for IE5*/ | ||||
|     display/**/: block; /*sorry for IE5*/ | ||||
|     position: absolute; /*must have*/ | ||||
|     z-index: -1; /*must have*/ | ||||
|     filter: mask(); /*must have*/ | ||||
|     top: -4px; /*must have*/ | ||||
|     left: -4px; /*must have*/ | ||||
|     width: 200px; /*must have*/ | ||||
|     height: 200px; /*must have*/ | ||||
| }/* | ||||
|  * jQuery UI Progressbar 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Progressbar#theming | ||||
|  */ | ||||
| .ui-progressbar { height:2em; text-align: left; overflow: hidden; } | ||||
| .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } | ||||
							
								
								
									
										565
									
								
								components/com_tabulizer/assets/css/jtquery-ui.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										565
									
								
								components/com_tabulizer/assets/css/jtquery-ui.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,565 @@ | ||||
| /* | ||||
|  * jQuery UI CSS Framework 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Theming/API | ||||
|  */ | ||||
|  | ||||
| /* Layout helpers | ||||
| ----------------------------------*/ | ||||
| .ui-helper-hidden { display: none; } | ||||
| .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } | ||||
| .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } | ||||
| .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } | ||||
| .ui-helper-clearfix:after { clear: both; } | ||||
| .ui-helper-clearfix { zoom: 1; } | ||||
| .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } | ||||
|  | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-disabled { cursor: default !important; } | ||||
|  | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * jQuery UI CSS Framework 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Theming/API | ||||
|  * | ||||
|  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px | ||||
|  */ | ||||
|  | ||||
|  | ||||
| /* Component containers | ||||
| ----------------------------------*/ | ||||
| .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } | ||||
| .ui-widget .ui-widget { font-size: 1em; } | ||||
| .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } | ||||
| .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } | ||||
| .ui-widget-content a { color: #333333; } | ||||
| .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } | ||||
| .ui-widget-header a { color: #ffffff; } | ||||
|  | ||||
| /* Interaction states | ||||
| ----------------------------------*/ | ||||
| .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } | ||||
| .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } | ||||
| .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } | ||||
| .ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } | ||||
| .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } | ||||
| .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } | ||||
| .ui-widget :active { outline: none; } | ||||
|  | ||||
| /* Interaction Cues | ||||
| ----------------------------------*/ | ||||
| .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } | ||||
| .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } | ||||
| .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } | ||||
| .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } | ||||
| .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } | ||||
| .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } | ||||
| .ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } | ||||
| .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } | ||||
|  | ||||
| /* Icons | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* states and images */ | ||||
| .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } | ||||
| .ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } | ||||
| .ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } | ||||
| .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); } | ||||
| .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); } | ||||
|  | ||||
| /* positioning */ | ||||
| .ui-icon-carat-1-n { background-position: 0 0; } | ||||
| .ui-icon-carat-1-ne { background-position: -16px 0; } | ||||
| .ui-icon-carat-1-e { background-position: -32px 0; } | ||||
| .ui-icon-carat-1-se { background-position: -48px 0; } | ||||
| .ui-icon-carat-1-s { background-position: -64px 0; } | ||||
| .ui-icon-carat-1-sw { background-position: -80px 0; } | ||||
| .ui-icon-carat-1-w { background-position: -96px 0; } | ||||
| .ui-icon-carat-1-nw { background-position: -112px 0; } | ||||
| .ui-icon-carat-2-n-s { background-position: -128px 0; } | ||||
| .ui-icon-carat-2-e-w { background-position: -144px 0; } | ||||
| .ui-icon-triangle-1-n { background-position: 0 -16px; } | ||||
| .ui-icon-triangle-1-ne { background-position: -16px -16px; } | ||||
| .ui-icon-triangle-1-e { background-position: -32px -16px; } | ||||
| .ui-icon-triangle-1-se { background-position: -48px -16px; } | ||||
| .ui-icon-triangle-1-s { background-position: -64px -16px; } | ||||
| .ui-icon-triangle-1-sw { background-position: -80px -16px; } | ||||
| .ui-icon-triangle-1-w { background-position: -96px -16px; } | ||||
| .ui-icon-triangle-1-nw { background-position: -112px -16px; } | ||||
| .ui-icon-triangle-2-n-s { background-position: -128px -16px; } | ||||
| .ui-icon-triangle-2-e-w { background-position: -144px -16px; } | ||||
| .ui-icon-arrow-1-n { background-position: 0 -32px; } | ||||
| .ui-icon-arrow-1-ne { background-position: -16px -32px; } | ||||
| .ui-icon-arrow-1-e { background-position: -32px -32px; } | ||||
| .ui-icon-arrow-1-se { background-position: -48px -32px; } | ||||
| .ui-icon-arrow-1-s { background-position: -64px -32px; } | ||||
| .ui-icon-arrow-1-sw { background-position: -80px -32px; } | ||||
| .ui-icon-arrow-1-w { background-position: -96px -32px; } | ||||
| .ui-icon-arrow-1-nw { background-position: -112px -32px; } | ||||
| .ui-icon-arrow-2-n-s { background-position: -128px -32px; } | ||||
| .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } | ||||
| .ui-icon-arrow-2-e-w { background-position: -160px -32px; } | ||||
| .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } | ||||
| .ui-icon-arrowstop-1-n { background-position: -192px -32px; } | ||||
| .ui-icon-arrowstop-1-e { background-position: -208px -32px; } | ||||
| .ui-icon-arrowstop-1-s { background-position: -224px -32px; } | ||||
| .ui-icon-arrowstop-1-w { background-position: -240px -32px; } | ||||
| .ui-icon-arrowthick-1-n { background-position: 0 -48px; } | ||||
| .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } | ||||
| .ui-icon-arrowthick-1-e { background-position: -32px -48px; } | ||||
| .ui-icon-arrowthick-1-se { background-position: -48px -48px; } | ||||
| .ui-icon-arrowthick-1-s { background-position: -64px -48px; } | ||||
| .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } | ||||
| .ui-icon-arrowthick-1-w { background-position: -96px -48px; } | ||||
| .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } | ||||
| .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } | ||||
| .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } | ||||
| .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } | ||||
| .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } | ||||
| .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } | ||||
| .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } | ||||
| .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } | ||||
| .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } | ||||
| .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } | ||||
| .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } | ||||
| .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } | ||||
| .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } | ||||
| .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } | ||||
| .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } | ||||
| .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } | ||||
| .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } | ||||
| .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } | ||||
| .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } | ||||
| .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } | ||||
| .ui-icon-arrow-4 { background-position: 0 -80px; } | ||||
| .ui-icon-arrow-4-diag { background-position: -16px -80px; } | ||||
| .ui-icon-extlink { background-position: -32px -80px; } | ||||
| .ui-icon-newwin { background-position: -48px -80px; } | ||||
| .ui-icon-refresh { background-position: -64px -80px; } | ||||
| .ui-icon-shuffle { background-position: -80px -80px; } | ||||
| .ui-icon-transfer-e-w { background-position: -96px -80px; } | ||||
| .ui-icon-transferthick-e-w { background-position: -112px -80px; } | ||||
| .ui-icon-folder-collapsed { background-position: 0 -96px; } | ||||
| .ui-icon-folder-open { background-position: -16px -96px; } | ||||
| .ui-icon-document { background-position: -32px -96px; } | ||||
| .ui-icon-document-b { background-position: -48px -96px; } | ||||
| .ui-icon-note { background-position: -64px -96px; } | ||||
| .ui-icon-mail-closed { background-position: -80px -96px; } | ||||
| .ui-icon-mail-open { background-position: -96px -96px; } | ||||
| .ui-icon-suitcase { background-position: -112px -96px; } | ||||
| .ui-icon-comment { background-position: -128px -96px; } | ||||
| .ui-icon-person { background-position: -144px -96px; } | ||||
| .ui-icon-print { background-position: -160px -96px; } | ||||
| .ui-icon-trash { background-position: -176px -96px; } | ||||
| .ui-icon-locked { background-position: -192px -96px; } | ||||
| .ui-icon-unlocked { background-position: -208px -96px; } | ||||
| .ui-icon-bookmark { background-position: -224px -96px; } | ||||
| .ui-icon-tag { background-position: -240px -96px; } | ||||
| .ui-icon-home { background-position: 0 -112px; } | ||||
| .ui-icon-flag { background-position: -16px -112px; } | ||||
| .ui-icon-calendar { background-position: -32px -112px; } | ||||
| .ui-icon-cart { background-position: -48px -112px; } | ||||
| .ui-icon-pencil { background-position: -64px -112px; } | ||||
| .ui-icon-clock { background-position: -80px -112px; } | ||||
| .ui-icon-disk { background-position: -96px -112px; } | ||||
| .ui-icon-calculator { background-position: -112px -112px; } | ||||
| .ui-icon-zoomin { background-position: -128px -112px; } | ||||
| .ui-icon-zoomout { background-position: -144px -112px; } | ||||
| .ui-icon-search { background-position: -160px -112px; } | ||||
| .ui-icon-wrench { background-position: -176px -112px; } | ||||
| .ui-icon-gear { background-position: -192px -112px; } | ||||
| .ui-icon-heart { background-position: -208px -112px; } | ||||
| .ui-icon-star { background-position: -224px -112px; } | ||||
| .ui-icon-link { background-position: -240px -112px; } | ||||
| .ui-icon-cancel { background-position: 0 -128px; } | ||||
| .ui-icon-plus { background-position: -16px -128px; } | ||||
| .ui-icon-plusthick { background-position: -32px -128px; } | ||||
| .ui-icon-minus { background-position: -48px -128px; } | ||||
| .ui-icon-minusthick { background-position: -64px -128px; } | ||||
| .ui-icon-close { background-position: -80px -128px; } | ||||
| .ui-icon-closethick { background-position: -96px -128px; } | ||||
| .ui-icon-key { background-position: -112px -128px; } | ||||
| .ui-icon-lightbulb { background-position: -128px -128px; } | ||||
| .ui-icon-scissors { background-position: -144px -128px; } | ||||
| .ui-icon-clipboard { background-position: -160px -128px; } | ||||
| .ui-icon-copy { background-position: -176px -128px; } | ||||
| .ui-icon-contact { background-position: -192px -128px; } | ||||
| .ui-icon-image { background-position: -208px -128px; } | ||||
| .ui-icon-video { background-position: -224px -128px; } | ||||
| .ui-icon-script { background-position: -240px -128px; } | ||||
| .ui-icon-alert { background-position: 0 -144px; } | ||||
| .ui-icon-info { background-position: -16px -144px; } | ||||
| .ui-icon-notice { background-position: -32px -144px; } | ||||
| .ui-icon-help { background-position: -48px -144px; } | ||||
| .ui-icon-check { background-position: -64px -144px; } | ||||
| .ui-icon-bullet { background-position: -80px -144px; } | ||||
| .ui-icon-radio-off { background-position: -96px -144px; } | ||||
| .ui-icon-radio-on { background-position: -112px -144px; } | ||||
| .ui-icon-pin-w { background-position: -128px -144px; } | ||||
| .ui-icon-pin-s { background-position: -144px -144px; } | ||||
| .ui-icon-play { background-position: 0 -160px; } | ||||
| .ui-icon-pause { background-position: -16px -160px; } | ||||
| .ui-icon-seek-next { background-position: -32px -160px; } | ||||
| .ui-icon-seek-prev { background-position: -48px -160px; } | ||||
| .ui-icon-seek-end { background-position: -64px -160px; } | ||||
| .ui-icon-seek-start { background-position: -80px -160px; } | ||||
| /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ | ||||
| .ui-icon-seek-first { background-position: -80px -160px; } | ||||
| .ui-icon-stop { background-position: -96px -160px; } | ||||
| .ui-icon-eject { background-position: -112px -160px; } | ||||
| .ui-icon-volume-off { background-position: -128px -160px; } | ||||
| .ui-icon-volume-on { background-position: -144px -160px; } | ||||
| .ui-icon-power { background-position: 0 -176px; } | ||||
| .ui-icon-signal-diag { background-position: -16px -176px; } | ||||
| .ui-icon-signal { background-position: -32px -176px; } | ||||
| .ui-icon-battery-0 { background-position: -48px -176px; } | ||||
| .ui-icon-battery-1 { background-position: -64px -176px; } | ||||
| .ui-icon-battery-2 { background-position: -80px -176px; } | ||||
| .ui-icon-battery-3 { background-position: -96px -176px; } | ||||
| .ui-icon-circle-plus { background-position: 0 -192px; } | ||||
| .ui-icon-circle-minus { background-position: -16px -192px; } | ||||
| .ui-icon-circle-close { background-position: -32px -192px; } | ||||
| .ui-icon-circle-triangle-e { background-position: -48px -192px; } | ||||
| .ui-icon-circle-triangle-s { background-position: -64px -192px; } | ||||
| .ui-icon-circle-triangle-w { background-position: -80px -192px; } | ||||
| .ui-icon-circle-triangle-n { background-position: -96px -192px; } | ||||
| .ui-icon-circle-arrow-e { background-position: -112px -192px; } | ||||
| .ui-icon-circle-arrow-s { background-position: -128px -192px; } | ||||
| .ui-icon-circle-arrow-w { background-position: -144px -192px; } | ||||
| .ui-icon-circle-arrow-n { background-position: -160px -192px; } | ||||
| .ui-icon-circle-zoomin { background-position: -176px -192px; } | ||||
| .ui-icon-circle-zoomout { background-position: -192px -192px; } | ||||
| .ui-icon-circle-check { background-position: -208px -192px; } | ||||
| .ui-icon-circlesmall-plus { background-position: 0 -208px; } | ||||
| .ui-icon-circlesmall-minus { background-position: -16px -208px; } | ||||
| .ui-icon-circlesmall-close { background-position: -32px -208px; } | ||||
| .ui-icon-squaresmall-plus { background-position: -48px -208px; } | ||||
| .ui-icon-squaresmall-minus { background-position: -64px -208px; } | ||||
| .ui-icon-squaresmall-close { background-position: -80px -208px; } | ||||
| .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } | ||||
| .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } | ||||
| .ui-icon-grip-solid-vertical { background-position: -32px -224px; } | ||||
| .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } | ||||
| .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } | ||||
| .ui-icon-grip-diagonal-se { background-position: -80px -224px; } | ||||
|  | ||||
|  | ||||
| /* Misc visuals | ||||
| ----------------------------------*/ | ||||
|  | ||||
| /* Corner radius */ | ||||
| .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } | ||||
| .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } | ||||
|  | ||||
| /* Overlays */ | ||||
| .ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } | ||||
| .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* | ||||
|  * jQuery UI Resizable 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Resizable#theming | ||||
|  */ | ||||
| .ui-resizable { position: relative;} | ||||
| .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } | ||||
| .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } | ||||
| .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } | ||||
| .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } | ||||
| .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } | ||||
| .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } | ||||
| .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } | ||||
| .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } | ||||
| .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } | ||||
| .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* | ||||
|  * jQuery UI Selectable 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Selectable#theming | ||||
|  */ | ||||
| .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } | ||||
| /* | ||||
|  * jQuery UI Accordion 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Accordion#theming | ||||
|  */ | ||||
| /* IE/Win - Fix animation bug - #4615 */ | ||||
| .ui-accordion { width: 100%; } | ||||
| .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } | ||||
| .ui-accordion .ui-accordion-li-fix { display: inline; } | ||||
| .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } | ||||
| .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } | ||||
| .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } | ||||
| .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } | ||||
| .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } | ||||
| .ui-accordion .ui-accordion-content-active { display: block; } | ||||
| /* | ||||
|  * jQuery UI Autocomplete 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Autocomplete#theming | ||||
|  */ | ||||
| .ui-autocomplete { position: absolute; cursor: default; }	 | ||||
|  | ||||
| /* workarounds */ | ||||
| * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ | ||||
|  | ||||
| /* | ||||
|  * jQuery UI Menu 1.8.18 | ||||
|  * | ||||
|  * Copyright 2010, 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/Menu#theming | ||||
|  */ | ||||
| .ui-menu { | ||||
| 	list-style:none; | ||||
| 	padding: 2px; | ||||
| 	margin: 0; | ||||
| 	display:block; | ||||
| 	float: left; | ||||
| } | ||||
| .ui-menu .ui-menu { | ||||
| 	margin-top: -3px; | ||||
| } | ||||
| .ui-menu .ui-menu-item { | ||||
| 	margin:0; | ||||
| 	padding: 0; | ||||
| 	zoom: 1; | ||||
| 	float: left; | ||||
| 	clear: left; | ||||
| 	width: 100%; | ||||
| } | ||||
| .ui-menu .ui-menu-item a { | ||||
| 	text-decoration:none; | ||||
| 	display:block; | ||||
| 	padding:.2em .4em; | ||||
| 	line-height:1.5; | ||||
| 	zoom:1; | ||||
| } | ||||
| .ui-menu .ui-menu-item a.ui-state-hover, | ||||
| .ui-menu .ui-menu-item a.ui-state-active { | ||||
| 	font-weight: normal; | ||||
| 	margin: -1px; | ||||
| } | ||||
| /* | ||||
|  * jQuery UI Button 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Button#theming | ||||
|  */ | ||||
| .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */ | ||||
| .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ | ||||
| button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ | ||||
| .ui-button-icons-only { width: 3.4em; }  | ||||
| button.ui-button-icons-only { width: 3.7em; }  | ||||
|  | ||||
| /*button text element */ | ||||
| .ui-button .ui-button-text { display: block; line-height: 1.4;  } | ||||
| .ui-button-text-only .ui-button-text { padding: .4em 1em; } | ||||
| .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } | ||||
| .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } | ||||
| .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } | ||||
| .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } | ||||
| /* no icon support for input elements, provide padding by default */ | ||||
| input.ui-button { padding: .4em 1em; } | ||||
|  | ||||
| /*button icon element(s) */ | ||||
| .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } | ||||
| .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } | ||||
| .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } | ||||
| .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } | ||||
| .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } | ||||
|  | ||||
| /*button sets*/ | ||||
| .ui-buttonset { margin-right: 7px; } | ||||
| .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } | ||||
|  | ||||
| /* workarounds */ | ||||
| button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ | ||||
| /* | ||||
|  * jQuery UI Dialog 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Dialog#theming | ||||
|  */ | ||||
| .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } | ||||
| .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  } | ||||
| .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }  | ||||
| .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } | ||||
| .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } | ||||
| .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } | ||||
| .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } | ||||
| .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } | ||||
| .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } | ||||
| .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } | ||||
| .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } | ||||
| .ui-draggable .ui-dialog-titlebar { cursor: move; } | ||||
| /* | ||||
|  * jQuery UI Slider 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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; } | ||||
| .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; } | ||||
| .ui-slider-vertical .ui-slider-range-max { top: 0; }/* | ||||
|  * jQuery UI Tabs 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Tabs#theming | ||||
|  */ | ||||
| .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ | ||||
| .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } | ||||
| .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } | ||||
| .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } | ||||
| .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } | ||||
| .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } | ||||
| .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ | ||||
| .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } | ||||
| .ui-tabs .ui-tabs-hide { display: none !important; } | ||||
| /* | ||||
|  * jQuery UI Datepicker 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Datepicker#theming | ||||
|  */ | ||||
| .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } | ||||
| .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } | ||||
| .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } | ||||
| .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } | ||||
| .ui-datepicker .ui-datepicker-prev { left:2px; } | ||||
| .ui-datepicker .ui-datepicker-next { right:2px; } | ||||
| .ui-datepicker .ui-datepicker-prev-hover { left:1px; } | ||||
| .ui-datepicker .ui-datepicker-next-hover { right:1px; } | ||||
| .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  } | ||||
| .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } | ||||
| .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } | ||||
| .ui-datepicker select.ui-datepicker-month-year {width: 100%;} | ||||
| .ui-datepicker select.ui-datepicker-month,  | ||||
| .ui-datepicker select.ui-datepicker-year { width: 49%;} | ||||
| .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } | ||||
| .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  } | ||||
| .ui-datepicker td { border: 0; padding: 1px; } | ||||
| .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } | ||||
| .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } | ||||
|  | ||||
| /* with multiple calendars */ | ||||
| .ui-datepicker.ui-datepicker-multi { width:auto; } | ||||
| .ui-datepicker-multi .ui-datepicker-group { float:left; } | ||||
| .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } | ||||
| .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } | ||||
| .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } | ||||
| .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } | ||||
| .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } | ||||
| .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } | ||||
| .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } | ||||
| .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } | ||||
|  | ||||
| /* RTL support */ | ||||
| .ui-datepicker-rtl { direction: rtl; } | ||||
| .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } | ||||
| .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group { float:right; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } | ||||
| .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } | ||||
|  | ||||
| /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ | ||||
| .ui-datepicker-cover { | ||||
|     display: none; /*sorry for IE5*/ | ||||
|     display/**/: block; /*sorry for IE5*/ | ||||
|     position: absolute; /*must have*/ | ||||
|     z-index: -1; /*must have*/ | ||||
|     filter: mask(); /*must have*/ | ||||
|     top: -4px; /*must have*/ | ||||
|     left: -4px; /*must have*/ | ||||
|     width: 200px; /*must have*/ | ||||
|     height: 200px; /*must have*/ | ||||
| }/* | ||||
|  * jQuery UI Progressbar 1.8.18 | ||||
|  * | ||||
|  * Copyright 2011, 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/Progressbar#theming | ||||
|  */ | ||||
| .ui-progressbar { height:2em; text-align: left; overflow: hidden; } | ||||
| .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } | ||||
							
								
								
									
										278
									
								
								components/com_tabulizer/assets/css/opentip.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										278
									
								
								components/com_tabulizer/assets/css/opentip.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,278 @@ | ||||
| .opentip-container, | ||||
| .opentip-container * { | ||||
|   -webkit-box-sizing: border-box; | ||||
|   -moz-box-sizing: border-box; | ||||
|   box-sizing: border-box; | ||||
| } | ||||
| .opentip-container { | ||||
|   position: absolute; | ||||
|   max-width: 300px; | ||||
|   z-index: 100; | ||||
|   -webkit-transition: -webkit-transform 1s ease-in-out; | ||||
|   -moz-transition: -moz-transform 1s ease-in-out; | ||||
|   -o-transition: -o-transform 1s ease-in-out; | ||||
|   -ms-transition: -ms-transform 1s ease-in-out; | ||||
|   transition: transform 1s ease-in-out; | ||||
|   pointer-events: none; | ||||
|   -webkit-transform: translateX(0) translateY(0); | ||||
|   -moz-transform: translateX(0) translateY(0); | ||||
|   -o-transform: translateX(0) translateY(0); | ||||
|   -ms-transform: translateX(0) translateY(0); | ||||
|   transform: translateX(0) translateY(0); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-top.stem-center, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-top.stem-center { | ||||
|   -webkit-transform: translateY(-5px); | ||||
|   -moz-transform: translateY(-5px); | ||||
|   -o-transform: translateY(-5px); | ||||
|   -ms-transform: translateY(-5px); | ||||
|   transform: translateY(-5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-top.stem-right, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-top.stem-right { | ||||
|   -webkit-transform: translateY(-5px) translateX(5px); | ||||
|   -moz-transform: translateY(-5px) translateX(5px); | ||||
|   -o-transform: translateY(-5px) translateX(5px); | ||||
|   -ms-transform: translateY(-5px) translateX(5px); | ||||
|   transform: translateY(-5px) translateX(5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right { | ||||
|   -webkit-transform: translateX(5px); | ||||
|   -moz-transform: translateX(5px); | ||||
|   -o-transform: translateX(5px); | ||||
|   -ms-transform: translateX(5px); | ||||
|   transform: translateX(5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right { | ||||
|   -webkit-transform: translateY(5px) translateX(5px); | ||||
|   -moz-transform: translateY(5px) translateX(5px); | ||||
|   -o-transform: translateY(5px) translateX(5px); | ||||
|   -ms-transform: translateY(5px) translateX(5px); | ||||
|   transform: translateY(5px) translateX(5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center { | ||||
|   -webkit-transform: translateY(5px); | ||||
|   -moz-transform: translateY(5px); | ||||
|   -o-transform: translateY(5px); | ||||
|   -ms-transform: translateY(5px); | ||||
|   transform: translateY(5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left { | ||||
|   -webkit-transform: translateY(5px) translateX(-5px); | ||||
|   -moz-transform: translateY(5px) translateX(-5px); | ||||
|   -o-transform: translateY(5px) translateX(-5px); | ||||
|   -ms-transform: translateY(5px) translateX(-5px); | ||||
|   transform: translateY(5px) translateX(-5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left { | ||||
|   -webkit-transform: translateX(-5px); | ||||
|   -moz-transform: translateX(-5px); | ||||
|   -o-transform: translateX(-5px); | ||||
|   -ms-transform: translateX(-5px); | ||||
|   transform: translateX(-5px); | ||||
| } | ||||
| .opentip-container.ot-fixed.ot-hidden.stem-top.stem-left, | ||||
| .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left, | ||||
| .opentip-container.ot-fixed.ot-hiding.stem-top.stem-left { | ||||
|   -webkit-transform: translateY(-5px) translateX(-5px); | ||||
|   -moz-transform: translateY(-5px) translateX(-5px); | ||||
|   -o-transform: translateY(-5px) translateX(-5px); | ||||
|   -ms-transform: translateY(-5px) translateX(-5px); | ||||
|   transform: translateY(-5px) translateX(-5px); | ||||
| } | ||||
| .opentip-container.ot-fixed .opentip { | ||||
|   pointer-events: auto; | ||||
| } | ||||
| .opentip-container.ot-hidden { | ||||
|   display: none; | ||||
| } | ||||
| .opentip-container .opentip { | ||||
|   position: relative; | ||||
|   font-size: 13px; | ||||
|   line-height: 120%; | ||||
|   padding: 9px 14px; | ||||
|   color: #4f4b47; | ||||
|   text-shadow: -1px -1px 0px rgba(255,255,255,0.2); | ||||
| } | ||||
| .opentip-container .opentip .header { | ||||
|   margin: 0; | ||||
|   padding: 0; | ||||
| } | ||||
| .opentip-container .opentip .ot-close { | ||||
|   pointer-events: auto; | ||||
|   display: block; | ||||
|   position: absolute; | ||||
|   top: -12px; | ||||
|   left: 60px; | ||||
|   color: rgba(0,0,0,0.5); | ||||
|   background: rgba(0,0,0,0); | ||||
|   text-decoration: none; | ||||
| } | ||||
| .opentip-container .opentip .ot-close span { | ||||
|   display: none; | ||||
| } | ||||
| .opentip-container .opentip .ot-loading-indicator { | ||||
|   display: none; | ||||
| } | ||||
| .opentip-container.ot-loading .ot-loading-indicator { | ||||
|   width: 30px; | ||||
|   height: 30px; | ||||
|   font-size: 30px; | ||||
|   line-height: 30px; | ||||
|   font-weight: bold; | ||||
|   display: block; | ||||
| } | ||||
| .opentip-container.ot-loading .ot-loading-indicator span { | ||||
|   display: block; | ||||
|   -webkit-animation: otloading 2s linear infinite; | ||||
|   -moz-animation: otloading 2s linear infinite; | ||||
|   -o-animation: otloading 2s linear infinite; | ||||
|   -ms-animation: otloading 2s linear infinite; | ||||
|   animation: otloading 2s linear infinite; | ||||
|   text-align: center; | ||||
| } | ||||
| .opentip-container.style-dark .opentip, | ||||
| .opentip-container.style-alert .opentip { | ||||
|   color: #f8f8f8; | ||||
|   text-shadow: 1px 1px 0px rgba(0,0,0,0.2); | ||||
| } | ||||
| .opentip-container.style-glass .opentip { | ||||
|   padding: 15px 25px; | ||||
|   color: #317cc5; | ||||
|   text-shadow: 1px 1px 8px rgba(0,94,153,0.3); | ||||
| } | ||||
| .opentip-container.ot-hide-effect-fade { | ||||
|   -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   transition: transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   opacity: 1; | ||||
|   -ms-filter: none; | ||||
|   filter: none; | ||||
| } | ||||
| .opentip-container.ot-hide-effect-fade.ot-hiding { | ||||
|   opacity: 0; | ||||
|   filter: alpha(opacity=0); | ||||
|   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; | ||||
| } | ||||
| .opentip-container.ot-show-effect-appear.ot-going-to-show, | ||||
| .opentip-container.ot-show-effect-appear.ot-showing { | ||||
|   -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
|   transition: transform 0.5s ease-in-out, opacity 1s ease-in-out; | ||||
| } | ||||
| .opentip-container.ot-show-effect-appear.ot-going-to-show { | ||||
|   opacity: 0; | ||||
|   filter: alpha(opacity=0); | ||||
|   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; | ||||
| } | ||||
| .opentip-container.ot-show-effect-appear.ot-showing { | ||||
|   opacity: 1; | ||||
|   -ms-filter: none; | ||||
|   filter: none; | ||||
| } | ||||
| .opentip-container.ot-show-effect-appear.ot-visible { | ||||
|   opacity: 1; | ||||
|   -ms-filter: none; | ||||
|   filter: none; | ||||
| } | ||||
| @-moz-keyframes otloading { | ||||
|   0% { | ||||
|     -webkit-transform: rotate(0deg); | ||||
|     -moz-transform: rotate(0deg); | ||||
|     -o-transform: rotate(0deg); | ||||
|     -ms-transform: rotate(0deg); | ||||
|     transform: rotate(0deg); | ||||
|   } | ||||
|  | ||||
|   100% { | ||||
|     -webkit-transform: rotate(360deg); | ||||
|     -moz-transform: rotate(360deg); | ||||
|     -o-transform: rotate(360deg); | ||||
|     -ms-transform: rotate(360deg); | ||||
|     transform: rotate(360deg); | ||||
|   } | ||||
| } | ||||
| @-webkit-keyframes otloading { | ||||
|   0% { | ||||
|     -webkit-transform: rotate(0deg); | ||||
|     -moz-transform: rotate(0deg); | ||||
|     -o-transform: rotate(0deg); | ||||
|     -ms-transform: rotate(0deg); | ||||
|     transform: rotate(0deg); | ||||
|   } | ||||
|  | ||||
|   100% { | ||||
|     -webkit-transform: rotate(360deg); | ||||
|     -moz-transform: rotate(360deg); | ||||
|     -o-transform: rotate(360deg); | ||||
|     -ms-transform: rotate(360deg); | ||||
|     transform: rotate(360deg); | ||||
|   } | ||||
| } | ||||
| @-o-keyframes otloading { | ||||
|   0% { | ||||
|     -webkit-transform: rotate(0deg); | ||||
|     -moz-transform: rotate(0deg); | ||||
|     -o-transform: rotate(0deg); | ||||
|     -ms-transform: rotate(0deg); | ||||
|     transform: rotate(0deg); | ||||
|   } | ||||
|  | ||||
|   100% { | ||||
|     -webkit-transform: rotate(360deg); | ||||
|     -moz-transform: rotate(360deg); | ||||
|     -o-transform: rotate(360deg); | ||||
|     -ms-transform: rotate(360deg); | ||||
|     transform: rotate(360deg); | ||||
|   } | ||||
| } | ||||
| @-ms-keyframes otloading { | ||||
|   0% { | ||||
|     -webkit-transform: rotate(0deg); | ||||
|     -moz-transform: rotate(0deg); | ||||
|     -o-transform: rotate(0deg); | ||||
|     -ms-transform: rotate(0deg); | ||||
|     transform: rotate(0deg); | ||||
|   } | ||||
|  | ||||
|   100% { | ||||
|     -webkit-transform: rotate(360deg); | ||||
|     -moz-transform: rotate(360deg); | ||||
|     -o-transform: rotate(360deg); | ||||
|     -ms-transform: rotate(360deg); | ||||
|     transform: rotate(360deg); | ||||
|   } | ||||
| } | ||||
| @keyframes otloading { | ||||
|   0% { | ||||
|     -webkit-transform: rotate(0deg); | ||||
|     -moz-transform: rotate(0deg); | ||||
|     -o-transform: rotate(0deg); | ||||
|     -ms-transform: rotate(0deg); | ||||
|     transform: rotate(0deg); | ||||
|   } | ||||
|  | ||||
|   100% { | ||||
|     -webkit-transform: rotate(360deg); | ||||
|     -moz-transform: rotate(360deg); | ||||
|     -o-transform: rotate(360deg); | ||||
|     -ms-transform: rotate(360deg); | ||||
|     transform: rotate(360deg); | ||||
|   } | ||||
| } | ||||
| @ -0,0 +1,4 @@ | ||||
| <html> | ||||
| <body bgcolor="#FFFFFF"> | ||||
| </body> | ||||
| </html> | ||||
| @ -0,0 +1,116 @@ | ||||
| /* | ||||
|  * CSS Styles that are needed by jScrollPane for it to operate correctly. | ||||
|  * | ||||
|  * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane | ||||
|  * may not operate correctly without them. | ||||
|  */ | ||||
|  | ||||
| .jspContainer | ||||
| { | ||||
| 	overflow: hidden; | ||||
| 	position: relative; | ||||
| } | ||||
|  | ||||
| .jspPane | ||||
| { | ||||
| 	position: absolute; | ||||
| } | ||||
|  | ||||
| .jspVerticalBar | ||||
| { | ||||
| 	position: absolute; | ||||
| 	top: 0; | ||||
| 	right: 0; | ||||
| 	width: 16px; | ||||
| 	height: 100%; | ||||
| 	background: red; | ||||
| } | ||||
|  | ||||
| .jspHorizontalBar | ||||
| { | ||||
| 	position: absolute; | ||||
| 	bottom: 0; | ||||
| 	left: 0; | ||||
| 	width: 100%; | ||||
| 	height: 16px; | ||||
| 	background: red; | ||||
| } | ||||
|  | ||||
| .jspCap | ||||
| { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| .jspHorizontalBar .jspCap | ||||
| { | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
| .jspTrack | ||||
| { | ||||
| 	background: #dde; | ||||
| 	position: relative; | ||||
| } | ||||
|  | ||||
| .jspDrag | ||||
| { | ||||
| 	background: #bbd; | ||||
| 	position: relative; | ||||
| 	top: 0; | ||||
| 	left: 0; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| .jspHorizontalBar .jspTrack, | ||||
| .jspHorizontalBar .jspDrag | ||||
| { | ||||
| 	float: left; | ||||
| 	height: 100%; | ||||
| } | ||||
|  | ||||
| .jspArrow | ||||
| { | ||||
| 	background: #50506d; | ||||
| 	text-indent: -20000px; | ||||
| 	display: block; | ||||
| 	cursor: pointer; | ||||
| 	padding: 0; | ||||
| 	margin: 0; | ||||
| } | ||||
|  | ||||
| .jspArrow.jspDisabled | ||||
| { | ||||
| 	cursor: default; | ||||
| 	background: #80808d; | ||||
| } | ||||
|  | ||||
| .jspVerticalBar .jspArrow | ||||
| { | ||||
| 	height: 16px; | ||||
| } | ||||
|  | ||||
| .jspHorizontalBar .jspArrow | ||||
| { | ||||
| 	width: 16px; | ||||
| 	float: left; | ||||
| 	height: 100%; | ||||
| } | ||||
|  | ||||
| .jspVerticalBar .jspArrow:focus | ||||
| { | ||||
| 	outline: none; | ||||
| } | ||||
|  | ||||
| .jspCorner | ||||
| { | ||||
| 	background: #eeeef4; | ||||
| 	float: left; | ||||
| 	height: 100%; | ||||
| } | ||||
|  | ||||
| /* Yuk! CSS Hack for IE6 3 pixel bug :( */ | ||||
| * html .jspCorner | ||||
| { | ||||
| 	margin: 0 -3px 0 0; | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,163 @@ | ||||
| /** | ||||
| Copyright (c) 2012 Marco Pegoraro, http://movableapp.com/ | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining | ||||
| a copy of this software and associated documentation files (the | ||||
| "Software"), to deal in the Software without restriction, including | ||||
| without limitation the rights to use, copy, modify, merge, publish, | ||||
| distribute, sublicense, and/or sell copies of the Software, and to | ||||
| permit persons to whom the Software is furnished to do so, subject to | ||||
| the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be | ||||
| included in all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||||
| EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||||
| MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||||
| NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||||
| LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||||
| OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||||
| WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
|  | ||||
|  | ||||
| WHERE TO FIND MEDIA TABLE: | ||||
| https://github.com/thepeg/MediaTable | ||||
| http://consulenza-web.com/jquery/MediaTable/ | ||||
| http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/ | ||||
|  | ||||
| **/ | ||||
|  | ||||
| /** | ||||
|  * Structural Style | ||||
|  */ | ||||
| .mediaTable { | ||||
| 	width:100%; | ||||
| 	border-collapse:collapse; | ||||
| } | ||||
|  | ||||
| .mediaTableWrapper { | ||||
| 	position: relative; | ||||
| } | ||||
|  | ||||
| .mediaTableWrapperWithMenu { | ||||
| 	padding-top:3em; | ||||
| } | ||||
|  | ||||
| .mediaTableMenuClosed ul { | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Active Media Table Rules | ||||
|  * these rules are applied to a table activated by the jQuery plugin. | ||||
|  */ | ||||
|  | ||||
| .activeMediaTable th, .activeMediaTable td { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| .activeMediaTable th.persist, .activeMediaTable td.persist { | ||||
| 	display: table-cell; | ||||
| 	_display:block; /* IE6 Hack */ | ||||
| } | ||||
|  | ||||
| /* IE7 Hack */ | ||||
| *+html .activeMediaTable th.persist, *+html .activeMediaTable td.persist { display:block } | ||||
|  | ||||
| .activeMediaTable th.essential, .activeMediaTable td.essential { | ||||
|     display: table-cell; | ||||
|     _display:block; /* IE6 Hack */ | ||||
| } | ||||
|  | ||||
| /* IE7 Hack */ | ||||
| *+html .activeMediaTable th.essential, *+html .activeMediaTable td.essential { display:block } | ||||
|  | ||||
|  | ||||
| /* Break points */ | ||||
|  | ||||
| @media screen and (min-width: 768px) { | ||||
| 	 | ||||
| 	.activeMediaTable th.optional, .activeMediaTable td.optional { | ||||
| 		display: table-cell; | ||||
| 		_display:block; /* IE6 Hack */ | ||||
| 	} | ||||
| 	 | ||||
| 	/* IE7 Hack */ | ||||
| 	*+html .activeMediaTable th.optional, *+html .activeMediaTable td.optional { display:block } | ||||
| 	 | ||||
| } | ||||
|  | ||||
| @media screen and (min-width: 1024px) { | ||||
| 	 | ||||
| 	.activeMediaTable th, .activeMediaTable td { | ||||
| 		display: table-cell; | ||||
| 		_display:block; /* IE6 Hack */ | ||||
| 	} | ||||
| 	 | ||||
| 	/* IE7 Hack */ | ||||
| 	*+html .activeMediaTable th, *+html .activeMediaTable td { display:block } | ||||
| 	 | ||||
| } | ||||
|  | ||||
| .activeMediaTable th.invisible_column, .activeMediaTable td.invisible_column { | ||||
|     display: none; | ||||
| } | ||||
|  | ||||
| /* IE7 Hack */ | ||||
| *+html .activeMediaTable th.invisible_column, *+html .activeMediaTable td.invisible_column { display:none } | ||||
|  | ||||
| /** | ||||
|  * Menu Style | ||||
|  */ | ||||
|  | ||||
| .mediaTableMenu { | ||||
| 	position:absolute; | ||||
| 	top:0; | ||||
| 	right:0; | ||||
| 	 | ||||
| 	background: #fff; | ||||
| 	border:1px solid #aaa; | ||||
| 	border-radius:5px; | ||||
| 	overflow:hidden; | ||||
| 	box-shadow:2px 2px 4px #ddd; | ||||
| 	z-index:100;	 | ||||
| } | ||||
|  | ||||
| .mediaTableMenu a { | ||||
| 	display: block; | ||||
| 	background: #ddd; | ||||
| 	padding:0.5em; | ||||
| 	cursor:pointer; | ||||
| 	 | ||||
| 	-webkit-border-top-right-radius: 5px; | ||||
| 	-webkit-border-top-left-radius: 5px; | ||||
| 	-moz-border-radius-topright: 5px; | ||||
| 	-moz-border-radius-topleft: 5px; | ||||
| 	border-top-right-radius: 5px; | ||||
| 	border-top-left-radius: 5px;	 | ||||
| } | ||||
|  | ||||
| .mediaTableMenu ul { | ||||
| 	list-style-position:outside; | ||||
| 	list-style:none; | ||||
| 	margin:0; | ||||
| 	padding:0 0.5em; | ||||
| } | ||||
|  | ||||
| .mediaTableMenuClosed a { | ||||
| 	border-radius:5px; | ||||
| } | ||||
|  | ||||
| .mediaTableMenu ul li { | ||||
| 	line-height: 2em; | ||||
| } | ||||
|  | ||||
| .mediaTableMenu ul li label { | ||||
| 	cursor:pointer; | ||||
| } | ||||
|  | ||||
| /* bring header selection to left, when screen is small */ | ||||
| @media only screen and (max-width: 1024px) { | ||||
|     .mediaTableMenu {   right: auto; } | ||||
| } | ||||
							
								
								
									
										3
									
								
								components/com_tabulizer/assets/css/responsive/jquery.mobile-1.3.1.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								components/com_tabulizer/assets/css/responsive/jquery.mobile-1.3.1.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -0,0 +1,92 @@ | ||||
| /* | ||||
|  Styles for the table columntoggle mode | ||||
| */ | ||||
|  | ||||
| .ui-table-columntoggle-btn { | ||||
| 	float: right; | ||||
| 	margin-bottom:.8em; | ||||
| } | ||||
| /* Remove top/bottom margins around the fieldcontain on check list */ | ||||
| .ui-table-columntoggle-popup fieldset { | ||||
| 	margin:0; | ||||
| } | ||||
|  | ||||
| /* Hide all prioritized columns by default */ | ||||
| @media only all { | ||||
| 	th.ui-table-priority-6, | ||||
| 	td.ui-table-priority-6, | ||||
| 	th.ui-table-priority-5, | ||||
| 	td.ui-table-priority-5, | ||||
| 	th.ui-table-priority-4, | ||||
| 	td.ui-table-priority-4, | ||||
| 	th.ui-table-priority-3, | ||||
| 	td.ui-table-priority-3, | ||||
| 	th.ui-table-priority-2, | ||||
| 	td.ui-table-priority-2, | ||||
| 	th.ui-table-priority-1, | ||||
| 	td.ui-table-priority-1 { | ||||
| 		display: none; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| /* Preset breakpoints if ".ui-responsive" class added to table */ | ||||
|  | ||||
| /* Show priority 1 at 320px (20em x 16px) */ | ||||
| @media screen and (min-width: 20em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-1, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-1 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
| /* Show priority 2 at 480px (30em x 16px) */ | ||||
| @media screen and (min-width: 30em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-2, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-2 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
| /* Show priority 3 at 640px (40em x 16px) */ | ||||
| @media screen and (min-width: 40em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-3, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-3 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
| /* Show priority 4 at 800px (50em x 16px) */ | ||||
| @media screen and (min-width: 50em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-4, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-4 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
| /* Show priority 5 at 960px (60em x 16px) */ | ||||
| @media screen and (min-width: 60em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-5, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-5 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
| /* Show priority 6 at 1,120px (70em x 16px) */ | ||||
| @media screen and (min-width: 70em) { | ||||
| 	.ui-table-columntoggle.ui-responsive th.ui-table-priority-6, | ||||
| 	.ui-table-columntoggle.ui-responsive td.ui-table-priority-6 { | ||||
| 		display: table-cell; | ||||
| 	} | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Unchecked manually: Always hide */ | ||||
| .ui-table-columntoggle th.ui-table-cell-hidden, | ||||
| .ui-table-columntoggle td.ui-table-cell-hidden, | ||||
| .ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden, | ||||
| .ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| /* Checked manually: Always show */ | ||||
| .ui-table-columntoggle th.ui-table-cell-visible, | ||||
| .ui-table-columntoggle td.ui-table-cell-visible, | ||||
| .ui-table-columntoggle.ui-responsive th.ui-table-cell-visible, | ||||
| .ui-table-columntoggle.ui-responsive td.ui-table-cell-visible { | ||||
| 	display: table-cell; | ||||
| } | ||||
| @ -0,0 +1,88 @@ | ||||
| /* | ||||
|  Styles for the table columntoggle mode | ||||
| */ | ||||
| .ui-table-reflow td .ui-table-cell-label, | ||||
| .ui-table-reflow th .ui-table-cell-label {  | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| /* Mobile first styles: Begin with the stacked presentation at narrow widths */  | ||||
| @media only all { | ||||
| 	/* Hide the table headers */  | ||||
| 	.ui-table-reflow thead td,  | ||||
| 	.ui-table-reflow thead th { | ||||
| 		display: none; | ||||
| 	} | ||||
| 	/* Show the table cells as a block level element */  | ||||
| 	.ui-table-reflow td, | ||||
| 	.ui-table-reflow th {  | ||||
| 		text-align: left; | ||||
| 		display: block; | ||||
| 	} | ||||
| 	/* Add a fair amount of top margin to visually separate each row when stacked */   | ||||
| 	.ui-table-reflow tbody th { | ||||
| 		margin-top: 3em; | ||||
| 	} | ||||
| 	/* Make the label elements a percentage width */  | ||||
| 	.ui-table-reflow td .ui-table-cell-label, | ||||
| 	.ui-table-reflow th .ui-table-cell-label {  | ||||
| 		display: block; | ||||
| 		padding: .4em;  | ||||
| 		min-width: 30%;  | ||||
| 		display: inline-block; | ||||
| 		margin: -.4em 1em -.4em -.4em; | ||||
| 	} | ||||
| 	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */  | ||||
| 	.ui-table-reflow th .ui-table-cell-label-top, | ||||
| 	.ui-table-reflow td .ui-table-cell-label-top { | ||||
| 		display: block; | ||||
| 		padding: .4em 0; | ||||
| 		margin: .4em 0; | ||||
| 		text-transform: uppercase; | ||||
| 		font-size: .9em; | ||||
| 		font-weight: normal; | ||||
| 	} | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */  | ||||
| @media ( min-width: 35em ) { | ||||
|  | ||||
| 	/* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */ | ||||
| 	.ui-table-reflow.ui-responsive { | ||||
| 		display: table-row-group; | ||||
| 	} | ||||
|  | ||||
| 	/* Show the table header rows */  | ||||
| 	.ui-table-reflow.ui-responsive td, | ||||
| 	.ui-table-reflow.ui-responsive th, | ||||
| 	.ui-table-reflow.ui-responsive tbody th, | ||||
| 	.ui-table-reflow.ui-responsive tbody td, | ||||
| 	.ui-table-reflow.ui-responsive thead td, | ||||
| 	.ui-table-reflow.ui-responsive thead th { | ||||
| 		display: table-cell; | ||||
| 		margin: 0; | ||||
| 	} | ||||
|  | ||||
| 	/* Hide the labels in each cell */  | ||||
| 	.ui-table-reflow.ui-responsive td .ui-table-cell-label, | ||||
| 	.ui-table-reflow.ui-responsive th .ui-table-cell-label {  | ||||
| 		display: none; | ||||
| 	} | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */  | ||||
| /* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/  | ||||
| @media ( max-width: 35em ) { | ||||
| 	.ui-table-reflow.ui-responsive td, | ||||
| 	.ui-table-reflow.ui-responsive th { | ||||
| 		width: 100%; | ||||
| 		-webkit-box-sizing: border-box; | ||||
| 		-moz-box-sizing: border-box; | ||||
| 		box-sizing: border-box; | ||||
| 		float: left; | ||||
| 		clear: left; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,6 @@ | ||||
| /* Enable overflow: auto on elements with overthrow class when html element has overthrow class too */ | ||||
| .overthrow-enabled .overthrow { | ||||
| 	overflow: auto; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| 	z-index: 1; | ||||
| } | ||||
							
								
								
									
										60
									
								
								components/com_tabulizer/assets/css/responsive/reference.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								components/com_tabulizer/assets/css/responsive/reference.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,60 @@ | ||||
| /* Smartphones (portrait and landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 320px) | ||||
| and (max-width : 480px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Smartphones (landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 321px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Smartphones (portrait) ----------- */ | ||||
| @media only screen | ||||
| and (max-width : 320px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* iPads (portrait and landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* iPads (landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) | ||||
| and (orientation : landscape) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* iPads (portrait) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) | ||||
| and (orientation : portrait) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Desktops and laptops ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 1224px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Large screens ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 1824px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* iPhone 4 ----------- */ | ||||
| @media | ||||
| only screen and (-webkit-min-device-pixel-ratio : 1.5), | ||||
| only screen and (min-device-pixel-ratio : 1.5) { | ||||
|     /* Styles */ | ||||
| } | ||||
| @ -0,0 +1,25 @@ | ||||
| .footable > thead > tr > th,.footable > thead > tr > td { | ||||
|   position: relative; | ||||
| } | ||||
|  | ||||
| .footable { | ||||
|   /*border-spacing: 0;*/ | ||||
|   width: 100%;   | ||||
| } | ||||
|  | ||||
| .footable.breakpoint > tbody > tr > td.expand { | ||||
|   background: url('../../images/plus.png') no-repeat 5px center; | ||||
|   padding-left: 40px; | ||||
| } | ||||
|  | ||||
| .footable.breakpoint > tbody > tr.footable-detail-show > td.expand { | ||||
|   background: url('../../images/minus.png') no-repeat 5px center; | ||||
| } | ||||
|  | ||||
| .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) { | ||||
|   cursor: pointer; | ||||
| } | ||||
|  | ||||
| .footable > tbody img { | ||||
|   vertical-align:middle; | ||||
| } | ||||
| @ -0,0 +1,58 @@ | ||||
| /* Foundation v2.1.4 http://foundation.zurb.com */ | ||||
| /* Artfully masterminded by ZURB  */ | ||||
|  | ||||
| @media only screen and (max-width: 1024px) { | ||||
| 		 | ||||
| 	table.responsive-fixed-scroll { margin-bottom: 0; } | ||||
| 	 | ||||
| 	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; border-right: 1px solid #ccc; border-left: 1px solid #ccc; } | ||||
|     .pinned { | ||||
|         overflow: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; z-index: 1; | ||||
|     } | ||||
|     .pinned > * { | ||||
|         -webkit-transform: translateZ(0px); | ||||
|     } | ||||
|     .pinned::-webkit-scrollbar { | ||||
|         height:12px; | ||||
|     } | ||||
|     .pinned::-webkit-scrollbar-track { | ||||
|         box-shadow:0 0 2px rgba(0,0,0,0.15) inset; | ||||
|         background:#f0f0f0; | ||||
|     } | ||||
|     .pinned::-webkit-scrollbar-thumb { | ||||
|         border-radius:6px; | ||||
|         background:#ccc; | ||||
|     } | ||||
|  | ||||
| 	.pinned table { border-right: none; border-left: none; width: 100%; } | ||||
| 	.pinned table th, .pinned table td { white-space: nowrap; } | ||||
| 	.pinned td:last-child { border-bottom: 0; } | ||||
| 	 | ||||
| 	div.table-wrapper { position: relative; overflow: hidden; border-right: 1px solid #ccc; clear: both; } | ||||
| 	div.table-wrapper div.scrollable { margin-left: 35%; } | ||||
| 	div.table-wrapper div.scrollable { | ||||
|         overflow: scroll; -webkit-overflow-scrolling: touch; z-index: 1; overflow-y: hidden; | ||||
|     } | ||||
|     div.table-wrapper div.scrollable > * { | ||||
|         -webkit-transform: translateZ(0px); | ||||
|     } | ||||
|     div.table-wrapper div.scrollable::-webkit-scrollbar { | ||||
|         height:12px; | ||||
|     } | ||||
|     div.table-wrapper div.scrollable::-webkit-scrollbar-track { | ||||
|         box-shadow:0 0 2px rgba(0,0,0,0.15) inset; | ||||
|         background:#f0f0f0; | ||||
|     } | ||||
|     div.table-wrapper div.scrollable::-webkit-scrollbar-thumb { | ||||
|         border-radius:6px; | ||||
|         background:#ccc; | ||||
|     } | ||||
|  | ||||
|     table.responsive-fixed-scroll thead { display: table-header-group !important; } | ||||
|     table.responsive-fixed-scroll tbody { display: table-row-group !important; } | ||||
| 	 | ||||
| 	table.responsive-fixed-scroll td, table.responsive-fixed-scroll th { position: relative; white-space: nowrap; overflow: hidden; } | ||||
| 	table.responsive-fixed-scroll th:first-child, table.responsive-fixed-scroll td:first-child, table.responsive-fixed-scroll td:first-child, table.responsive-fixed-scroll.pinned td { display: none; } | ||||
|  | ||||
|     table.responsive-fixed-scroll thead tr, table.responsive-fixed-scroll tbody tr { float: none !important; } | ||||
| } | ||||
| @ -0,0 +1,19 @@ | ||||
| /** | ||||
| Developed by Dimitrios Mourloukos (http://www.tabulizer.com) based on an idea presented by David Bushell at http://dbushell.com/ | ||||
| */ | ||||
|  | ||||
| .responsive_flip { display: block; position: relative; width: 100%; } | ||||
| .responsive_flip thead { display: block; float: left; } | ||||
| .responsive_flip tbody { display: block; width: auto; position: relative; overflow: hidden; white-space: nowrap; } | ||||
| .responsive_flip thead tr { display: block; } | ||||
| .responsive_flip th { display: block; } | ||||
| .responsive_flip tbody tr { display: inline-block; vertical-align: top; } | ||||
| .responsive_flip td { display: block; min-height: 1.25em; } | ||||
|  | ||||
| .rt th { border-bottom: 0; } | ||||
| .responsive_flip td { border-left: 0; border-right: 0; border-bottom: 0; } | ||||
| .responsive_flip tbody tr { border-right: 1px solid #babcbf; } | ||||
| .responsive_flip th:last-child, | ||||
| .responsive_flip td:last-child { border-bottom: 1px solid #babcbf; } | ||||
|  | ||||
|  | ||||
| @ -0,0 +1,24 @@ | ||||
| /** | ||||
| Developed by Dimitrios Mourloukos (http://www.tabulizer.com) based on an idea presented by David Bushell at http://dbushell.com/ | ||||
| */ | ||||
|  | ||||
| @media only screen and (max-width: 40em) {  | ||||
| 	.responsive_flip { display: block; position: relative; width: 100%; } | ||||
| 	.responsive_flip thead { display: block; float: left; } | ||||
| 	.responsive_flip tbody { display: block; width: auto; position: relative; overflow-x: scroll; -webkit-overflow-scrolling: touch; z-index: 1; white-space: nowrap; } | ||||
| 	.responsive_flip thead tr { display: block; } | ||||
| 	.responsive_flip th { display: block; } | ||||
| 	.responsive_flip tbody tr { display: inline-block; vertical-align: top; } | ||||
| 	.responsive_flip td { display: block; } | ||||
|  | ||||
| 	.rt th { border-bottom: 0; } | ||||
| 	.responsive_flip td { border-left: 0; border-right: 0; border-bottom: 0; } | ||||
| 	.responsive_flip tbody tr { border-right: 1px solid #babcbf; } | ||||
| 	.responsive_flip th:last-child, | ||||
| 	.responsive_flip td:last-child { border-bottom: 1px solid #babcbf; } | ||||
|  | ||||
|     .responsive_flip tfoot { display: block; float: left; position: relative; width: auto; } | ||||
|     .responsive_flip tfoot tr { display: inline-block; vertical-align: top; } | ||||
|     .responsive_flip tfoot tr { border-right: 1px solid #babcbf; } | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,84 @@ | ||||
| /** | ||||
| Developed by Dimitrios Mourloukos (http://www.tabulizer.com) based on an idea presented by Simon Elvery at http://elvery.net/ | ||||
| */ | ||||
|  | ||||
| @media only screen and (max-width: 40em),(max-device-width: 640px) { | ||||
|     /* Force table to not be like tables anymore */ | ||||
|     .responsive-reflow table, | ||||
|     .responsive-reflow thead, | ||||
|     .responsive-reflow tbody, | ||||
|     .responsive-reflow th, | ||||
|     .responsive-reflow td, | ||||
|     .responsive-reflow tr { | ||||
|     	display: block; | ||||
|     } | ||||
| 	 | ||||
| 	.responsive-reflow { width: auto; } | ||||
| 	      | ||||
|     /* Hide table headers (but not display: none;, for accessibility) */ | ||||
|     .responsive-reflow thead tr { | ||||
| 		position: absolute; | ||||
| 		top: -9999px; | ||||
| 		left: -9999px; | ||||
|     } | ||||
|       | ||||
|     .responsive-reflow tr { border: 1px solid #ccc; } | ||||
|       | ||||
|     .responsive-reflow td { | ||||
| 		/* Behave like a "row" */ | ||||
| 		border: none; | ||||
| 		border-bottom: 1px solid #eee; | ||||
| 		position: relative; | ||||
| 		padding-left: 0.3em; | ||||
| 		white-space: normal; | ||||
| 		text-align:left; | ||||
| 		width: 100%; | ||||
|     } | ||||
|            | ||||
|     /* Label the data */ | ||||
|     .responsive-reflow td:before { 		 | ||||
| 		content: attr(data-title);  | ||||
| 		 | ||||
| 		display: inline-block; | ||||
| 	    margin: -0.3em 1em -0.3em -0.3em; | ||||
|     	min-width: 45%; | ||||
| 	    padding: 0.3em; | ||||
| 			 | ||||
| 		font-weight: bold;  | ||||
| 		text-align: left;								 | ||||
| 		text-shadow: 0 1px 0 #FFFFFF; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| /* | ||||
| @media only screen and (max-width: 40em),(max-device-width: 640px) { | ||||
|     .responsive-reflow thead tr { | ||||
|         position: relative; | ||||
|         top: -10px; | ||||
|         left: 0px; | ||||
|     } | ||||
|  | ||||
|     .responsive-reflow thead tr td.sorting_disabled { | ||||
|         display: none; | ||||
|     } | ||||
|  | ||||
|     .responsive-reflow thead tr td { | ||||
|         display: inline-block; | ||||
|         text-align: left; | ||||
|     } | ||||
|  | ||||
|     .responsive-reflow thead tr td::before { | ||||
|         display: inline; | ||||
|         text-align: left; | ||||
|         min-width: 10%; | ||||
|     } | ||||
|  | ||||
|     .responsive-reflow tbody tr td { | ||||
|         text-align: left; | ||||
|     } | ||||
|  | ||||
|     .responsive-reflow tbody tr td:before { | ||||
|         text-align: left; | ||||
|     } | ||||
| } | ||||
| */ | ||||
| @ -0,0 +1,28 @@ | ||||
| /** | ||||
| Developed by Dimitrios Mourloukos (http://www.tabulizer.com) based on an idea presented by Russ Weakley at http://www.maxdesign.com.au/ | ||||
| */ | ||||
|  | ||||
| @media only screen and (max-width: 64em) {  | ||||
| 	.tabscrollwrapper | ||||
| 	{ | ||||
| 		width: 100%;		 | ||||
| 		overflow-x: auto; | ||||
| 		_overflow: auto; | ||||
| 		margin: 0 0 1em; | ||||
| 	} | ||||
| 	 | ||||
| 	.tabscrollwrapper::-webkit-scrollbar | ||||
| 	{ | ||||
| 		-webkit-appearance: none; | ||||
| 		width: 14px; | ||||
| 		height: 14px; | ||||
| 	} | ||||
| 	 | ||||
| 	.tabscrollwrapper::-webkit-scrollbar-thumb | ||||
| 	{ | ||||
| 		border-radius: 8px; | ||||
| 		border: 3px solid #fff; | ||||
| 		background-color: rgba(0, 0, 0, .3); | ||||
| 	} | ||||
| } | ||||
|  | ||||
| @ -0,0 +1,7 @@ | ||||
|  | ||||
| .tabscrollwrapper { | ||||
|     overflow: auto; | ||||
|     padding-bottom: 10px; | ||||
| } | ||||
|  | ||||
|  | ||||
| @ -0,0 +1,53 @@ | ||||
| /** | ||||
| Based on an idea by Scott Jehl  | ||||
| **/ | ||||
|  | ||||
| @media screen and (max-width: 47em){  | ||||
|   html:not(.responsive-tap) .responsive-tap th,  | ||||
|   html:not(.responsive-tap) .responsive-tap td { | ||||
|     font-size: 0; | ||||
|     padding: 0; | ||||
|     content: ""; | ||||
|     height: 7px; | ||||
|   } | ||||
|   html:not(.responsive-tap) table { | ||||
|     position: relative;  | ||||
|     overflow: hidden; | ||||
|   } | ||||
|   html:not(.responsive-tap) table.responsive-tap:before { | ||||
|     content: attr(data-view-label); | ||||
|     position: absolute; | ||||
|     width: 100%; | ||||
|     height: 100%; | ||||
|     background: rgba(0,0,0,.6); | ||||
|     color: #fff; | ||||
|     font-weight: bold; | ||||
|     font-size: 1.6em; | ||||
|     text-align: center; | ||||
|     vertical-align: middle; | ||||
|     z-index: 100; | ||||
|     font-family: Helvetica, sans-serif;  | ||||
|   } | ||||
|   html.responsive-tap table:before { | ||||
|     content: ""; | ||||
|     display: block; | ||||
|     background: #333; | ||||
|     padding: 10px; | ||||
|   }   | ||||
|   html.responsive-tap table:before{ | ||||
|     content: attr(data-close-label); | ||||
|     position: absolute; | ||||
|     top: 0; | ||||
|     left: 15px; | ||||
|     padding: .5em 1em; | ||||
|     margin: 10px 0; | ||||
|     font-weight: bold; | ||||
|     color: #fff; | ||||
|     background: #000; | ||||
|     border: 1px solid #fff; | ||||
|   } | ||||
|    /* around here we could use the HTML class to hide all other content on the page aside from the table */ | ||||
|   html.responsive-tap p, html.responsive-tap h1 { | ||||
|     display: none;  | ||||
|   } | ||||
| } | ||||
| @ -0,0 +1,65 @@ | ||||
| /* Smartphones (portrait and landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 320px) | ||||
| and (max-width : 480px) { | ||||
|     /* Styles */ | ||||
|     div.responsive-wrapper { max-width: 480px; } | ||||
| } | ||||
|  | ||||
| /* Smartphones (landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 321px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Smartphones (portrait) ----------- */ | ||||
| @media only screen | ||||
| and (max-width : 320px) { | ||||
|     /* Styles */ | ||||
|     div.responsive-wrapper { max-width: 320px; } | ||||
| } | ||||
|  | ||||
| /* iPads (portrait and landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) { | ||||
|     /* Styles */ | ||||
|     div.responsive-wrapper { max-width: 1024px; } | ||||
| } | ||||
|  | ||||
| /* iPads (landscape) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) | ||||
| and (orientation : landscape) { | ||||
|     /* Styles */ | ||||
|     div.responsive-wrapper { max-width: 1024px; } | ||||
| } | ||||
|  | ||||
| /* iPads (portrait) ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 768px) | ||||
| and (max-width : 1024px) | ||||
| and (orientation : portrait) { | ||||
|     /* Styles */ | ||||
|     div.responsive-wrapper { max-width: 768px; } | ||||
| } | ||||
|  | ||||
| /* Desktops and laptops ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 1224px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* Large screens ----------- */ | ||||
| @media only screen | ||||
| and (min-width : 1824px) { | ||||
|     /* Styles */ | ||||
| } | ||||
|  | ||||
| /* iPhone 4 ----------- */ | ||||
| @media | ||||
| only screen and (-webkit-min-device-pixel-ratio : 1.5), | ||||
| only screen and (min-device-pixel-ratio : 1.5) { | ||||
|     /* Styles */ | ||||
| } | ||||
| @ -0,0 +1,118 @@ | ||||
| /* | ||||
| IMPORTANT: | ||||
| In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes. | ||||
| No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS | ||||
| classes should alter those! | ||||
| */ | ||||
|  | ||||
| .slick-header-columns { | ||||
|   background: url('images/header-columns-bg.gif') repeat-x center bottom; | ||||
|   border-bottom: 1px solid silver; | ||||
| } | ||||
|  | ||||
| .slick-header-column { | ||||
|   background: url('images/header-columns-bg.gif') repeat-x center bottom; | ||||
|   border-right: 1px solid silver; | ||||
| } | ||||
|  | ||||
| .slick-header-column:hover, .slick-header-column-active { | ||||
|   background: white url('images/header-columns-over-bg.gif') repeat-x center bottom; | ||||
| } | ||||
|  | ||||
| .slick-headerrow { | ||||
|   background: #fafafa; | ||||
| } | ||||
|  | ||||
| .slick-headerrow-column { | ||||
|   background: #fafafa; | ||||
|   border-bottom: 0; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| .slick-row.ui-state-active { | ||||
|   background: #F5F7D7; | ||||
| } | ||||
|  | ||||
| .slick-row { | ||||
|   position: absolute; | ||||
|   background: white; | ||||
|   border: 0px; | ||||
|   line-height: 20px; | ||||
| } | ||||
|  | ||||
| .slick-row.selected { | ||||
|   z-index: 10; | ||||
|   background: #DFE8F6; | ||||
| } | ||||
|  | ||||
| .slick-cell { | ||||
|   padding-left: 4px; | ||||
|   padding-right: 4px; | ||||
| } | ||||
|  | ||||
| .slick-group { | ||||
|   border-bottom: 2px solid silver; | ||||
| } | ||||
|  | ||||
| .slick-group-toggle { | ||||
|   width: 9px; | ||||
|   height: 9px; | ||||
|   margin-right: 5px; | ||||
| } | ||||
|  | ||||
| .slick-group-toggle.expanded { | ||||
|   background: url(images/collapse.gif) no-repeat center center; | ||||
| } | ||||
|  | ||||
| .slick-group-toggle.collapsed { | ||||
|   background: url(images/expand.gif) no-repeat center center; | ||||
| } | ||||
|  | ||||
| .slick-group-totals { | ||||
|   color: gray; | ||||
|   background: white; | ||||
| } | ||||
|  | ||||
| .slick-cell.selected { | ||||
|   background-color: beige; | ||||
| } | ||||
|  | ||||
| .slick-cell.active { | ||||
|   border-color: gray; | ||||
|   border-style: solid; | ||||
| } | ||||
|  | ||||
| .slick-sortable-placeholder { | ||||
|   background: silver !important; | ||||
| } | ||||
|  | ||||
| .slick-row.odd { | ||||
|   background: #fafafa; | ||||
| } | ||||
|  | ||||
| .slick-row.ui-state-active { | ||||
|   background: #F5F7D7; | ||||
| } | ||||
|  | ||||
| .slick-row.loading { | ||||
|   opacity: 0.5; | ||||
|   filter: alpha(opacity = 50); | ||||
| } | ||||
|  | ||||
| .slick-cell.invalid { | ||||
|   border-color: red; | ||||
|   -moz-animation-duration: 0.2s; | ||||
|   -webkit-animation-duration: 0.2s; | ||||
|   -moz-animation-name: slickgrid-invalid-hilite; | ||||
|   -webkit-animation-name: slickgrid-invalid-hilite;   | ||||
| } | ||||
|  | ||||
| @-moz-keyframes slickgrid-invalid-hilite { | ||||
|   from { box-shadow: 0 0 6px red; } | ||||
|   to { box-shadow: none; } | ||||
| } | ||||
|  | ||||
| @-webkit-keyframes slickgrid-invalid-hilite { | ||||
|   from { box-shadow: 0 0 6px red; } | ||||
|   to { box-shadow: none; } | ||||
| } | ||||
							
								
								
									
										157
									
								
								components/com_tabulizer/assets/css/slickgrid/slick.grid.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										157
									
								
								components/com_tabulizer/assets/css/slickgrid/slick.grid.css
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,157 @@ | ||||
| /* | ||||
| IMPORTANT: | ||||
| In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes. | ||||
| No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS | ||||
| classes should alter those! | ||||
| */ | ||||
|  | ||||
| .slick-header.ui-state-default, .slick-headerrow.ui-state-default { | ||||
|   width: 100%; | ||||
|   overflow: hidden; | ||||
|   border-left: 0px; | ||||
| } | ||||
|  | ||||
| .slick-header-columns, .slick-headerrow-columns { | ||||
|   position: relative; | ||||
|   white-space: nowrap; | ||||
|   cursor: default; | ||||
|   overflow: hidden; | ||||
| } | ||||
|  | ||||
| .slick-header-column.ui-state-default { | ||||
|   position: relative; | ||||
|   display: inline-block; | ||||
|   overflow: hidden; | ||||
|   -o-text-overflow: ellipsis; | ||||
|   text-overflow: ellipsis; | ||||
|   height: 16px; | ||||
|   line-height: 16px; | ||||
|   margin: 0; | ||||
|   padding: 4px; | ||||
|   border-right: 1px solid silver; | ||||
|   border-left: 0px; | ||||
|   border-top: 0px; | ||||
|   border-bottom: 0px; | ||||
|   float: left; | ||||
| } | ||||
|  | ||||
| .slick-headerrow-column.ui-state-default { | ||||
|   padding: 4px; | ||||
| } | ||||
|  | ||||
| .slick-header-column-sorted { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .slick-sort-indicator { | ||||
|   display: inline-block; | ||||
|   width: 8px; | ||||
|   height: 5px; | ||||
|   margin-left: 4px; | ||||
|   margin-top: 6px; | ||||
|   float: left; | ||||
| } | ||||
|  | ||||
| .slick-sort-indicator-desc { | ||||
|   background: url(images/sort-desc.gif); | ||||
| } | ||||
|  | ||||
| .slick-sort-indicator-asc { | ||||
|   background: url(images/sort-asc.gif); | ||||
| } | ||||
|  | ||||
| .slick-resizable-handle { | ||||
|   position: absolute; | ||||
|   font-size: 0.1px; | ||||
|   display: block; | ||||
|   cursor: col-resize; | ||||
|   width: 4px; | ||||
|   right: 0px; | ||||
|   top: 0; | ||||
|   height: 100%; | ||||
| } | ||||
|  | ||||
| .slick-sortable-placeholder { | ||||
|   background: silver; | ||||
| } | ||||
|  | ||||
| .grid-canvas { | ||||
|   position: relative; | ||||
|   outline: 0; | ||||
| } | ||||
|  | ||||
| .slick-row.ui-widget-content, .slick-row.ui-state-active { | ||||
|   position: absolute; | ||||
|   border: 0px; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .slick-cell, .slick-headerrow-column { | ||||
|   position: absolute; | ||||
|   border: 1px solid transparent; | ||||
|   border-right: 1px dotted silver; | ||||
|   border-bottom-color: silver; | ||||
|   overflow: hidden; | ||||
|   -o-text-overflow: ellipsis; | ||||
|   text-overflow: ellipsis; | ||||
|   vertical-align: middle; | ||||
|   z-index: 1; | ||||
|   padding: 1px 2px 2px 1px; | ||||
|   margin: 0; | ||||
|   white-space: nowrap; | ||||
|   cursor: default; | ||||
| } | ||||
|  | ||||
| .slick-group { | ||||
| } | ||||
|  | ||||
| .slick-group-toggle { | ||||
|   display: inline-block; | ||||
| } | ||||
|  | ||||
| .slick-cell.highlighted { | ||||
|   background: lightskyblue; | ||||
|   background: rgba(0, 0, 255, 0.2); | ||||
|   -webkit-transition: all 0.5s; | ||||
|   -moz-transition: all 0.5s; | ||||
|   -o-transition: all 0.5s; | ||||
|   transition: all 0.5s; | ||||
| } | ||||
|  | ||||
| .slick-cell.flashing { | ||||
|   border: 1px solid red !important; | ||||
| } | ||||
|  | ||||
| .slick-cell.editable { | ||||
|   z-index: 11; | ||||
|   overflow: visible; | ||||
|   background: white; | ||||
|   border-color: black; | ||||
|   border-style: solid; | ||||
| } | ||||
|  | ||||
| .slick-cell:focus { | ||||
|   outline: none; | ||||
| } | ||||
|  | ||||
| .slick-reorder-proxy { | ||||
|   display: inline-block; | ||||
|   background: blue; | ||||
|   opacity: 0.15; | ||||
|   filter: alpha(opacity = 15); | ||||
|   cursor: move; | ||||
| } | ||||
|  | ||||
| .slick-reorder-guide { | ||||
|   display: inline-block; | ||||
|   height: 2px; | ||||
|   background: blue; | ||||
|   opacity: 0.7; | ||||
|   filter: alpha(opacity = 70); | ||||
| } | ||||
|  | ||||
| .slick-selection { | ||||
|   z-index: 10; | ||||
|   position: absolute; | ||||
|   border: 2px dashed black; | ||||
| } | ||||
| @ -0,0 +1,198 @@ | ||||
| @import url('./slick-default-theme.css'); | ||||
|  | ||||
| #grid { | ||||
|   background: white; | ||||
|   outline: 0; | ||||
|   border: 1px solid gray; | ||||
| } | ||||
|  | ||||
| .grid-header { | ||||
|   border: 1px solid gray; | ||||
|   border-bottom: 0; | ||||
|   border-top: 0; | ||||
|   background: url('../images/header-bg.gif') repeat-x center top; | ||||
|   color: black; | ||||
|   height: 24px; | ||||
|   line-height: 24px; | ||||
| } | ||||
|  | ||||
| .grid-header label { | ||||
|   display: inline-block; | ||||
|   font-weight: bold; | ||||
|   margin: auto auto auto 6px; | ||||
| } | ||||
|  | ||||
| .grid-header .ui-icon { | ||||
|   margin: 4px 4px auto 6px; | ||||
|   background-color: transparent; | ||||
|   border-color: transparent; | ||||
| } | ||||
|  | ||||
| .grid-header .ui-icon.ui-state-hover { | ||||
|   background-color: white; | ||||
| } | ||||
|  | ||||
| .grid-header #txtSearch { | ||||
|   margin: 0 4px 0 4px; | ||||
|   padding: 2px 2px; | ||||
|   -moz-border-radius: 2px; | ||||
|   -webkit-border-radius: 2px; | ||||
|   border: 1px solid silver; | ||||
| } | ||||
|  | ||||
| .options-panel { | ||||
|   -moz-border-radius: 6px; | ||||
|   -webkit-border-radius: 6px; | ||||
|   border: 1px solid silver; | ||||
|   background: #f0f0f0; | ||||
|   padding: 4px; | ||||
|   margin-bottom: 20px; | ||||
|   width: 320px; | ||||
|   position: absolute; | ||||
|   top: 0px; | ||||
|   left: 650px; | ||||
| } | ||||
|  | ||||
| /* Individual cell styles */ | ||||
| .slick-cell.task-name { | ||||
|   font-weight: bold; | ||||
|   text-align: right; | ||||
| } | ||||
|  | ||||
| .slick-cell.task-percent { | ||||
|   text-align: right; | ||||
| } | ||||
|  | ||||
| .slick-cell.cell-move-handle { | ||||
|   font-weight: bold; | ||||
|   text-align: right; | ||||
|   border-right: solid gray; | ||||
|  | ||||
|   background: #efefef; | ||||
|   cursor: move; | ||||
| } | ||||
|  | ||||
| .cell-move-handle:hover { | ||||
|   background: #b6b9bd; | ||||
| } | ||||
|  | ||||
| .slick-row.selected .cell-move-handle { | ||||
|   background: #D5DC8D; | ||||
| } | ||||
|  | ||||
| .slick-row .cell-actions { | ||||
|   text-align: left; | ||||
| } | ||||
|  | ||||
| .slick-row.complete { | ||||
|   background-color: #DFD; | ||||
|   color: #555; | ||||
| } | ||||
|  | ||||
| .percent-complete-bar { | ||||
|   display: inline-block; | ||||
|   height: 6px; | ||||
|   -moz-border-radius: 3px; | ||||
|   -webkit-border-radius: 3px; | ||||
| } | ||||
|  | ||||
| /* Slick.Editors.Text, Slick.Editors.Date */ | ||||
| input.editor-text { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
|   border: 0; | ||||
|   margin: 0; | ||||
|   background: transparent; | ||||
|   outline: 0; | ||||
|   padding: 0; | ||||
|  | ||||
| } | ||||
|  | ||||
| .ui-datepicker-trigger { | ||||
|   margin-top: 2px; | ||||
|   padding: 0; | ||||
|   vertical-align: top; | ||||
| } | ||||
|  | ||||
| /* Slick.Editors.PercentComplete */ | ||||
| input.editor-percentcomplete { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
|   border: 0; | ||||
|   margin: 0; | ||||
|   background: transparent; | ||||
|   outline: 0; | ||||
|   padding: 0; | ||||
|  | ||||
|   float: left; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-picker { | ||||
|   position: relative; | ||||
|   display: inline-block; | ||||
|   width: 16px; | ||||
|   height: 100%; | ||||
|   background: url("../images/pencil.gif") no-repeat center center; | ||||
|   overflow: visible; | ||||
|   z-index: 1000; | ||||
|   float: right; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-helper { | ||||
|   border: 0 solid gray; | ||||
|   position: absolute; | ||||
|   top: -2px; | ||||
|   left: -9px; | ||||
|   background: url("../images/editor-helper-bg.gif") no-repeat top left; | ||||
|   padding-left: 9px; | ||||
|  | ||||
|   width: 120px; | ||||
|   height: 140px; | ||||
|   display: none; | ||||
|   overflow: visible; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-wrapper { | ||||
|   background: beige; | ||||
|   padding: 20px 8px; | ||||
|  | ||||
|   width: 100%; | ||||
|   height: 98px; | ||||
|   border: 1px solid gray; | ||||
|   border-left: 0; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-buttons { | ||||
|   float: right; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-buttons button { | ||||
|   width: 80px; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-slider { | ||||
|   float: left; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-picker:hover .editor-percentcomplete-helper { | ||||
|   display: block; | ||||
| } | ||||
|  | ||||
| .editor-percentcomplete-helper:hover { | ||||
|   display: block; | ||||
| } | ||||
|  | ||||
| /* Slick.Editors.YesNoSelect */ | ||||
| select.editor-yesno { | ||||
|   width: 100%; | ||||
|   margin: 0; | ||||
|   vertical-align: middle; | ||||
| } | ||||
|  | ||||
| /* Slick.Editors.Checkbox */ | ||||
| input.editor-checkbox { | ||||
|   margin: 0; | ||||
|   height: 100%; | ||||
|   padding: 0; | ||||
|   border: 0; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user