mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
4dadf1ffb5
commit
b9f0f0bbfd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user