Comment 13 for bug 1675452

Revision history for this message
Doug Smythies (dsmythies) wrote :

We can make the box bigger, but I want to understand what is wrong. The attached is with this difference:

doug@s15:~/docs-trunk/z/html$ bzr diff
=== modified file 'html/ubuntu.xsl'
--- html/ubuntu.xsl 2016-12-13 14:09:30 +0000
+++ html/ubuntu.xsl 2017-03-24 06:26:47 +0000
@@ -134,14 +134,14 @@
 }

 #search-box {
- margin-left: 660px;
+ margin-left: 600px;
     -moz-border-radius: 0px 0px 4px 4px;
     -webkit-border-bottom-left-radius: 4px;
     -webkit-border-bottom-right-radius: 4px;
     -moz-box-shadow: #bbb 0px 0px 2px;
     -webkit-box-shadow: #bbb 0px 0px 2px;
     background-color: #F2F2F2;
- width: 290px;
+ width: 350px;
     height: 33px;
     padding: 7px 0 0 10px;
 }