Search box CSS

Chris Drackett's Avatar

Chris Drackett

03 Feb, 2010 07:49 PM

did the search box CSS change? I didn't see it in the RSS feed, but our custom styles are messed up now :)

  1. 1 Posted by rick on 03 Feb, 2010 08:02 PM

    rick's Avatar

    Eek, sorry about that. Some subtle changes may have leaked out to the public site. Some updates were pushed out by a designer not at all experienced with Tender, so we're trying to find and roll these changes back. For some reason, all the buttons have a float:right on them now, but I don't know if that's what is messing up your search form.

    We'll look at it and see if it's something we can just roll back. There are some tweaks that don't really add anything to the site that were made on a whim that we plan to roll back.

  2. 2 Posted by Nicole on 10 Feb, 2010 08:37 PM

    Nicole's Avatar

    Chris -

    I used Firebug to track it down and the following should fix things up for you. In your custom CSS file, make the following changes:

    
    #search form button.gbutton {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    background:transparent url(http://shelfworthy.s3.amazonaws.com/tender/search_right.png) no-repeat scroll right bottom !important;
    border-style:none;
    height:28px;
    padding:0;
    position:absolute;
    text-indent:-30000px;
    width:195px;
    }
    
    #search .searchfield {
    width: 150px !important;
    }
    

    Looks like we tweaked the width and placement of the search field and it was just enough to throw off your custom CSS.

    Let me know if this doesn't fix things for you.

    Thanks for your patience,
    Nicole

  3. Nicole closed this discussion on 10 Feb, 2010 08:37 PM.

  4. Chris Drackett re-opened this discussion on 10 Feb, 2010 09:04 PM

  5. 3 Posted by Chris Drackett on 10 Feb, 2010 09:04 PM

    Chris Drackett's Avatar

    Thanks Nicole! You didn't need to fix the issue for me, I guess my ticket was more about the RSS feed being updated on CSS changes.

    But thanks again!

  6. 4 Posted by rick on 10 Feb, 2010 09:07 PM

    rick's Avatar

    Right, we did that for our own benefit so that we could update the
    feed. We're also planning on setting up a separate category for users
    with custom css. We can then post about the changes before we deploy,
    and people can test them early by entering stuff into the custom CSS.
    We'll have more on that before our next CSS change :)

  7. Nicole closed this discussion on 10 Feb, 2010 09:10 PM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac