Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 2767ad2

Browse files
committed
Increase the width of search box
1 parent 9e615f0 commit 2767ad2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

styles/main.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ li.L1,li.L3,li.L5,li.L7,li.L9 { }
240240
content: "";
241241
position: absolute;
242242
top: -6px;
243-
left: 81px;
243+
left: 137px;
244244
width: 28px;
245245
height: 28px;
246246
display: block;
@@ -251,7 +251,7 @@ li.L1,li.L3,li.L5,li.L7,li.L9 { }
251251
content: "";
252252
position: absolute;
253253
top: -5px;
254-
left: 82px;
254+
left: 138px;
255255
width: 26px;
256256
height: 27px;
257257
display: block;
@@ -262,9 +262,12 @@ li.L1,li.L3,li.L5,li.L7,li.L9 { }
262262
.search-form{
263263
top: 8px !important;
264264
position: absolute !important;
265-
width: 200px;
265+
width: 300px;
266266
right: 0;
267267
}
268+
.search-form .twitter-typeahead{
269+
width: 300px;
270+
}
268271
.result_record a{
269272
background: #fff;
270273
display: block;

0 commit comments

Comments
 (0)