File tree Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,6 @@ p.seperator {
111
111
.examplesResizerDemos h2 {
112
112
font-size : 20px ; }
113
113
114
- .resizerDemo-handler {
115
- position : absolute;
116
- right : 0 ;
117
- top : 0 ;
118
- bottom : 0 ;
119
- width : 9px ;
120
- padding : 0 1px ;
121
- background-color : gray;
122
- cursor : ew-resize;
123
- line-height : 5px ;
124
- font-size : 14px ; }
125
-
126
114
.resizerDemo-info {
127
115
position : absolute;
128
116
right : 10px ;
@@ -142,13 +130,25 @@ p.seperator {
142
130
margin-right : auto;
143
131
font-family : monospace; }
144
132
133
+ .resizerDemo-handler {
134
+ position : absolute;
135
+ right : 0 ;
136
+ top : 0 ;
137
+ bottom : 0 ;
138
+ width : 20px ;
139
+ padding : 0 1px ;
140
+ background-color : gray;
141
+ cursor : ew-resize;
142
+ line-height : 5px ;
143
+ font-size : 14px ; }
144
+
145
145
.resizerDemo-handler : before {
146
146
content : '• • •' ;
147
147
color : white;
148
148
width : 10px ;
149
149
position : absolute;
150
150
top : 50% ;
151
- left : 0 ;
151
+ left : 5 px ;
152
152
font-weight : 300 ;
153
153
line-height : 6px ;
154
154
font-size : 11px ;
Original file line number Diff line number Diff line change @@ -139,19 +139,6 @@ p.seperator {
139
139
font-size : 20px ;
140
140
}
141
141
142
- .resizerDemo-handler {
143
- position : absolute ;
144
- right : 0 ;
145
- top : 0 ;
146
- bottom : 0 ;
147
- width : 9px ;
148
- padding : 0 1px ;
149
- background-color : gray ;
150
- cursor : ew-resize ;
151
- line-height : 5px ;
152
- font-size : 14px ;
153
- }
154
-
155
142
.resizerDemo-info {
156
143
position : absolute ;
157
144
right : 10px ;
@@ -173,13 +160,27 @@ p.seperator {
173
160
font-family : monospace ;
174
161
}
175
162
163
+
164
+ .resizerDemo-handler {
165
+ position : absolute ;
166
+ right : 0 ;
167
+ top : 0 ;
168
+ bottom : 0 ;
169
+ width : 20px ;
170
+ padding : 0 1px ;
171
+ background-color : gray ;
172
+ cursor : ew-resize ;
173
+ line-height : 5px ;
174
+ font-size : 14px ;
175
+ }
176
+
176
177
.resizerDemo-handler :before {
177
178
content : ' • • •' ;
178
179
color : white ;
179
180
width : 10px ;
180
181
position : absolute ;
181
182
top : 50% ;
182
- left : 0 ;
183
+ left : 5 px ;
183
184
font-weight : 300 ;
184
185
line-height : 6px ;
185
186
font-size : 11px ;
You can’t perform that action at this time.
0 commit comments