]> granicus.if.org Git - docbook-dsssl/commitdiff
Add space to left of Go button. Remove jquery styling from Go button
authorDavid Cramer <david@thingbag.net>
Tue, 20 Jul 2010 19:13:17 +0000 (19:13 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 20 Jul 2010 19:13:17 +0000 (19:13 +0000)
xsl/webhelp/template/common/css/positioning.css
xsl/webhelp/template/common/main.js

index c161162199a836742ff245230b96ba800d819d7d..7c9c02b59be52357000e8dcca29e7ffd38330d53 100755 (executable)
@@ -87,6 +87,7 @@ h2 { font: bold 14pt Arial, Helvetica, geneva; }
     width: 11em
 }
 .searchButton {
+       margin-left: 3px;
     background: #EBEFF8;
     color: #0050A0;
     border: #BFCEE9 solid 1pt;
index 34cd2cc8d88ea3551a427752a08494ac053576e0..45e306b99fe67b53266f47258343e1b77c3ebb11 100755 (executable)
@@ -47,7 +47,7 @@ $(document).ready(function() {
     }
 
     syncToc(); //Synchronize the toc tree with the content pane, when loading the page.
-    $("#doSearch").button(); //add jquery button styling to 'Go' button
+    //$("#doSearch").button(); //add jquery button styling to 'Go' button
 });
 
 /**