@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* WHENEVER YOU ACTIVATE THIS STYLE, OPEN A NEW WINDOW OR RESTART FIREFOX TO SEE THE CHANGE */

/* Overall comments are located at the end */

/* ============  Code Start  ====================== */

      /*go button*/
      #urlbar-button-box{-moz-box-direction:reverse!important}

      /*left side border*/
      #go-button{border-left:1px solid #96969D!important;-moz-border-radius:4pt!important}

/* OPTIONAL MOVE OF DROP_DOWN ARROW TO LEFT */

    /*drop menu*/
/* TO ALSO MOVE THE DROP-DOWN ARROW TO LEFT, UNCOMMENT THE BELOW LINE */
  /*  #urlbar {-moz-box-direction:reverse!important}  */

/* ============  Code End    ====================== */

/* =================  Overall Comments  =================
- This style moves the GO Button to the left of the Address Bar and has an
   option to also move the drop-down arrow to the left of the Address Bar.
- This Style was tested on Firefox 2.0 using its default theme "Firefox (default) 2.0".
- Code credit to ChoGGi.
====================  End Overall Comments    ============ */