File tree 1 file changed +27
-2
lines changed
1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -260,11 +260,36 @@ div.sphinxsidebar ul ul {
260
260
margin-left : 20px ;
261
261
}
262
262
263
- # searchbox input [type = text ] {
264
- width : 100% ;
263
+ div .sphinxsidebar # searchbox input {
264
+ border : 1px solid # aaa ;
265
+ padding : 0.25em ;
265
266
box-sizing : border-box;
266
267
}
267
268
269
+ div .sphinxsidebar # searchbox form {
270
+ display : inline-block;
271
+ width : 100%
272
+ }
273
+
274
+ div .sphinxsidebar # searchbox input [type = "text" ] {
275
+ float : left;
276
+ width : 80% ;
277
+ }
278
+
279
+ div .sphinxsidebar # searchbox input [type = "submit" ] {
280
+ float : left;
281
+ width : 20% ;
282
+ border-left : none;
283
+ }
284
+
285
+ div .sphinxsidebar # searchbox input [type = "submit" ]: hover {
286
+ background : # ddd ;
287
+ }
288
+
289
+ div .sphinxsidebar .searchformwrapper {
290
+ display : block;
291
+ }
292
+
268
293
p {
269
294
margin : 0.8em 0 0.8em 0 ;
270
295
}
You can’t perform that action at this time.
0 commit comments