Make message always visible at the top of the page

Make message always visible at the top of the page like the message in CMS preview iframe.
This commit is contained in:
uniun 2013-03-18 16:29:10 +02:00
parent db853f2c3c
commit e8f7f3db7f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#SilverStripeNavigator {
position: fixed;
bottom: 0;
@ -51,7 +50,8 @@
#SilverStripeNavigatorMessage {
font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
position: absolute;
position: fixed;
z-index: 1000;
right: 20px;
top: 40px;
padding: 10px;