File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 12
12
< script src ="../../ui/jquery.ui.position.js "> </ script >
13
13
< link rel ="stylesheet " href ="../demos.css ">
14
14
< style >
15
- div # parent {
15
+ # parent {
16
16
width : 60% ;
17
17
margin : 10px auto;
18
18
padding : 5px ;
19
19
border : 1px solid # 777 ;
20
20
background-color : # fbca93 ;
21
21
text-align : center;
22
22
}
23
- div .positionable {
23
+ .positionable {
24
24
width : 75px ;
25
25
height : 75px ;
26
26
position : absolute;
30
30
background-color : # bcd5e6 ;
31
31
text-align : center;
32
32
}
33
- div .ui-flipped-top {
33
+ .ui-flipped-top {
34
34
border-top : 3px solid # 000000 ;
35
35
}
36
- div .ui-flipped-bottom {
36
+ .ui-flipped-bottom {
37
37
border-bottom : 3px solid # 000000 ;
38
38
}
39
- div .ui-flipped-left {
39
+ .ui-flipped-left {
40
40
border-left : 3px solid # 000000 ;
41
41
}
42
- div .ui-flipped-right {
42
+ .ui-flipped-right {
43
43
border-right : 3px solid # 000000 ;
44
44
}
45
45
select , input {
113
113
< option value ="left "> left</ option >
114
114
< option value ="center "> center</ option >
115
115
< option value ="right "> right</ option >
116
- </ select >
116
+ </ select >
117
117
< select id ="my_vertical ">
118
118
< option value ="top "> top</ option >
119
119
< option value ="middle "> center</ option >
Original file line number Diff line number Diff line change 66
66
bottom : 0 ;
67
67
background-color : # bcd5e6 ;
68
68
text-align : center;
69
- border : solid 2px # 555 ;
70
69
cursor : move;
71
70
}
71
+ .ui-flipped-top {
72
+ border-top : 3px solid # 000000 ;
73
+ }
74
+ .ui-flipped-bottom {
75
+ border-bottom : 3px solid # 000000 ;
76
+ }
77
+ .ui-flipped-left {
78
+ border-left : 3px solid # 000000 ;
79
+ }
80
+ .ui-flipped-right {
81
+ border-right : 3px solid # 000000 ;
82
+ }
72
83
select , input {
73
84
margin-left : 15px ;
74
85
}
You can’t perform that action at this time.
0 commit comments