BUGFIX adjust positioning of SilverStripeNavigator published/draft message

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70935 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
James Kirkus-Lamont 2009-01-29 02:10:35 +00:00 committed by Sam Minnee
parent 4dadf1ffb5
commit b9f0f0bbfd

View File

@ -66,13 +66,15 @@
}
#SilverStripeNavigatorMessage {
font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
position: absolute;
right: 0;
right: 20px;
top: 40px;
padding: 10px;
border-color: #c99;
color: #fff;
background-color: #c00;
border: 1px solid #000;
}
#SilverStripeNavigator #logInStatus {