File tree Expand file tree Collapse file tree 8 files changed +14
-18
lines changed Expand file tree Collapse file tree 8 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="../demos.css ">
12
12
< style >
13
13
# toolbar {
14
- padding : 11px 4px 9px 4px ;
14
+ padding : 4px ;
15
+ display : inline-block;
15
16
}
16
-
17
17
/* support: IE7 */
18
- * : first-child + html # toolbar {
19
- padding : 4 px 0 px 4 px 5 px ;
18
+ * + html # toolbar {
19
+ display : inline ;
20
20
}
21
21
</ style >
22
22
< script >
91
91
</ head >
92
92
< body >
93
93
94
- < span id ="toolbar " class ="ui-widget-header ui-corner-all ">
94
+ < div id ="toolbar " class ="ui-widget-header ui-corner-all ">
95
95
< button id ="beginning "> go to beginning</ button >
96
96
< button id ="rewind "> rewind</ button >
97
97
< button id ="play "> play</ button >
106
106
< input type ="radio " id ="repeat1 " name ="repeat " /> < label for ="repeat1 "> Once</ label >
107
107
< input type ="radio " id ="repeatall " name ="repeat " /> < label for ="repeatall "> All</ label >
108
108
</ span >
109
- </ span >
109
+ </ div >
110
110
111
111
< div class ="demo-description ">
112
112
< p >
113
113
A mediaplayer toolbar. Take a look at the underlying markup: A few button elements,
114
- an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options.
114
+ an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options.
115
115
</ p >
116
116
</ div >
117
117
</ body >
Original file line number Diff line number Diff line change 14
14
position : relative;
15
15
margin-top : 2px ;
16
16
padding : .5em .5em .5em .7em ;
17
- zoom : 1 ;
17
+ min-height : 0 ; /* support: IE7 */
18
18
}
19
19
.ui-accordion .ui-accordion-icons {
20
20
padding-left : 2.2em ;
35
35
padding : 1em 2.2em ;
36
36
border-top : 0 ;
37
37
overflow : auto;
38
- zoom : 1 ;
39
38
}
Original file line number Diff line number Diff line change 17
17
cursor : pointer;
18
18
vertical-align : middle;
19
19
text-align : center;
20
- zoom : 1 ;
21
20
overflow : visible; /* removes extra width in IE */
22
21
}
23
22
.ui-button ,
@@ -44,7 +43,7 @@ button.ui-button-icons-only {
44
43
45
44
/* button text element */
46
45
.ui-button .ui-button-text {
47
- display : inline- block;
46
+ display : block;
48
47
line-height : normal;
49
48
}
50
49
.ui-button-text-only .ui-button-text {
Original file line number Diff line number Diff line change 43
43
clear : both;
44
44
}
45
45
.ui-helper-clearfix {
46
- zoom : 1 ;
46
+ min-height : 0 ; /* support: IE7 */
47
47
}
48
48
.ui-helper-zfix {
49
49
width : 100% ;
Original file line number Diff line number Diff line change 40
40
padding : .5em 1em ;
41
41
background : none;
42
42
overflow : auto;
43
- zoom : 1 ;
44
43
}
45
44
.ui-dialog .ui-dialog-buttonpane {
46
45
text-align : left;
Original file line number Diff line number Diff line change 22
22
.ui-menu .ui-menu-item {
23
23
margin : 0 ;
24
24
padding : 0 ;
25
- zoom : 1 ;
26
25
width : 100% ;
27
26
}
28
27
.ui-menu .ui-menu-divider {
37
36
display : block;
38
37
padding : 2px .4em ;
39
38
line-height : 1.5 ;
40
- zoom : 1 ;
39
+ min-height : 0 ; /* support: IE7 */
41
40
font-weight : normal;
42
41
}
43
42
.ui-menu .ui-menu-item a .ui-state-focus ,
Original file line number Diff line number Diff line change 11
11
.ui-tabs {
12
12
position : relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
13
13
padding : .2em ;
14
- zoom : 1 ;
15
14
}
16
15
.ui-tabs .ui-tabs-nav {
17
16
margin : 0 ;
Original file line number Diff line number Diff line change 41
41
background: # cccccc /*{bgColorHeader}*/ url (images/ ui- bg_highlight- soft_75_cccccc_1x100.png )/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat- x/*{bgHeaderRepeat}*/ ;
42
42
color : # 222222/*{fcHeader}*/ ;
43
43
font- weight: bold;
44
- zoom: 1;
45
44
}
46
- .ui-widget-header a { color : # 222222/*{fcHeader}*/ ; }
45
+ .ui-widget-header a {
46
+ color : # 222222/*{fcHeader}*/ ;
47
+ }
47
48
48
49
/* Interaction states
49
50
----------------------------------*/
You can’t perform that action at this time.
0 commit comments