]> git.parisson.com Git - pdf.js.git/commitdiff
Reduce the search box width to avoid wrapping.
authorBrendan Dahl <brendan.dahl@gmail.com>
Tue, 24 Apr 2012 19:38:07 +0000 (12:38 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Tue, 24 Apr 2012 19:38:07 +0000 (12:38 -0700)
web/viewer.css

index d042feab7a0abee8b0797d36ca05c8216916a850..6e770a756e50a46c6018d4dee1c415c6ea1cede5 100644 (file)
@@ -202,7 +202,7 @@ body {
 }
 
 #searchToolbar > input {
-  width: 220px;
+  width: 210px;
 }
 
 #searchResults {