/*
*******************************************************
* --- Created Dec 28 2008 --- By Barbie Foster        *
* Barbiegirl  http://userstyles.org/users/13023       *
* TITLE: Sidebar - Bookmarks moved closer to LeftEdge *
*    http://userstyles.org/styles/13342               *
*******************************************************
*/

/* 
UPDATE:FEB 3 2009 Changed code so this style will not block
or interfere with other styles that change height measurements
for the Bookmarks sidebar
*/

/*
INSTRUCTIONS: TO MOVE SIDEBAR TO THE LEFT MORE: Change the -15px to -16px in statement:
margin-left: -15px !important;
*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#bookmarksPanel
{
margin-left: -15px !important; 
}



/* MOVES THE WORD SEARCH in BOOKMARKS Sidebar  */

#bookmarksPanel label[value='Search:']
{
margin-left: 16px !important;
margin-right: -4px !important;
}

/*END*/
