Projet

Général

Profil

Révision 503b3f7b

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/jquery_update/replace/ui/themes/base/jquery.ui.core.css
1
/*
2
 * jQuery UI CSS Framework 1.8.11
1
/*!
2
 * jQuery UI CSS Framework 1.10.2
3
 * http://jqueryui.com
3 4
 *
4
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
 * Dual licensed under the MIT or GPL Version 2 licenses.
5
 * Copyright 2013 jQuery Foundation and other contributors
6
 * Released under the MIT license.
6 7
 * http://jquery.org/license
7 8
 *
8 9
 * http://docs.jquery.com/UI/Theming/API
......
10 11

  
11 12
/* Layout helpers
12 13
----------------------------------*/
13
.ui-helper-hidden { display: none; }
14
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
.ui-helper-clearfix { display: inline-block; }
18
/* required comment for clearfix to work in Opera \*/
19
* html .ui-helper-clearfix { height:1%; }
20
.ui-helper-clearfix { display:block; }
21
/* end clearfix */
22
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
14
.ui-helper-hidden {
15
	display: none;
16
}
17
.ui-helper-hidden-accessible {
18
	border: 0;
19
	clip: rect(0 0 0 0);
20
	height: 1px;
21
	margin: -1px;
22
	overflow: hidden;
23
	padding: 0;
24
	position: absolute;
25
	width: 1px;
26
}
27
.ui-helper-reset {
28
	margin: 0;
29
	padding: 0;
30
	border: 0;
31
	outline: 0;
32
	line-height: 1.3;
33
	text-decoration: none;
34
	font-size: 100%;
35
	list-style: none;
36
}
37
.ui-helper-clearfix:before,
38
.ui-helper-clearfix:after {
39
	content: "";
40
	display: table;
41
	border-collapse: collapse;
42
}
43
.ui-helper-clearfix:after {
44
	clear: both;
45
}
46
.ui-helper-clearfix {
47
	min-height: 0; /* support: IE7 */
48
}
49
.ui-helper-zfix {
50
	width: 100%;
51
	height: 100%;
52
	top: 0;
53
	left: 0;
54
	position: absolute;
55
	opacity: 0;
56
	filter:Alpha(Opacity=0);
57
}
58

  
59
.ui-front {
60
	z-index: 100;
61
}
23 62

  
24 63

  
25 64
/* Interaction Cues
26 65
----------------------------------*/
27
.ui-state-disabled { cursor: default !important; }
66
.ui-state-disabled {
67
	cursor: default !important;
68
}
28 69

  
29 70

  
30 71
/* Icons
31 72
----------------------------------*/
32 73

  
33 74
/* states and images */
34
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
75
.ui-icon {
76
	display: block;
77
	text-indent: -99999px;
78
	overflow: hidden;
79
	background-repeat: no-repeat;
80
}
35 81

  
36 82

  
37 83
/* Misc visuals
38 84
----------------------------------*/
39 85

  
40 86
/* Overlays */
41
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
87
.ui-widget-overlay {
88
	position: fixed;
89
	top: 0;
90
	left: 0;
91
	width: 100%;
92
	height: 100%;
93
}

Formats disponibles : Unified diff