Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ethan 41 posts 61 karma points
    Aug 01, 2010 @ 03:03
    Ethan
    0

    Change the length of the xsltsearch box

    The xsltsearch input box is too short, I went over the css file but I did not know which item I should modify.Could you give me a hand? Thanks very much!

     

  • John 115 posts 150 karma points
    Aug 01, 2010 @ 12:57
    John
    1

    If you install firebug/chrome/opera you can easily find this out. In Opera right click on your page and click inspect element, this will open up dragonfly (their version of firebug) highlight the textbox and it will tell you which css properties are applied to it and which file they are from. I don't use the other browser but they have similar facilities.

    Hope that helps

  • Sascha Wolter 615 posts 1101 karma points
    Aug 01, 2010 @ 14:34
    Sascha Wolter
    0

    Hi Ethan,

    this should be 'div#xslt_search div.xsltsearch_form' input.input if you haven't changed anything in the standard Xslt search xslt file.

    Sascha

  • Ethan 41 posts 61 karma points
    Aug 02, 2010 @ 03:20
    Ethan
    0

    Thank both of you!  Mr. Wolter, where does the statement you give out locate? It is not in the CSS file.

  • Sascha Wolter 615 posts 1101 karma points
    Aug 02, 2010 @ 03:37
    Sascha Wolter
    0

    Hi Ethan,

    the XSLTSearch.css file doesn't seem to contain a rule for the input forms so you would have to add one yourself, e.g. to keep it consistent with the other rules in the stylesheet:

    .xsltsearch_form .input {width: 200px;}

    That should do the trick, amend the width to your liking.

    Sascha

Please Sign in or register to post replies

Write your reply to:

Draft